An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
same issue. - 504 Gateway Time-out
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
currently running into issues using the OpenAI chat completion api
EAST US 2 deployments
Tried in Foundry Playground
Getting a timeout - same in my app
ERR_BAD_RESPONSE<html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx</center> </body>
Can someone confirm issues ?
Even this Azure tags website cannot generate tags with AI right now
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
same issue. - 504 Gateway Time-out
Same here. And the api started throwing 500 errors again as of now
Hi GS,
Thanks for reaching out. I understand you're encountering 504 Gateway Time-out and occasional 500 errors while calling the Chat Completions API in East US 2, both from the Foundry Playground and your application.
Since the issue is reproducible in both your application and the Playground, and multiple users have reported similar behavior, this strongly indicates a service-side or regional issue rather than a client-side misconfiguration.
This strongly suggests a temporary backend issue or regional degradation in Azure OpenAI (East US 2) rather than an issue with your code or configuration. Try deploying and testing the same model in a different region
That said, here are a few areas you can check to rule out common causes:
Since multiple users and the Playground are affected, this is the most probable root cause
2. Endpoint or deployment configuration
https://<your-resource-name>.openai.azure.com/openai/deployments/<your-deployment-id>/chat/completions?api-version=2023-05-15
Since you're seeing 500/504, this is unlikely the root cause
5. Payload size / request complexity
max_tokensThis strongly suggests a temporary backend issue or regional degradation in Azure OpenAI (East US 2) rather than an issue with your code or configuration. Try deploying and testing the same model in a different region
References
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.