deprecations.md +47 −0
18 18
19All deprecations are listed below, with the most recent announcements at the top.19All deprecations are listed below, with the most recent announcements at the top.
20 20
21### 2026-04-22: Legacy GPT model snapshots
22
23To improve reliability and make it easier for developers to choose the right models, we are deprecating a set of older OpenAI models. Access to these models will be shut down on the dates below.
24
25| Shutdown date | Model snapshot | Substitute model |
26| ------------- | ---------------------------------------------------------------------- | --------------------- |
27| 2026-07-23 | `computer-use-preview-2025-03-11` \| `computer-use-preview` | `5.4-mini` |
28| 2026-07-23 | `gpt-4o-audio-preview-2024-12-17` | `gpt-audio` |
29| 2026-07-23 | `gpt-4o-mini-audio-preview-2024-12-17` | `gpt-audio` |
30| 2026-07-23 | `gpt-4o-mini-realtime-preview-2024-12-17` | `gpt-realtime-mini` |
31| 2026-07-23 | `gpt-4o-mini-search-preview-2025-03-11` | `4.1-mini` |
32| 2026-07-23 | `gpt-4o-mini-tts-2025-03-20` | `gpt-realtime` |
33| 2026-07-23 | `gpt-4o-search-preview-2025-03-11` | `gpt-4.1-mini` |
34| 2026-07-23 | `gpt-5-chat-latest` | `gpt-5.3-chat-latest` |
35| 2026-07-23 | `gpt-5-codex` | `gpt-5.4` |
36| 2026-07-23 | `gpt-5.1-chat-latest` | `gpt-5.3-chat-latest` |
37| 2026-07-23 | `gpt-5.1-codex` | `gpt-5` |
38| 2026-07-23 | `gpt-5.1-codex-max` | `gpt-5.4` |
39| 2026-07-23 | `gpt-5.1-codex-mini` | `gpt-5.4-mini` |
40| 2026-07-23 | `gpt-audio-mini-2025-10-06` | `gpt-audio` |
41| 2026-07-23 | `gpt-realtime-mini-2025-10-06` | `gpt-realtime-mini` |
42| 2026-07-23 | `o3-deep-research-2025-06-26` \| `o3-deep-research` | `5.4-Pro` |
43| 2026-07-23 | `o4-mini-deep-research-2025-06-26` \| `o4-mini-deep-research` | `5.4-Pro` |
44| 2026-07-23 | `gpt-5.2-codex` | `gpt-5.4` |
45| 2026-10-23 | `gpt-3.5-turbo-0125` \| `gpt-3.5-turbo`, `gpt-3.5-turbo-completions` | `gpt-4.1-mini` |
46| 2026-10-23 | `gpt-4-0613` \| `gpt-4`, `gpt-4-0613-completions`, `gpt-4-completions` | `gpt-4.1` |
47| 2026-10-23 | `gpt-4-1106-preview` | `gpt-4.1` |
48| 2026-10-23 | `gpt-4-turbo` \| `gpt-4-turbo-2024-04-09`, `gpt-4-turbo-completions` | `gpt-4.1` |
49| 2026-10-23 | `gpt-4.1-nano` \| `gpt-4.1-nano-2025-04-14` | `gpt-5-nano` |
50| 2026-10-23 | `gpt-4o-2024-05-13` | `gpt-4.1` |
51| 2026-10-23 | `gpt-image-1` | `gpt-image-1.5` |
52| 2026-10-23 | `o1-2024-12-17` \| `o1` | `o3` |
53| 2026-10-23 | `o1-pro-2025-03-19` \| `o1-pro` | `5.4-Pro` |
54| 2026-10-23 | `o3-mini-2025-01-31` \| `o3-mini` | `o3` |
55| 2026-10-23 | `ft-o4-mini-2025-04-16` | `gpt-5-mini` |
56| 2026-10-23 | `o4-mini-2025-04-16` \| `o4-mini` | `gpt-5-mini` |
57
58We are also removing fine-tuned versions of models being deprecated above.
59
60| Shutdown date | Model snapshot | Substitute model |
61| ------------- | ---------------------------- | ---------------- |
62| 2026-10-23 | `ft-gpt-3.5-turbo` | `gpt-4.1-mini` |
63| 2026-10-23 | `ft-gpt-4` | `gpt-4.1` |
64| 2026-10-23 | `ft-gpt-4.1-nano-2025-04-14` | `gpt-5-nano` |
65| 2026-10-23 | `ft-babbage-002` | `gpt-5-mini` |
66| 2026-10-23 | `ft-davinci-002` | `gpt-5-mini` |
67
21### 2026-03-24: Sora 2 video generation models and Videos API68### 2026-03-24: Sora 2 video generation models and Videos API
22 69
23On March 24th, 2026, we notified developers using the Videos API and Sora 2 video generation model aliases and snapshots of their deprecation and removal from the API on September 24, 2026.70On March 24th, 2026, we notified developers using the Videos API and Sora 2 video generation model aliases and snapshots of their deprecation and removal from the API on September 24, 2026.