Skip to content

Commit fd2cd7f

Browse files
committed
update
1 parent a4c419e commit fd2cd7f

File tree

2 files changed

+161
-111
lines changed

2 files changed

+161
-111
lines changed

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

Lines changed: 2 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -91,117 +91,8 @@ For more information on how to manage model upgrades and migrations for provisio
9191
9292
These models are currently available for use in Azure OpenAI.
9393

94-
| Model | Version | Retirement date | Replacement model |
95-
| --------------------------|-----------------|------------------------------------|--------------------------------------|
96-
| `computer-use-preview` | 2025-03-11 | No earlier than September 1, 2025 | |
97-
| `dall-e-3` | 3 | No earlier than June 30, 2025 | |
98-
| `gpt-35-turbo-16k` | 0613 | April 30, 2025 | `gpt-4.1-mini` version: `2025-04-14` |
99-
| `gpt-35-turbo` | 1106 | No earlier than July 16, 2025 | `gpt-4.1-mini` version: `2025-04-14` |
100-
| `gpt-35-turbo` | 0125 | No earlier than July 16, 2025 | `gpt-4.1-mini` version: `2025-04-14` |
101-
| `gpt-4`<br>`gpt-4-32k` | 0314 | June 6, 2025 | `gpt-4o` version: `2024-11-20` |
102-
| `gpt-4`<br>`gpt-4-32k` | 0613 | June 6, 2025 | `gpt-4o` version: `2024-11-20` |
103-
| `gpt-4` | turbo-2024-04-09| No earlier than June 6, 2025 | `gpt-4o` version: `2024-11-20` |
104-
| `gpt-4` | 1106-preview | May 1, 2025 | `gpt-4o` version: `2024-11-20` |
105-
| `gpt-4` | 0125-preview | May 1, 2025 | `gpt-4o` version: `2024-11-20` |
106-
| `gpt-4` | vision-preview | May 15, 2025 | `gpt-4o` version: `2024-11-20` |
107-
| `gpt-4.5-preview` | 2025-02-27 | No Auto-upgrades <br>July 14, 2025 | `gpt-4.1` version: `2025-04-14` |
108-
| `gpt-4.1` | 2025-04-14 | No earlier than April 11, 2026 | |
109-
| `gpt-4.1-mini` | 2025-04-14 | No earlier than April 11, 2026 | |
110-
| `gpt-4.1-nano` | 2025-04-14 | No earlier than April 11, 2026 | |
111-
| `gpt-4o` | 2024-05-13 | No earlier than June 30, 2025 | `gpt-4.1` version: `2025-04-14` |
112-
| `gpt-4o` | 2024-08-06 | No earlier than August 6, 2025 | `gpt-4.1` version: `2025-04-14` |
113-
| `gpt-4o` | 2024-11-20 | No earlier than March 1, 2026 | `gpt-4.1` version: `2025-04-14` |
114-
| `gpt-4o-mini` | 2024-07-18 | No earlier than August 16, 2025 | `gpt-4.1-mini` version: `2025-04-14` |
115-
| `gpt-3.5-turbo-instruct` | 0914 | No earlier than May 31, 2025 | |
116-
| `gpt-image-1` | 2025-04-15 | No earlier than August 01, 2025 | |
117-
| `o1-preview` | 2024-09-12 | May 29, 2025 | `o1` |
118-
| `o1` | 2024-12-17 | No earlier than December 17, 2025 | |
119-
| `o4-mini` | 2025-04-16 | No earlier than April 11, 2026 | |
120-
| `o3` | 2025-04-16 | No earlier than April 11, 2026 | |
121-
| `o3-mini` | 2025-01-31 | No earlier than February 1, 2026 | |
122-
| `text-embedding-ada-002` | 2 | No earlier than April 30, 2026 | `text-embedding-3-small` or `text-embedding-3-large` |
123-
| `text-embedding-ada-002` | 1 | No earlier than April 30, 2026 | `text-embedding-3-small` or `text-embedding-3-large` |
124-
| `text-embedding-3-small` | | No earlier than April 30, 2026 | |
125-
| `text-embedding-3-large` | | No earlier than April 30, 2026 | |
126-
127-
128-
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.
129-
130-
> [!TIP]
131-
> **Will a model upgrade happen if the new model version is not yet available in that region?**
132-
>
133-
> Yes, even in cases where the latest model version is not yet available in a region, we'll 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).
134-
135-
> [!IMPORTANT]
136-
> 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.
137-
138-
## Fine-tuned models
139-
140-
Fine-tuned models retire in two phases: training and deployment.
141-
142-
All fine-tuned models follow their equivalent base model for **training** retirement. Once retired, a given model is no longer available for fine tuning.
143-
144-
For fine-tuned models made generally available since `gpt-4o-2024-08-06`, **deployment** retirement occurs 1 year after **training** retirement. At deployment retirement, inference and deployment returns error responses.
145-
146-
| Model | Version | Training retirement date | Deployment retirement date |
147-
| -----------------|-------------|---------------------------|----------------------------------|
148-
| `gpt-35-turbo` | 1106 | At base model retirement | At training retirement |
149-
| `gpt-35-turbo` | 0125 | At base model retirement | At training retirement |
150-
| `gpt-4o` | 2024-08-06 | At base model retirement | One year after training retirement |
151-
| `gpt-4o-mini` | 2024-07-18 | At base model retirement | One year after training retirement |
152-
| `gpt-4.1` | 2025-04-14 | At base model retirement | One year after training retirement |
153-
| `gpt-4.1-mini` | 2025-04-14 | At base model retirement | One year after training retirement |
154-
| `gpt-4.1-nano` | 2025-04-14 | At base model retirement | One year after training retirement |
155-
| `o4-mini` | 2025-04-16 | At base model retirement | One year after training retirement |
156-
157-
## Default model versions
158-
159-
| Model | Current default version | New default version | Default upgrade date |
160-
|---|---|---|---|
161-
| `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.|
162-
| `gpt-4o` | 2024-08-06 | - | - |
163-
164-
## Deprecated models
165-
166-
These models are no longer available for new deployments.
167-
168-
If you're an existing customer looking for information about these models, see [Legacy models](./legacy-models.md).
169-
170-
| Model | Deprecation date | Retirement date | Suggested replacement |
171-
| --------- | --------------------- | ------------------- | -------------------- |
172-
| `gpt-4o-realtime-preview` - 2024-10-01 | February 25, 2025 | March 26, 2025 | `gpt-4o-realtime-preview` (version 2024-12-17) or `gpt-4o-mini-realtime-preview` (version 2024-12-17) |
173-
| `gpt-35-turbo` - 0301 | | February 13, 2025 | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
174-
| `gpt-35-turbo` - 0613 | | February 13, 2025 | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
175-
| babbage-002 | | January 27, 2025 | |
176-
| davinci-002 | | January 27, 2025 | |
177-
| dall-e-2| | January 27, 2025 | dalle-3 |
178-
| ada | July 6, 2023 | June 14, 2024 | |
179-
| babbage | July 6, 2023 | June 14, 2024 | |
180-
| curie | July 6, 2023 | June 14, 2024 | |
181-
| davinci | July 6, 2023 | June 14, 2024 | |
182-
| text-ada-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
183-
| text-babbage-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
184-
| text-curie-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
185-
| text-davinci-002 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
186-
| text-davinci-003 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
187-
| code-cushman-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
188-
| code-davinci-002 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
189-
| text-similarity-ada-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
190-
| text-similarity-babbage-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
191-
| text-similarity-curie-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
192-
| text-similarity-davinci-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
193-
| text-search-ada-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
194-
| text-search-ada-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
195-
| text-search-babbage-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
196-
| text-search-babbage-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
197-
| text-search-curie-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
198-
| text-search-curie-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
199-
| text-search-davinci-doc-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
200-
| text-search-davinci-query-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
201-
| code-search-ada-code-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
202-
| code-search-ada-text-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
203-
| code-search-babbage-code-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
204-
| code-search-babbage-text-001 | July 6, 2023 | June 14, 2024 | text-embedding-3-small |
94+
[!INCLUDE [Model retirement table](../includes/retirement/models.md)]
95+
20596

20697
## Retirement and deprecation history
20798

0 commit comments

Comments
 (0)