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
@@ -5,7 +5,7 @@ description: Learn about the lifecycle stages, deprecation, and retirement for A
5
5
manager: scottpolly
6
6
ms.service: azure-ai-foundry
7
7
ms.topic: concept-article
8
-
ms.date: 05/19/2025
8
+
ms.date: 06/17/2025
9
9
ms.author: mopeakande
10
10
author: msakande
11
11
ms.reviewer: kritifaujdar
@@ -16,7 +16,9 @@ reviewer: fkriti
16
16
17
17
# Model deprecation and retirement for Azure AI Foundry Models
18
18
19
-
Azure AI Foundry Models in the model catalog are continually refreshed with newer and more capable models. As part of this process, model providers might deprecate and retire their older models, and you might need to update your applications to use a newer model. This document communicates information about the model lifecycle and deprecation timelines and explains how you're informed of model lifecycle stages.
19
+
Azure AI Foundry Models are continually refreshed with newer and more capable models. As part of this process, model providers might deprecate and retire their older models, and you might need to update your applications to use a newer model. This document communicates information about the model lifecycle and deprecation timelines and explains how you're informed of model lifecycle stages.
20
+
21
+
This article covers general deprecation and retirement information for Foundry Models. For details specific to Azure OpenAI in Foundry Models, see [Azure OpenAI in Azure AI Foundry Models model deprecations and retirements](../../ai-services/openai/concepts/model-retirements.md).
20
22
21
23
22
24
## Model lifecycle stages
@@ -50,175 +52,31 @@ Models labeled _Deprecated_ are no longer available for new deployments. You can
50
52
Models labeled _Retired_ are no longer available for use. You can't create new deployments, and attempts to use existing deployments return `<return code>` errors.
51
53
52
54
53
-
## Notifications
55
+
## Notifications for Foundry Models
56
+
57
+
Customers that have Foundry Model deployments receive notifications for upcoming model retirements according to the following schedule:
54
58
55
59
- Models are labeled as _Legacy_ and remain in the legacy state for at least 30 days before being moved to the deprecated state. During this notification period, you can create new deployments as you prepare for deprecation and retirement.
56
60
57
61
- Models are labeled _Deprecated_ and remain in the deprecated state for at least 90 days before being moved to the retired state. During this notification period, you can migrate any existing deployments to newer or replacement models.
58
62
59
-
-For each subscription that has a model deployed as a standard deployment or deployed in Foundry Models, members of the _owner_, _contributor_, _reader_, _monitoring contributor_, and _monitoring reader_ roles receive a notification when a model deprecation is announced. The notification contains the dates when the model enters legacy, deprecated, and retired states. The notification might provide information about possible replacement model options, if applicable.
63
+
For each subscription that has a model deployed as a standard deployment or deployed to an Azure AI Foundry resource, members of the _owner_, _contributor_, _reader_, _monitoring contributor_, and _monitoring reader_ roles receive a notification when a model deprecation is announced. The notification contains the dates when the model enters legacy, deprecated, and retired states. The notification might provide information about possible replacement model options, if applicable.
60
64
61
-
### More notification details for Azure OpenAI in Foundry Models
65
+
##Notifications for Azure OpenAI in Foundry Models
62
66
63
-
Additionally, for Azure OpenAI models, customers with active Azure OpenAI deployments receive notice for models with upcoming retirement as follows:
67
+
For Azure OpenAI models, customers with active Azure OpenAI deployments receive notice for models with upcoming retirement as follows:
64
68
65
69
- At model launch, we programmatically designate a "not sooner than" retirement date (typically one year out).
66
70
- At least 60 days notice before model retirement for Generally Available (GA) models.
67
71
- At least 30 days notice before preview model version upgrades.
68
72
69
-
Retirements are done on a rolling basis, region by region. Notifications are sent from an unmonitored mailbox, `[email protected]`.
70
-
71
-
## Model availability for Azure OpenAI models
73
+
Members of the _owner_, _contributor_, _reader_, _monitoring contributor_, and _monitoring reader_ roles receive notification for each subscription with a deployment of a model that has an upcoming retirement.
72
74
73
-
- At least one year of model availability for GA models after the release date of a model in at least one region worldwide.
74
-
- For global deployments, all future model versions starting with `gpt-4o` and `gpt-4 0409` will be available with their (`N`) next succeeding model (`N+1`) for comparison together.
75
-
- Customers have 60 days to try out a new GA model in at least one global, or standard region, before any upgrades happen to a newer GA model.
76
-
77
-
### Considerations for the Azure public cloud
78
-
79
-
Be aware of the following details for the Azure public cloud :
75
+
Retirements are done on a rolling basis, region by region. Notifications are sent from an unmonitored mailbox, `[email protected]`.
80
76
81
-
- All model version combinations will **not** be available in all regions.
82
-
- Model version `N` and `N+1` might not always be available in the same region.
83
-
- GA model version `N` might upgrade to a future model version `N+X` in some regions based on capacity limitations, and without the new model version `N+X` separately being available to test in the same region. The new model version will be available to test in other regions before any upgrades are scheduled.
84
-
- Preview model versions and GA versions of the same model won't always be available to test together in the same region. There will be preview and GA versions available to test in different regions.
85
-
- To balance service quality for existing customers, we reserve the right to limit future customers from using a particular region.
86
-
- As always at Microsoft, security is of the utmost importance. If a model or model version is found to have compliance or security issues, we reserve the right to invoke the need to do emergency retirements. For more information, see the terms of service.
77
+
To learn more about the Azure OpenAI models lifecycle, including information for current, deprecated, and retired models, see [Azure OpenAI in Azure AI Foundry Models model deprecations and retirements](../../ai-services/openai/concepts/model-retirements.md).
87
78
88
-
### Special considerations for Azure Government clouds
89
-
90
-
- Global standard deployments won't be available in government clouds.
91
-
- Not all models or model versions available in commercial/public cloud will be available in government clouds.
92
-
- In the Azure Government clouds, we intend to support only one version of a given model at a time.
93
-
- For example, only one version of `gpt-35-turbo 0125` and `gpt-4o (2024-05-13)`.
94
-
- There will, however, be a 30-day overlap between new model versions, where more than two will be available.
95
-
- For example, if `gpt-35-turbo 0125` or `gpt-4o (2024-05-13)` is updated to a future version, or
96
-
- For model family changes beyond version updates, such as when moving from `gpt-4 1106-preview` to `gpt-4o (2024-05-13)`.
97
-
98
-
99
-
## How to get ready for model retirements and version upgrades
100
-
101
-
To prepare for model retirements and version upgrades, we recommend that customers test their applications with the new models and versions and evaluate their behavior. We also recommend that customers update their applications to use the new models and versions before the retirement date.
102
-
103
-
For more information on the model evaluation process, see the [Getting started with model evaluation guide](https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/how-to-evaluate-amp-upgrade-model-versions-in-the-azure-openai/ba-p/4218880).
104
-
105
-
For information on the model upgrade process, see [Model versions in Azure AI Foundry Models](../model-inference/concepts/model-versions.md) and [How to upgrade to a new model or version](../../ai-services/openai/concepts/model-versions.md).
106
-
107
-
For more information on how to manage model upgrades and migrations for provisioned deployments, see [Managing models on provisioned deployment types](../../ai-services/openai/how-to/working-with-models.md#managing-models-on-provisioned-deployment-types)
108
-
109
-
## Timelines for Azure OpenAI models
110
-
111
-
The following sections list the current, default, and deprecated Azure OpenAI models.
112
-
113
-
### Current Azure OpenAI models
114
-
115
-
> [!NOTE]
116
-
> Not all models go through a deprecation period before retirement. Some models/versions only have a retirement date.
117
-
>
118
-
> **Fine-tuned models** are subject to the same deprecation and retirement schedule as their equivalent base model.
119
-
>
120
-
> The specified dates are in UTC time.
121
-
122
-
These models are currently available for use in Azure OpenAI.
123
-
124
-
| Model | Version | Retirement date | Replacement model |
|`gpt-4.1`| 2025-04-14 | No earlier than April 11, 2026 ||
139
-
|`gpt-4.1-mini`| 2025-04-14 | No earlier than April 11, 2026 ||
140
-
|`gpt-4.1-nano`| 2025-04-14 | No earlier than April 11, 2026 ||
141
-
|`gpt-4o`| 2024-05-13 | No earlier than June 30, 2025 |`gpt-4.1` version: `2025-04-14`|
142
-
|`gpt-4o`| 2024-08-06 | No earlier than August 6, 2025 |`gpt-4.1` version: `2025-04-14`|
143
-
|`gpt-4o`| 2024-11-20 | No earlier than March 1, 2026 |`gpt-4.1` version: `2025-04-14`|
144
-
|`gpt-4o-mini`| 2024-07-18 | No earlier than August 16, 2025 |`gpt-4.1-mini` version: `2025-04-14`|
145
-
|`gpt-3.5-turbo-instruct`| 0914 | No earlier than May 31, 2025 ||
146
-
|`gpt-image-1`| 2025-04-15 | No earlier than August 01, 2025 ||
147
-
|`o1-preview`| 2024-09-12 | May 29, 2025 |`o1`|
148
-
|`o1`| 2024-12-17 | No earlier than December 17, 2025 ||
149
-
|`o4-mini`| 2025-04-16 | No earlier than April 11, 2026 ||
150
-
|`o3`| 2025-04-16 | No earlier than April 11, 2026 ||
151
-
|`o3-mini`| 2025-01-31 | No earlier than February 1, 2026 ||
152
-
|`text-embedding-ada-002`| 2 | No earlier than April 30, 2026 |`text-embedding-3-small` or `text-embedding-3-large`|
153
-
|`text-embedding-ada-002`| 1 | No earlier than April 30, 2026 |`text-embedding-3-small` or `text-embedding-3-large`|
154
-
|`text-embedding-3-small`|| No earlier than April 30, 2026 ||
155
-
|`text-embedding-3-large`|| No earlier than April 30, 2026 ||
156
-
157
-
158
-
We'll notify all customers with these preview deployments at least 30 days before the start of the upgrades. We'll publish an upgrade schedule detailing the order of regions and model versions that we'll follow during the upgrades, and link to that schedule from here.
159
-
160
-
> [!TIP]
161
-
> **Will a model upgrade happen if the new model version is not yet available in that region?**
162
-
>
163
-
> Yes, even in cases where the latest model version isn't yet available in a region, we will automatically upgrade deployments during the scheduled upgrade window. For more information, see [Azure OpenAI model versions](/azure/ai-services/openai/concepts/model-versions#will-a-model-upgrade-happen-if-the-new-model-version-is-not-yet-available-in-that-region).
164
-
165
-
> [!IMPORTANT]
166
-
> Vision enhancements preview features including Optical Character Recognition (OCR), object grounding, video prompts will be retired and no longer available once `gpt-4` Version: `vision-preview` is upgraded to `turbo-2024-04-09`. If you're currently relying on any of these preview features, this automatic model upgrade will be a breaking change.
167
-
168
-
### Default Azure OpenAI model versions
169
-
170
-
| Model | Current default version | New default version | Default upgrade date |
171
-
|---|---|---|---|
172
-
|`gpt-35-turbo`| 0301 | 0125 | Deployments of versions `0301`, `0613`, and `1106` 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 January 21, 2025.|
173
-
|`gpt-4o`| 2024-08-06 | - | - |
174
-
175
-
### Deprecated Azure OpenAI models
176
-
177
-
These models are no longer available for new deployments.
178
-
179
-
If you're an existing customer looking for information about these models, see [Legacy models](../../ai-services/openai/concepts/legacy-models.md).
180
-
181
-
| Model | Deprecation date | Retirement date | Suggested replacement |
| text-ada-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
194
-
| text-babbage-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
195
-
| text-curie-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
196
-
| text-davinci-002 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
197
-
| text-davinci-003 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
198
-
| code-cushman-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
199
-
| code-davinci-002 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
200
-
| text-similarity-ada-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
201
-
| text-similarity-babbage-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
202
-
| text-similarity-curie-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
203
-
| text-similarity-davinci-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
204
-
| text-search-ada-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
205
-
| text-search-ada-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
206
-
| text-search-babbage-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
207
-
| text-search-babbage-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
208
-
| text-search-curie-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
209
-
| text-search-curie-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
210
-
| text-search-davinci-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
211
-
| text-search-davinci-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
212
-
| code-search-ada-code-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
213
-
| code-search-ada-text-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
214
-
| code-search-babbage-code-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
215
-
| code-search-babbage-text-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
216
-
217
-
218
-
To track individual updates to this article for Azure OpenAI model retirements, refer to the [Git History](https://github.com/MicrosoftDocs/azure-ai-docs/commits/main/articles/ai-services/openai/concepts/model-retirements.md).
219
-
220
-
221
-
## Timelines for other Foundry Models
79
+
## Timelines for Foundry Models
222
80
223
81
The following tables list the timelines for models that are on track for retirement. The specified dates are in UTC time.
224
82
@@ -275,5 +133,6 @@ The following tables list the timelines for models that are on track for retirem
275
133
276
134
## Related content
277
135
136
+
-[Azure OpenAI in Azure AI Foundry Models model deprecations and retirements](../../ai-services/openai/concepts/model-retirements.md)
278
137
-[Explore Azure AI Foundry Models](foundry-models-overview.md)
279
138
-[Data, privacy, and security for use of models through the model catalog in Azure AI Foundry portal](../how-to/concept-data-privacy.md)
<sup>1</sup> Region labeling implementation differs between template and neural models. For template models, the training process injects synthetic data at training time if no text is found in the region labeled. With neural models, no synthetic text is injected and the recognized text is used as is.</br>
0 commit comments