Skip to content

Commit 5ccb104

Browse files
committed
update
1 parent 6fa5c79 commit 5ccb104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@ If your Azure subscription is linked to certain [offer types](https://azure.micr
203203
|---|:---|
204204
|Azure for Students, Free Trials | 1 K (all models) <br>Exception o-series & GPT 4.5 Preview: 0|
205205
| 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 |
207207
| CSP Dev Test<sup>*</sup> | All models: 0 |
208208

209209
<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.
210210

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.
212212

213213
# [REST](#tab/REST)
214214

@@ -253,7 +253,7 @@ az rest --method GET --uri "https://management.azure.com/subscriptions/{sub-id}?
253253
|:---|:----|
254254
| Enterprise | `EnterpriseAgreement_2014-09-01` |
255255
| 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`|
257257
| MSDN | `MSDN_2014-09-01` |
258258
| CSP Dev/Test | `CSPDEVTEST_2018-05-01` |
259259
| Azure for Students | `AzureForStudents_2018-01-01` |

0 commit comments

Comments
 (0)