Skip to content

Commit 3dc330c

Browse files
authored
Merge pull request #611 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST, 10/2
2 parents cf8446d + 5919d06 commit 3dc330c

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed

articles/ai-services/openai/concepts/model-retirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the model deprecations and retirements in Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 09/26/2024
7+
ms.date: 10/02/2024
88
ms.custom:
99
manager: nitinme
1010
author: mrbullwinkle
@@ -91,6 +91,8 @@ These models are currently available for use in Azure OpenAI Service.
9191

9292
| Model | Version | Retirement date | Suggested replacements |
9393
| ---- | ---- | ---- | --- |
94+
| `dall-e-2`| 2 | January 27, 2025 | `dalle-3` |
95+
| `dall-e-3` | 3 | No earlier than April 30, 2025 | |
9496
| `gpt-35-turbo` | 0301 | January 27, 2025<br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on November 13, 2024. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
9597
| `gpt-35-turbo`<br>`gpt-35-turbo-16k` | 0613 | January 27, 2025 <br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on November 13, 2024. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini`|
9698
| `gpt-35-turbo` | 1106 | No earlier than January 27, 2025 <br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on November 13, 2024. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
@@ -100,6 +102,7 @@ These models are currently available for use in Azure OpenAI Service.
100102
| `gpt-4` | 1106-preview | To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting no sooner than January 27, 2025 **<sup>1</sup>** | `gpt-4o`|
101103
| `gpt-4` | 0125-preview |To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting no sooner than January 27, 2025 **<sup>1</sup>** | `gpt-4o` |
102104
| `gpt-4` | vision-preview | To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting no sooner than January 27, 2025 **<sup>1</sup>** | `gpt-4o`|
105+
| `gpt-4o` | 2024-05-13 | No earlier than March 20, 2025 <br><br>Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `2024-08-06`, starting on December 5, 2024. | |
103106
| `gpt-3.5-turbo-instruct` | 0914 | No earlier than Sep 14, 2025 | |
104107
| `text-embedding-ada-002` | 2 | No earlier than April 3, 2025 | `text-embedding-3-small` or `text-embedding-3-large` |
105108
| `text-embedding-ada-002` | 1 | No earlier than April 3, 2025 | `text-embedding-3-small` or `text-embedding-3-large` |

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/quotas-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ The following sections provide you with a quick guide to the default quotas and
6969
| `o1-preview` | Enterprise agreement | 15 M | 2.5 K |
7070
| `o1-mini`| Enterprise agreement | 50 M | 5 K |
7171
| `o1-preview` | Default | 1.5 M | 250 |
72-
| `o1-mini`| Default | 20 M | 2 K |
72+
| `o1-mini`| Default | 1 M | 100 |
7373

7474
### o1-preview & o1-mini standard
7575

7676
| Model|Tier| Quota Limit in tokens per minute (TPM) | Requests per minute |
7777
|---|---|:---:|:---:|
78-
| `o1-preview` | Enterprise agreement | 300 K | 50 |
78+
| `o1-preview` | Enterprise agreement | 600 K | 100 |
7979
| `o1-mini`| Enterprise agreement | 1 M | 100 |
8080
| `o1-preview` | Default | 300 K | 50 |
81-
| `o1-mini`| Default | 1 M | 100 |
81+
| `o1-mini`| Default | 500 K | 50 |
8282

8383
## gpt-4o & GPT-4 Turbo rate limits
8484

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)