Skip to content

Commit a151764

Browse files
Merge pull request #608 from mrbullwinkle/mrb_10_02_2024_batch
[Azure OpenAI] Batch updates
2 parents 2be1827 + b127aa5 commit a151764

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ The following models support global batch:
292292

293293
| Model | Version | Input format |
294294
|---|---|---|
295+
|`gpt-4o` | 2024-08-06 |text + image |
295296
|`gpt-4o-mini`| 2024-07-18 | text + image |
296297
|`gpt-4o` | 2024-05-13 |text + image |
297298
|`gpt-4` | turbo-2024-04-09 | text |

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

Lines changed: 11 additions & 9 deletions
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: 09/04/2024
9+
ms.date: 10/02/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -50,15 +50,17 @@ Global batch is currently supported in the following regions:
5050

5151
The following models support global batch:
5252

53-
| Model | Version | Supported |
53+
| Model | Version | Input format |
5454
|---|---|---|
55-
|`gpt-4o` | 2024-05-13 |Yes (text + vision) |
56-
|`gpt-4o-mini` | 2024-07-18 | Yes (text + vision) |
57-
|`gpt-4` | turbo-2024-04-09 | Yes (text only) |
58-
|`gpt-4` | 0613 | Yes |
59-
| `gpt-35-turbo` | 0125 | Yes |
60-
| `gpt-35-turbo` | 1106 | Yes |
61-
| `gpt-35-turbo` | 0613 | Yes |
55+
|`gpt-4o` | 2024-08-06 |text + image |
56+
|`gpt-4o-mini`| 2024-07-18 | text + image |
57+
|`gpt-4o` | 2024-05-13 |text + image |
58+
|`gpt-4` | turbo-2024-04-09 | text |
59+
|`gpt-4` | 0613 | text |
60+
| `gpt-35-turbo` | 0125 | text |
61+
| `gpt-35-turbo` | 1106 | text |
62+
| `gpt-35-turbo` | 0613 | text |
63+
6264

6365

6466
Refer to the [models page](../concepts/models.md) for the most up-to-date information on regions/models where global batch is currently supported.

articles/ai-services/openai/whats-new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ The `gpt-4o-realtime-preview` model is available for global deployments in [East
4646

4747
For more information, see the [GPT-4o real-time audio documentation](./how-to/audio-real-time.md).
4848

49+
### Global batch support updates
50+
51+
Global batch now supports GPT-4o (2024-08-06). See the [global batch getting started guide](./how-to/batch.md) for more information.
52+
4953
## September 2024
5054

5155
### Azure OpenAI Studio UX updates

0 commit comments

Comments
 (0)