Skip to content

Commit 6c8ea6e

Browse files
Merge pull request #5642 from mrbullwinkle/mrb_06_19_2025_quota_updates
[Azure OpenAI] Quota updates
2 parents aaabdf3 + 275f23d commit 6c8ea6e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

articles/ai-services/openai/includes/global-batch-limits.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,25 @@ The table shows the batch quota limit. Quota values for global batch are represe
2424

2525
|Model|Enterprise agreement|Default| Monthly credit card based subscriptions | MSDN subscriptions | Azure for Students, Free Trials |
2626
|---|---|---|---|---|---|
27+
| `gpt-4.1`| 5 B | 200 M | 50 M | 90 K | N/A |
28+
| `gpt-4.1 mini` | 15B | 1B | 50M | 90k | N/A |
29+
| `gpt-4.1-nano` | 15 B | 1 B | 50 M | 90 K | N/A |
2730
| `gpt-4o` | 5 B | 200 M | 50 M | 90 K | N/A|
2831
| `gpt-4o-mini` | 15 B | 1 B | 50 M | 90 K | N/A |
2932
| `gpt-4-turbo` | 300 M | 80 M | 40 M | 90 K | N/A |
3033
| `gpt-4` | 150 M | 30 M | 5 M | 100 K | N/A |
3134
| `gpt-35-turbo` | 10 B | 1 B | 100 M | 2 M | 50 K |
3235
| `o3-mini`| 15 B | 1 B | 50 M | 90 K | N/A |
36+
| `o4-mini` | 15 B | 1 B | 50 M | 90 K | N/A |
3337

3438
B = billion | M = million | K = thousand
3539

3640
### Data zone batch
3741

3842
|Model|Enterprise agreement|Default| Monthly credit card based subscriptions | MSDN subscriptions | Azure for Students, Free Trials |
3943
|---|---|---|---|---|---|
44+
| `gpt-4.1` | 500 M | 30 M | 30 M | 90 K | N/A|
45+
| `gpt-4.1-mini` | 1.5 B | 100 M | 50 M | 90 K | N/A |
4046
| `gpt-4o` | 500 M | 30 M | 30 M | 90 K | N/A|
4147
| `gpt-4o-mini` | 1.5 B | 100 M | 50 M | 90 K | N/A |
4248
| `o3-mini` | 1.5 B | 100 M | 50 M | 90 K | N/A |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,15 @@ The following sections provide you with a quick guide to the default quotas and
128128

129129
| Model|Tier| Quota Limit in tokens per minute (TPM) | Requests per minute |
130130
|---|---|:---:|:---:|
131+
| `codex-mini`| Enterprise agreement | 10 K | 10 M |
132+
| `o3-pro` | Enterprise agreement | 160 | 1.6 M |
131133
| `o4-mini` | Enterprise agreement | 10 M | 10 K |
132134
| `o3` | Enterprise agreement | 10 M | 10 K |
133135
| `o3-mini` | Enterprise agreement | 50 M | 5 K |
134136
| `o1` & `o1-preview` | Enterprise agreement | 30 M | 5 K |
135137
| `o1-mini`| Enterprise agreement | 50 M | 5 K |
138+
| `codex-mini`| Default | 1 K | 1 M |
139+
| `o3-pro` | Default | 1.6 K | 16 M |
136140
| `o4-mini` | Default | 1 M | 1 K |
137141
| `o3` | Default | 1 M | 1 K |
138142
| `o3-mini` | Default | 5 M | 500 |

0 commit comments

Comments
 (0)