An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Yes. The Azure OpenAI Assistants API itself is now deprecated and is scheduled to be fully retired on August 26, 2026. That deprecation notice in the documentation is explicit:
"The Assistants API is deprecated and will be retired on August 26, 2026. Use the generally available Microsoft Foundry Agents service. Follow the migration guide to update your workloads."
This means:
- Current Assistants API users will be affected.
- Existing applications that rely on the Assistants API will need to be migrated before August 26, 2026.
- After that retirement date, the Assistants API will no longer be available for use.
- The recommended path forward is Microsoft Foundry Agents.
- The documentation directs customers to the Microsoft Foundry Agents service as the generally available replacement.
- A dedicated migration guide is provided to help move from classic Assistants to the new Agents service.
- Scope of impact.
- The deprecation applies specifically to the Assistants API feature in Azure OpenAI within Microsoft Foundry (classic).
- Other Azure OpenAI capabilities (models, chat completions, etc.) are not implied to be deprecated by this notice; the change is about the Assistants API feature and its associated workflow.
In practice, anyone currently building or running solutions on the Azure OpenAI Assistants API should plan and execute a migration to the Microsoft Foundry Agents service following the official migration guidance well before August 26, 2026.
References: