An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi Radin Najafi,
You're right that this is a backend issue on Azure's side — the "The server had an error processing your request" 500 comes from the model-serving layer, and with multiple people reporting it (thanks Alexander) and it persisting for a week, there's nothing in your config or code that will fix it.
Workaround to try now:
-
gpt-chat-latestis an auto-updating alias. Right after a rollout, that alias can point at a build that's mis-synced in some regions. Try deploying the specific datedgpt-5.5-chatversion (not the-latestalias), and/or a different region — if either works, you're unblocked while the alias stabilizes. - Also compare streaming vs non-streaming and a different API version — new models sometimes 500 on one path early on.
- As a temporary fallback,
gpt-5-chat/gpt-4.1can keep your workload running.
If it fails across all regions and interfaces with the pinned version too, that confirms the service-side scope , please share the details requested over Private message.