1
Go to Azure OpenAI Studio > Deployments and select your active deployment.
2
Under Details, click Edit and increase the Tokens per Minute Rate Limit to the maximum value.
3
If the error persists, contact Microsoft Azure support to request a quota upgrade.
- Ensure that the endpoint URL is correctly formatted. It should look something like
https://<YOUR_DEPLOYMENT_NAME>.openai.azure.com/openai/deployments/mymodel/chat/completions?api-version=2023-05-06-preview. - Verify that your API key is correct.