Skip to content

Commit 7a5328b

Browse files
authored
Clarity on regional limit of Az OpenAI resources
Currently, when Cx requests access to Azure OpenAI, they submit a single Gated request which may contain up to 3 Azure subscriptions. When we specify on our AOAI documentation page that there is a limit of 2 AOAI resources per region, they are not sure whether it's per AOAI Gated request or per Azure subscription. One can get clarity only when you request a limit increase here: https://aka.ms/oai/resourceincrease. To avoid any confusion, would be great to indicate that the limit is per region and subscription, thanks.
1 parent 7de3085 commit 7a5328b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/openai/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following sections provide you with a quick guide to the quotas and limits t
2222

2323
| Limit Name | Limit Value |
2424
|--|--|
25-
| OpenAI resources per region | 2 |
25+
| OpenAI resources per region within Azure subscription | 2 |
2626
| Requests per minute per model* | Davinci-models (002 and later): 120 <br> ChatGPT model (preview): 300 <br> GPT-4 models (preview): 18 <br> All other models: 300 |
2727
| Tokens per minute per model* | Davinci-models (002 and later): 40,000 <br> ChatGPT model: 120,000 <br> All other models: 120,000 |
2828
| Max fine-tuned model deployments* | 2 |

0 commit comments

Comments
 (0)