|
1 | 1 | ---
|
2 |
| -title: Azure OpenAI in Azure AI Foundry Models deprecated models |
| 2 | +title: Azure OpenAI in Azure AI Foundry Models retired models |
3 | 3 | titleSuffix: Azure OpenAI
|
4 | 4 | description: Learn about the deprecated models in Azure OpenAI.
|
5 | 5 | ms.service: azure-ai-openai
|
6 | 6 | ms.topic: conceptual
|
7 |
| -ms.date: 04/30/2025 |
| 7 | +ms.date: 06/18/2025 |
8 | 8 | ms.custom: references_regions, build-2023, build-2023-dataai
|
9 | 9 | manager: nitinme
|
10 | 10 | author: mrbullwinkle
|
11 | 11 | ms.author: mbullwin
|
12 | 12 | recommendations: false
|
13 | 13 | ---
|
14 | 14 |
|
15 |
| -# Azure OpenAI in Azure AI Foundry Models deprecated models |
16 |
| - |
17 |
| -Azure OpenAI offers a variety of models for different use cases. The following models were deprecated on July 6, 2023 and will be retired on June 14, 2024. These models are no longer available for new deployments. Deployments created prior to July 6, 2023 remain available to customers until June 14, 2024. We recommend customers migrate their applications to deployments of replacement models prior to the June 14, 2024 retirement. |
18 |
| - |
19 |
| -At the time of retirement, deployments of these models will stop returning valid API responses. |
20 |
| - |
21 |
| -## GPT-3.5 |
22 |
| - |
23 |
| -The impacted GPT-3.5 models are the following. The replacement for the GPT-3.5 models is GPT-3.5 Turbo Instruct when that model becomes available. |
24 |
| - |
25 |
| -- `text-davinci-002` |
26 |
| -- `text-davinci-003` |
27 |
| -- `code-davinci-002` |
28 |
| - |
29 |
| -## GPT-3 |
30 |
| - |
31 |
| -The impacted GPT-3 models are the following. The replacement for the GPT-3 models is GPT-3.5 Turbo Instruct when that model becomes available. |
32 |
| - |
33 |
| -- `text-ada-001` |
34 |
| -- `text-babbage-001` |
35 |
| -- `text-curie-001` |
36 |
| -- `text-davinci-001` |
37 |
| -- `code-cushman-001` |
38 |
| - |
39 |
| -## Embedding models |
40 |
| - |
41 |
| -The embedding models below will be retired effective June 14, 2024. Customers should migrate to `text-embedding-ada-002` (version 2). |
42 |
| - |
43 |
| -- [Similarity](#similarity-embedding) |
44 |
| -- [Text search](#text-search-embedding) |
45 |
| -- [Code search](#code-search-embedding) |
46 |
| - |
47 |
| -Each family includes models across a range of capability. The following list indicates the length of the numerical vector returned by the service, based on model capability: |
48 |
| - |
49 |
| -| Base Model | Model(s) | Dimensions | |
50 |
| -|---|---|---| |
51 |
| -| Ada | | 1,024 | |
52 |
| -| Babbage | | 2,048 | |
53 |
| -| Curie | | 4,096 | |
54 |
| -| Davinci | | 12,288 | |
55 |
| - |
56 |
| - |
57 |
| -### Similarity embedding |
58 |
| - |
59 |
| -These models are good at capturing semantic similarity between two or more pieces of text. |
60 |
| - |
61 |
| -| Use cases | Models | |
62 |
| -|---|---| |
63 |
| -| Clustering, regression, anomaly detection, visualization | `text-similarity-ada-001` <br> `text-similarity-babbage-001` <br> `text-similarity-curie-001` <br> `text-similarity-davinci-001` <br>| |
64 |
| - |
65 |
| -### Text search embedding |
66 |
| - |
67 |
| -These models help measure whether long documents are relevant to a short search query. There are two input types supported by this family: `doc`, for embedding the documents to be retrieved, and `query`, for embedding the search query. |
68 |
| - |
69 |
| -| Use cases | Models | |
70 |
| -|---|---| |
71 |
| -| Search, context relevance, information retrieval | `text-search-ada-doc-001` <br> `text-search-ada-query-001` <br> `text-search-babbage-doc-001` <br> `text-search-babbage-query-001` <br> `text-search-curie-doc-001` <br> `text-search-curie-query-001` <br> `text-search-davinci-doc-001` <br> `text-search-davinci-query-001` <br> | |
72 |
| - |
73 |
| -### Code search embedding |
74 |
| - |
75 |
| -Similar to text search embedding models, there are two input types supported by this family: `code`, for embedding code snippets to be retrieved, and `text`, for embedding natural language search queries. |
76 |
| - |
77 |
| -| Use cases | Models | |
78 |
| -|---|---| |
79 |
| -| Code search and relevance | `code-search-ada-code-001` <br> `code-search-ada-text-001` <br> `code-search-babbage-code-001` <br> `code-search-babbage-text-001` | |
80 |
| - |
81 |
| -## Model summary table and region availability |
82 |
| - |
83 |
| -Region availability is for customers with deployments of the models prior to July 6, 2023. |
84 |
| - |
85 |
| -### GPT-3.5 models |
86 |
| - |
87 |
| -| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) | |
88 |
| -| --------- | --------------------- | ------------------- | -------------------- | ---------------------- | |
89 |
| -| text-davinci-002 | East US, South Central US, West Europe | N/A | 4,097 | Jun 2021 | |
90 |
| -| text-davinci-003 | East US, West Europe | N/A | 4,097 | Jun 2021 | |
91 |
| -| code-davinci-002 | East US, West Europe | N/A | 8,001 | Jun 2021 | |
92 |
| - |
93 |
| -### GPT-3 models |
94 |
| - |
95 |
| - |
96 |
| -| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) | |
97 |
| -| --------- | --------------------- | ------------------- | -------------------- | ---------------------- | |
98 |
| -| ada | N/A | N/A | 2,049 | Oct 2019| |
99 |
| -| text-ada-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019| |
100 |
| -| babbage | N/A | N/A | 2,049 | Oct 2019 | |
101 |
| -| text-babbage-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 | |
102 |
| -| curie | N/A | N/A | 2,049 | Oct 2019 | |
103 |
| -| text-curie-001 | East US, South Central US, West Europe | N/A | 2,049 | Oct 2019 | |
104 |
| -| davinci | N/A | N/A | 2,049 | Oct 2019| |
105 |
| -| text-davinci-001 | South Central US, West Europe | N/A | | | |
106 |
| - |
107 |
| - |
108 |
| -### Codex models |
109 |
| - |
110 |
| -| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) | |
111 |
| -| --- | --- | --- | --- | --- | |
112 |
| -| code-cushman-001 | South Central US, West Europe | N/A | 2,048 | | |
113 |
| - |
114 |
| -### Embedding models |
115 |
| - |
116 |
| -| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) | |
117 |
| -| --- | --- | --- | --- | --- | |
118 |
| -| text-similarity-ada-001| East US, South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
119 |
| -| text-similarity-babbage-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
120 |
| -| text-similarity-curie-001 | East US, South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
121 |
| -| text-similarity-davinci-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
122 |
| -| text-search-ada-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
123 |
| -| text-search-ada-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
124 |
| -| text-search-babbage-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
125 |
| -| text-search-babbage-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
126 |
| -| text-search-curie-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
127 |
| -| text-search-curie-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
128 |
| -| text-search-davinci-doc-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
129 |
| -| text-search-davinci-query-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
130 |
| -| code-search-ada-code-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
131 |
| -| code-search-ada-text-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
132 |
| -| code-search-babbage-code-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
133 |
| -| code-search-babbage-text-001 | South Central US, West Europe | N/A | 2,046 | Aug 2020 | |
| 15 | +# Azure OpenAI in Azure AI Foundry Models retired models |
| 16 | + |
| 17 | +Azure OpenAI offers a variety of models for different use cases. The following models are no longer available for deployment. |
| 18 | + |
| 19 | +## Retired models |
| 20 | + |
| 21 | + These models are no longer available for new deployments. |
| 22 | + |
| 23 | +| Model | Deprecation date | Retirement date | Suggested replacement | |
| 24 | +| --------- | --------------------- | ------------------- | -------------------- | |
| 25 | +| `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) | |
| 26 | +| `gpt-35-turbo` - 0301 | | February 13, 2025 | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` | |
| 27 | +| `gpt-35-turbo` - 0613 | | February 13, 2025 | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` | |
| 28 | +| `gpt-4`<br>`gpt-4-32k` - 0314 | | June 6, 2025 | `gpt-4o` version: `2024-11-20` | |
| 29 | +| `gpt-4`<br>`gpt-4-32k` - 0613 | | June 6, 2025 | `gpt-4o` version: `2024-11-20` | |
| 30 | +| `gpt-35-turbo-16k` - 0613 | | April 30, 2025 | `gpt-4.1-mini` version: `2025-04-14` | |
| 31 | +| `babbage-002` | | January 27, 2025 | | |
| 32 | +| `davinci-002` | | January 27, 2025 | | |
| 33 | +| `dall-e-2`| | January 27, 2025 | dalle-3 | |
| 34 | +| `ada` | July 6, 2023 | June 14, 2024 | | |
| 35 | +| `babbage` | July 6, 2023 | June 14, 2024 | | |
| 36 | +| `curie` | July 6, 2023 | June 14, 2024 | | |
| 37 | +| `davinci` | July 6, 2023 | June 14, 2024 | | |
| 38 | +| `text-ada-001` | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct | |
| 39 | +| `text-babbage-001` | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct | |
| 40 | +| `text-curie-001` | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct | |
| 41 | +| `text-davinci-002` | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct | |
| 42 | +| `text-davinci-003` | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct | |
| 43 | +| `code-cushman-001` | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct | |
| 44 | +| `code-davinci-002` | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct | |
| 45 | +| `text-similarity-ada-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 46 | +| `text-similarity-babbage-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 47 | +| `text-similarity-curie-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 48 | +| `text-similarity-davinci-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 49 | +| `text-search-ada-doc-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 50 | +| `text-search-ada-query-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 51 | +| `text-search-babbage-doc-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 52 | +| `text-search-babbage-query-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 53 | +| `text-search-curie-doc-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 54 | +| `text-search-curie-query-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 55 | +| `text-search-davinci-doc-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 56 | +| `text-search-davinci-query-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 57 | +| `code-search-ada-code-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 58 | +| `code-search-ada-text-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 59 | +| `code-search-babbage-code-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
| 60 | +| `code-search-babbage-text-001` | July 6, 2023 | June 14, 2024 | text-embedding-3-small | |
0 commit comments