You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/quotas-limits.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,12 +203,12 @@ If your Azure subscription is linked to certain [offer types](https://azure.micr
203
203
|---|:---|
204
204
|Azure for Students, Free Trials | 1 K (all models) <br>Exception o-series & GPT 4.5 Preview: 0|
205
205
| 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 |
206
-
|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 |
206
+
|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 |
207
207
| CSP Dev Test<sup>*</sup> | All models: 0 |
208
208
209
209
<sup>*</sup>This only applies to a small number of dev/test CSP subscriptions. Use the query below to determine what `quotaId` is associated with your subscription.
210
210
211
-
To determine the offer type that is associated with your subscription you can lookup your `quotaId`. If your `quotaId` is not listed in this table your subscription qualifies for default quota.
211
+
To determine the offer type that is associated with your subscription you can check your `quotaId`. If your `quotaId` is not listed in this table your subscription qualifies for default quota.
212
212
213
213
# [REST](#tab/REST)
214
214
@@ -253,7 +253,7 @@ az rest --method GET --uri "https://management.azure.com/subscriptions/{sub-id}?
253
253
|:---|:----|
254
254
| Enterprise |`EnterpriseAgreement_2014-09-01`|
255
255
| Default | Any quota ID not listed in this table |
256
-
| Pay-As-You-Go|`PayAsYouGo_2014-09-01`|
256
+
| Pay-as-you-go|`PayAsYouGo_2014-09-01`|
257
257
| MSDN |`MSDN_2014-09-01`|
258
258
| CSP Dev/Test |`CSPDEVTEST_2018-05-01`|
259
259
| Azure for Students |`AzureForStudents_2018-01-01`|
0 commit comments