Skip to content

Commit db931aa

Browse files
committed
update
1 parent 4e91205 commit db931aa

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,14 @@ If your Azure subscription is linked to certain [offer types](https://azure.micr
199199

200200
|Tier| Quota Limit in tokens per minute (TPM) |
201201
|---|:---|
202-
|Azure for Students, Free Trials | 1 K (all models) <br>Exception o-series & GPT 4.5 Preview: 0|
203-
| MSDN | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K <br>computer-use-preview: 30 K <br> gpt-4o-realtime-preview: 1 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
204-
|Pay-as-you-go | GPT 3.5 Turbo Series: 30 K <br> GPT-4 series: 8 K <br>computer-use-preview: 30 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
202+
|Azure for Students | 1 K (all models) <br>Exception o-series & GPT 4.5 Preview: 0|
203+
| MSDN | GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K <br>computer-use-preview: 8 K <br> gpt-4o-realtime-preview: 1 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
204+
|Pay-as-you-go | GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K <br>computer-use-preview: 30 K <br> o-series: 0 <br> GPT 4.5 Preview: 0 |
205+
| Azure_MS-AZR-0111P <br> Azure_MS-AZR-0035P <br> Azure_MS-AZR-0025P <br> Azure_MS-AZR-0052P <br>| GPT-4o-mini: 200 K <br> GPT 3.5 Turbo Series: 200 K <br> GPT-4 series: 50 K |
205206
| CSP Integration Sandbox <sup>*</sup> | All models: 0 |
207+
| Light weight trial<br>Free Trials<br>Azure Pass | All models: 0 |
208+
|
209+
206210

207211
<sup>*</sup>This only applies to a small number of legacy CSP sandbox subscriptions. Use the query below to determine what `quotaId` is associated with your subscription.
208212

@@ -247,14 +251,19 @@ az rest --method GET --uri "https://management.azure.com/subscriptions/{sub-id}?
247251
}
248252
```
249253

250-
| Quota allocation | Subscription quota ID |
254+
| Quota allocation/Offer type | Subscription quota ID |
251255
|:---|:----|
252256
| Enterprise | `EnterpriseAgreement_2014-09-01` |
253257
| Pay-as-you-go | `PayAsYouGo_2014-09-01`|
254258
| MSDN | `MSDN_2014-09-01` |
255259
| CSP Integration Sandbox | `CSPDEVTEST_2018-05-01` |
256260
| Azure for Students | `AzureForStudents_2018-01-01` |
257-
| Free Trial | `FreeTrial_2014-09-01` |
261+
| Free Trial | `FreeTrial_2014-09-01` |
262+
| Azure Pass | `AzurePass_2014-09-01` |
263+
| Azure_MS-AZR-0111P | `AzureInOpen_2014-09-01` |
264+
| Azure_MS-AZR-0150P | `LightweightTrial_2016-09-01` |
265+
| Azure_MS-AZR-0035P <br> Azure_MS-AZR-0025P <br> Azure_MS-AZR-0052P <br>| `MPN_2014-09-01` |
266+
| Azure_MS-AZR-0023P <br> Azure_MS-AZR-0060P <br> Azure_MS-AZR-0148P <br> Azure_MS-AZR-0148G | `MSDNDevTest_2014-09-01`|
258267
| Default | Any quota ID not listed in this table |
259268

260269
### General best practices to remain within rate limits

0 commit comments

Comments
 (0)