Hello @Fabrício França ,
Azure OpenAI’s quota feature enables assignment of rate limits to your deployments, up-to a global limit called your “quota.” Quota is assigned to your subscription on a per-region, per-model basis in units of Tokens-per-Minute (TPM).
Try to view your quota allocations across deployments in a given region, select Management > Quota in Azure AI Studio.
TPM rate limits are based on the maximum number of tokens that are estimated to be processed by a request at the time the request is received.
RPM rate limits are based on the number of requests received over time. The rate limit expects that requests be evenly distributed over a one-minute period. If this average flow isn't maintained, then requests may receive a 429 response even though the limit isn't met when measured over the course of a minute.
Please see Manage Azure OpenAI Service quota for more details.
To view your quota allocations across deployments in a given region, select Shared Resources> Quota in Azure OpenAI studio and click on the link to increase the quota.
Try to monitor metrics in the Azure portal by following this guide: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/monitor-openai
If you still face issue, please raise a support ticket in the Azure portal.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.