How to resolve timeout error with API call to Chatgpt-4?

Hi,
We have a working code that makes API call to base chatgpt-4 model. This was done using Microsoft Azure AI studio creating a resource, deployment model, getting API keys, etc. I have an Azure student subscription with an S0 pricing tier. I keep getting error where call is made to the model and after 10 seconds or so I get a timeout issue and it is asking to increase my quota limit. I tried optimizing my code, however it didn’t work as the call to the base gpt-4 model itself takes more than 10 seconds before it can produce any output.
I sent a request to Microsoft to increase the quota limit but they denied it. My $100 credit for Azure student subscription never was deducted, however, doesn’t look like it is of any use if I can’t make my code working. Below is the issue screenshot.

Is there any way I can resolve this issue? Are there other base models I can leverage with my student subscription that would get past this issue? Thank you!

Resources to solve the issue you are facing will be found on Azure AI services web portal, not in OpenAI documentation.

You can see if following the subscription guidance here allows you access to set the parameters correctly and redeploy the model. You can give it a new deployment name.

1 Like

Just to add:

429 is not a timeout issue.

Your current quota has been exceeded and this is a rate limit warning.