An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello Bipin Kadam,
Welcome to Microsoft Q&A and Thank you for reaching out.
1. What happens after March 31, 2026?
Since your policy is Auto-update to default,
Your deployment will upgrade only when a new GPT-4o version is marked as the default
Retirement alone does not trigger an upgrade
If Microsoft designates a new default (e.g., a later GPT-4o version), your deployment will automatically move to it on the scheduled date
If no default exists at that time, the deployment may:
- Stop serving requests, or
- Require manual redeployment
2. How to identify the default version?
Model deprecations & retirements documentation (shows current + next default versions)
Also check via Azure Portal (deployment UI / model dropdown)
CLI:
az cognitiveservices account deployment list ...
REST API (/deployments)
3. Will client-side changes be needed?
No API/interface changes expected (Responses / Chat APIs remain same)
But expect some behavior differences:
- Output quality/format
- Token usage / latency
- Tool or prompt handling
So API-compatible, but not behavior-identical testing is recommended.
4. Recommended approach
Don’t rely only on auto-upgrade
Create a test deployment with the next version
Validate Outputs, Performance, Token usage
Gradually switch traffic after validation
Monitor announcements
Use “Upgrade when expired” if you want automatic transition at retirement, even without a default
Auto-upgrade happens only when a new default is set
Retirement alone won’t switch your deployment
No code changes expected, but test for behavior changes
Please refer this
- Resolve Azure OpenAI Service model version deprecation: https://learn.microsoft.com/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#model-updates
- Azure OpenAI in Azure AI Foundry Models deprecations and retirements: https://learn.microsoft.com/azure/ai-foundry/openai/concepts/model-retirements
- Azure OpenAI Service model retirements (GA and preview): https://learn.microsoft.com/azure/ai-services/openai/concepts/model-retirements#current-models
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, Could you please take a moment to retake the survey on the above response by accepting? Your feedback is greatly appreciated.
Thank you!