Hi ,
Thanks for reaching out to Microsoft Q&A.
Azure has moved GPT4o and other newer model deployments to the Azure AI Foundry portal. The classic “Deployments” blade in the Azure OpenAI resource (visible in the Azure portal) is no longer available for newer regions or GPT4o access. The only way to explore and deploy GPT4o and other new models is via the Azure AI Foundry portal.
To deploy gpt4o or any model now...
- Go to the Azure AI Foundry portal
- Sign in with your Azure account.
- From there, you can:
- Deploy models including GPT4, gPT4O
- Manage endpoints
- Use notebooks, prompt flow, and model fine tuning
- Use your Azure OpenAI resource subscription and quota
If you are integrating gpt4o into your app:
Deploy it from Foundry
Use the https://{your-resource-name}.openai.azure.com
endpoint and your keys (from “Keys and Endpoint” tab) in your code or Postman
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.