Hi Ana Carolina Candian Lobato,
Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
The rate limits you are seeing, 'openai.assistants.default' and 'openai', are related to different aspects of Azure OpenAI's usage and quota management.
openai.assistants.default: This rate limit key typically measures the usage and quota for the Assistant API operations. These operations are specific to the Azure OpenAI Assistant, which might include tasks like generating responses, handling conversations, and other assistant-related functionalities. The rate limits for these operations can be different from the standard deployment rate limits, as they are tailored to the specific needs and usage patterns of the Assistant API.
openai: This rate limit key generally measures the overall usage and quota for the Azure OpenAI service. It encompasses all the operations and requests made to the Azure OpenAI endpoints, including model deployments, API calls, and other related activities. The rate limits associated with this key are more comprehensive and cover a broader range of operations compared to the 'openai.assistants.default' key.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.