Hello Trg,
Greetings and Welcome to Microsoft Q&A!
I understand that you are using the Azure OpenAI Service and Azure AI Foundry with an Azure for Students subscription. You can deploy and interact with models using the chat playground without any issues. However, when you try to use the Assistant Playground or Agent Playground, you keep hitting a rate limit,
Although the Chat Playground is working, the Assistant Playground is in preview mode, which may occasionally result in hitting the rate limit.
For free trials or Student Subscriptions, Azure offers only 1,000 TPM (Tokens Per Minute) across all models, so you may have reached this limit.
Please refer this Quotas and limits.
Since you are using a Student Subscription, the quotas are very limited. To manage your usage effectively,
Monitoring your Requests per Minute (RPM) and Tokens per Minute (TPM) in the Azure Portal under Usage + quotas for your Azure OpenAI resource.
Adjust your deployment settings by lowering the Tokens per Minute allocation in Azure AI Foundry or Azure OpenAI Service to stay within quota limits.
If you encounter rate limit errors, implement retry logic using exponential backoff strategies instead of sending multiple requests at once.
If the current limits are insufficient for your needs, consider upgrading to a Pay-As-You-Go subscription for higher quotas and better access to features.
Also Please refer this Azure subscription and service limits, quotas, and constraints.
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.
Thank you!