Hello,
Welcome to Microsoft Q&A,
Chat Completions API is not enabled for o3-pro, this is why you can't use it in Chat Playground or Azure AI Foundry chat interface.
This happens because:
- Microsoft may allow deployment of certain models like o3-pro for API use only initially.
UI integrations (like Playground or AI Foundry) may lag behind in support for preview or limited-access models, especially newer ones like o3-pro.
What You Can Do Instead
You can still interact with o3-pro
through:
- Azure OpenAI Responses API
Function/tool calls
Structured output handling
Streaming responses
Image input and reasoning
But all this must be done via code or API clients, not in the GUI tools (like Chat Playground or Foundry Chat tab).
https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/reasoning?tabs=python-secure%2Cpy
Please Upvote and accept the answer if it helps!!