You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure OpenAI Service is powered by a diverse set of models with different capabilities and price points. Model availability varies by region. For GPT-3 and other models retiring in July 2024, see [Azure OpenAI Service legacy models](./legacy-models.md).
17
+
Azure OpenAI Service is powered by a diverse set of models with different capabilities and price points. Model availability varies by region.
18
18
19
19
| Models | Description |
20
20
|--|--|
@@ -75,9 +75,6 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
75
75
> [!CAUTION]
76
76
> We don't recommend using preview models in production. We will upgrade all deployments of preview models to either future preview versions or to the latest stable/GA version. Models designated preview do not follow the standard Azure OpenAI model lifecycle.
77
77
78
-
> [!NOTE]
79
-
> Version `0314` of `gpt-4` and `gpt-4-32k` will be retired no earlier than July 5, 2024. Version `0613` of `gpt-4` and `gpt-4-32k` will be retired no earlier than September 30, 2024. See [model updates](../how-to/working-with-models.md#model-updates) for model upgrade behavior.
80
-
81
78
- GPT-4 version 0125-preview is an updated version of the GPT-4 Turbo preview previously released as version 1106-preview.
82
79
- GPT-4 version 0125-preview completes tasks such as code generation more completely compared to gpt-4-1106-preview. Because of this, depending on the task, customers may find that GPT-4-0125-preview generates more output compared to the gpt-4-1106-preview. We recommend customers compare the outputs of the new model. GPT-4-0125-preview also addresses bugs in gpt-4-1106-preview with UTF-8 handling for non-English languages.
83
80
- GPT-4 version `turbo-2024-04-09` is the latest GA release and replaces `0125-Preview`, `1106-preview`, and `vision-preview`.
@@ -216,9 +213,6 @@ GPT-3.5 Turbo version 0301 is the first version of the model released. Version
216
213
217
214
See [model versions](../concepts/model-versions.md) to learn about how Azure OpenAI Service handles model version upgrades, and [working with models](../how-to/working-with-models.md) to learn how to view and configure the model version settings of your GPT-3.5 Turbo deployments.
218
215
219
-
> [!NOTE]
220
-
> Version `0613` of `gpt-35-turbo` and `gpt-35-turbo-16k` will be retired no earlier than August 1, 2024. Version `0301` of `gpt-35-turbo` will be retired no earlier than August 1, 2024. See [model updates](../how-to/working-with-models.md#model-updates) for model upgrade behavior.
221
-
222
216
### GPT-3.5-Turbo model availability
223
217
224
218
#### Public cloud regions
@@ -316,9 +310,13 @@ For Assistants you need a combination of a supported model, and a supported regi
316
310
| West US || ✅ ||| ✅ ||
317
311
| West US 3 |||||✅ ||
318
312
313
+
## Model retirement
314
+
315
+
For the latest information on model retirements, refer to the [model retirement guide](./model-retirements.md).
319
316
320
317
## Next steps
321
318
319
+
-[Model retirement and deprecation](./model-retirements.md)
322
320
-[Learn more about working with Azure OpenAI models](../how-to/working-with-models.md)
323
321
-[Learn more about Azure OpenAI](../overview.md)
324
322
-[Learn more about fine-tuning Azure OpenAI models](../how-to/fine-tuning.md)
Copy file name to clipboardExpand all lines: articles/ai-services/openai/whats-new.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom:
10
10
- ignite-2023
11
11
- references_regions
12
12
ms.topic: whats-new
13
-
ms.date: 06/18/2024
13
+
ms.date: 06/19/2024
14
14
recommendations: false
15
15
---
16
16
@@ -20,6 +20,14 @@ This article provides a summary of the latest releases and major documentation u
20
20
21
21
## June 2024
22
22
23
+
### Retirement date updates
24
+
25
+
* Updated `gpt-35-turbo` 0301 retirement date to no earlier than October 1, 2024.
26
+
* Updated `gpt-35-turbo` & `gpt-35-turbo-16k`0613 retirement date to October 1, 2024.
27
+
* Updated `gpt-4` & `gpt-4-32k` 0314 deprecation date to October 1, 2024, and retirement date to June 6, 2025.
28
+
29
+
Refer to our [model retirement guide](./concepts/model-retirements.md) for the latest information on model deprecation and retirement.
30
+
23
31
### Token based billing for fine-tuning
24
32
25
33
* Azure OpenAI fine-tuning billing is now based on the number of tokens in your training file – instead of the total elapsed training time. This can result in a significant cost reduction for some training runs, and makes estimating fine-tuning costs much easier. To learn more, you can consult the [official announcement](https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/pricing-update-token-based-billing-for-fine-tuning-training/ba-p/4164465).
0 commit comments