File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
articles/ai-services/openai/how-to Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ manager: nitinme
6
6
ms.service : azure-ai-openai
7
7
ms.custom :
8
8
ms.topic : how-to
9
- ms.date : 09/04 /2024
9
+ ms.date : 10/01 /2024
10
10
author : mrbullwinkle
11
11
ms.author : mbullwin
12
12
recommendations : false
@@ -50,15 +50,17 @@ Global batch is currently supported in the following regions:
50
50
51
51
The following models support global batch:
52
52
53
- | Model | Version | Supported |
53
+ | Model | Version | Input format |
54
54
| ---| ---| ---|
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
+
62
64
63
65
64
66
Refer to the [ models page] ( ../concepts/models.md ) for the most up-to-date information on regions/models where global batch is currently supported.
You can’t perform that action at this time.
0 commit comments