Skip to content

Commit b46025f

Browse files
Merge pull request #279478 from mrbullwinkle/mrb_06_27_2024_dynamic_quota
[Azure OpenAI] GItHub Issue clarification
2 parents 75e8755 + 9151ad1 commit b46025f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/dynamic-quota.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
77
manager: nitinme
88
ms.service: azure-ai-openai
99
ms.topic: how-to
10-
ms.date: 01/30/2024
10+
ms.date: 06/27/2024
1111
ms.author: mbullwin
1212
---
1313

@@ -34,7 +34,7 @@ For dynamic quota, consider scenarios such as:
3434

3535
### When does dynamic quota come into effect?
3636

37-
The Azure OpenAI backend decides if, when, and how much extra dynamic quota is added or removed from different deployments. It isn't forecasted or announced in advance, and isn't predictable. Azure OpenAI lets your application know there's more quota available by responding with an HTTP 429 and not letting more API calls through. To take advantage of dynamic quota, your application code must be able to issue more requests as HTTP 429 responses become infrequent.
37+
The Azure OpenAI backend decides if, when, and how much extra dynamic quota is added or removed from different deployments. It isn't forecasted or announced in advance, and isn't predictable. To take advantage of dynamic quota, your application code must be able to issue more requests as HTTP 429 responses become infrequent. Azure OpenAI lets your application know when you've hit your quota limit by responding with an HTTP 429 and not letting more API calls through.
3838

3939
### How does dynamic quota change costs?
4040

0 commit comments

Comments
 (0)