An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi Sunil Ferro
you're looking to manage costs effectively while using Azure OpenAI. Here’s a breakdown of your questions:
Throttling vs Blocking when Exceeding TPM or RPM Limits: If you exceed the Tokens Per Minute (TPM) or Requests Per Minute (RPM) limits, Azure will throttle your requests rather than blocking them outright. This means that while your requests may be delayed, they won’t be completely stopped, allowing you to continue usage within certain capacity limits.
Enforcing a Hard Spending Limit: Currently, Azure OpenAI does not provide a way to enforce a direct spending limit independent of the subscription budget. However, you can set a budget through the Azure portal which includes notifications for when you approach your budgeting threshold. This won't automatically stop services but can help you monitor and respond to spending.
Free Quota in East US Region: There is generally no standard free quota for Azure OpenAI services beyond the initial credits granted to new users. Once these credits are exhausted, requests will be blocked until you either add a payment method or upgrade your subscription. You will receive email notifications when nearing your limits, and continuing to use the services after exhausting free quotas will require billing.
For best practices:
- Create a Budget: You can create a budget in the Azure portal to track your spending. Here’s how you can set it up:
- Go to Cost Management + Billing in the Azure portal
- Find your subscription and go to the Budgets section
- Click on Add to create a new budget, defining the limit and time period
- Set up notifications for when you reach certain thresholds.
- Click on Add to create a new budget, defining the limit and time period
- Find your subscription and go to the Budgets section
- Go to Cost Management + Billing in the Azure portal
Feel free to explore these resources for more detailed steps and policies:
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!