Skip to content

Commit 73a6027

Browse files
committed
update
1 parent d6ed2a1 commit 73a6027

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/ai-services/openai/how-to/batch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.custom:
88
ms.topic: how-to
9-
ms.date: 08/04/2024
9+
ms.date: 08/12/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -53,6 +53,7 @@ The following models support global batch:
5353
| Model | Version | Supported |
5454
|---|---|
5555
|`gpt-4o` | 2024-05-13 |Yes (text + vision) |
56+
|`gpt-4o-mini` | 2024-07-18 | Yes (text + vision) |
5657
|`gpt-4` | turbo-2024-04-09 | Yes (text only) |
5758
|`gpt-4` | 0613 | Yes |
5859
| `gpt-35-turbo` | 0125 | Yes |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The table shows the batch quota limit. Quota values for global batch are represe
2323
|Model|Enterprise agreement|Default| Monthly credit card based subscriptions | MSDN subscriptions | Azure for Students, Free Trials |
2424
|---|---|---|---|---|---|
2525
| `gpt-4o` | 5 B | 50 M | 1.35 M | 90 K | N/A|
26+
| `gpt-4o-mini` | 5 B | 50 M | 1.35 M | 90 K | N/A |
2627
| `gpt-4-turbo` | 300 M | 40 M | 1.35 M | 90 K | N/A |
2728
| `gpt-4` | 150 M | 5 M | 200 K | 100 K | N/A |
2829
| `gpt-35-turbo` | 10 B | 100 M | 5 M | 2 M | 50 K |

0 commit comments

Comments
 (0)