An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello Maris !
Thank you for posting on Microsoft Learn.
GPT‑5 is generally available in Azure AI Foundry, including gpt‑5, gpt‑5‑mini, gpt‑5‑nano, and gpt‑5‑chat with full support for the Responses API and Chat Completions API https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models
However, GPT‑5 models (including GPT‑5‑chat) are currently not yet supported within Azure AI Agent Service, meaning you cannot deploy them as agents just yet https://learn.microsoft.com/en-us/answers/questions/5522229/how-to-create-agent-in-azure-ai-foundry-with-gpt-5
Microsoft has announced that GPT‑5 will be available soon in the Foundry Agent Service, including capabilities like browser automation and Model Context Protocol integration https://azure.microsoft.com/en-us/blog/gpt-5-in-azure-ai-foundry-the-future-of-ai-apps-and-agents-starts-here
GPT-5 is supported for API access in Foundry, but agent service support is forthcoming not immediately available.
The Responses API is the new unified, stateful API that offers many of the same capabilities as the older Chat Completions and Assistants APIs, combining them with advanced features like tool calling, computer‑use, file search, function calling, and chaining via response IDs https://azure.microsoft.com/en-us/blog/announcing-the-responses-api-and-computer-using-agent-in-azure-ai-foundry
The Responses API is currently in general availability in many regions, and provides the core foundation for agentic workflows
https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/responses
OpenAI plans to deprecate the Assistants API by mid‑2026, fully transitioning to the Responses API
https://www.theverge.com/news/627556/openai-ai-agents-responses-api-agents-sdk
There are hints that Microsoft is working to reconcile key assistant‑like and thread‑like features within the Responses API so those familiar patterns can be maintained though some features still lag behind https://community.openai.com/t/responses-api-code-interpreter/1153442