AI Model Deprecation Dates 2026 — The Complete EOL Timeline
GPT-4o is deprecated. Gemini 2.0 Flash shuts down June 1, 2026. Llama 3's 70B model was deprecated on major platforms in May 2025. The models powering production systems are disappearing faster than the engineering teams that depend on them. This is the complete, primary-source deprecation timeline for every major AI model — with exact shutdown dates, EOL Risk Scores, and migration paths.
- 1. Why AI model EOL is different from software EOL
- 2. OpenAI API — GPT-4, GPT-4o, o1, o3 deprecation dates
- 3. Google Gemini — Gemini 1.0 through 3.x shutdown schedule
- 4. Meta Llama — Llama 2, 3, 3.1, 3.2, 4 platform EOL
- 5. Mistral AI — Mistral Large, Small, Codestral retirement dates
- 6. Claude (Anthropic) — deprecation schedule
- 7. What to do when your model is deprecated
Why AI model EOL is different from software EOL
When Node.js 18 reached end of life, your servers kept running. The code didn't break on April 30, 2025 — you simply stopped receiving security patches. You had time to plan, test, and migrate.
AI model deprecation is not like that. When an AI model is deprecated, the API endpoint stops responding. Every application that calls the model — production inference, RAG pipelines, fine-tuned deployments, automated workflows — returns an error simultaneously. There is no grace period after shutdown. The model is simply gone.
This creates a qualitatively different risk profile from traditional software EOL. The blast radius is immediate, the failure mode is hard (not graceful degradation), and the typical scanner that would catch a vulnerable Node.js version will never flag a deprecated model ID in a config file.
Three forces are making this worse in 2026:
Lifecycle compression. GPT-4's initial release-to-deprecation window was roughly 18 months. Gemini 1.0 Pro lasted about 16 months. Many 2025 and 2026 model snapshots are being deprecated in 6–9 months. The window to catch and respond is shrinking.
Version explosion. The number of model versions in production has multiplied. Each provider now releases multiple snapshots, previews, and fine-tuned variants — all with independent deprecation clocks. What looks like one integration is often five or six model IDs that each need to be monitored.
No standard tooling. Snyk, Dependabot, SBOM scanners, and CVE feeds don't track AI model lifecycle. There is no aimodel-advisories feed equivalent to the NVD. Engineers find out about deprecations the way they find out about most things: a forum post, a Slack message from someone else's production outage, or — worst — a 404 in the logs.
endoflife.ai applies the same proprietary EOL Risk Score™ methodology to AI models that it uses for software. Scores run 0–100. Grades A through F. A score above 60 means the model is either past its shutdown date or approaching it faster than your engineering team can respond safely. View full scores on each provider page.
OpenAI API — Deprecation Timeline
OpenAI publishes an official API deprecations page. Unlike many providers, OpenAI typically gives 3–6 months' notice before removal. However, the ChatGPT product and the API are managed on separate schedules — a model removed from ChatGPT may remain available in the API for months, or vice versa.
| Model | Released | Deprecated / EOL | Status | Replace with |
|---|---|---|---|---|
| gpt-4.1-nano | Apr 2025 | Active | ACTIVE | — |
| gpt-4.1-mini | Apr 2025 | Active | ACTIVE | — |
| gpt-4.1 | Apr 2025 | Apr 11, 2026 | WARNING | gpt-4.1-nano |
| o4-mini | Apr 2025 | Active | ACTIVE | — |
| o3 | Apr 2025 | Active | ACTIVE | — |
| gpt-4o-2024-11-20 | Nov 2024 | Oct 1, 2026 | WARNING | gpt-4.1 |
| gpt-4o-mini | Jul 2024 | Feb 27, 2026 | EOL | gpt-4.1-mini |
| gpt-4o-2024-08-06 | Aug 2024 | Mar 31, 2026 | EOL | gpt-4.1 |
| gpt-4o-2024-05-13 | May 2024 | Oct 2, 2024 | EOL | gpt-4.1 |
| o1-preview | Sep 2024 | Oct 28, 2025 | EOL | o1 |
| o1-mini | Sep 2024 | Oct 28, 2025 | EOL | o1 |
| codex-mini-latest | 2024 | Feb 12, 2026 | EOL | gpt-4.1 |
| gpt-4-0613 | Jun 2023 | Sep 13, 2024 | EOL | gpt-4.1 |
| gpt-3.5-turbo-0613 | Jun 2023 | Sep 13, 2024 | EOL | gpt-4o-mini |
| text-davinci-003 | Nov 2022 | Jan 4, 2024 | EOL | gpt-4.1 |
→ Full OpenAI API deprecation schedule with EOL Risk Scores for all 20 tracked models
Google Gemini — Shutdown Schedule
Google publishes an official Gemini API deprecations page with exact shutdown dates. Unlike OpenAI's model-level versioning, Google uses snapshot dates as version identifiers (e.g. gemini-2.5-flash-preview-05-20). Preview models are shut down aggressively — often within 3–6 months of release. Stable (GA) models get longer windows but are still time-limited.
The critical near-term date: Gemini 2.0 Flash and Gemini 2.0 Flash Lite both shut down June 1, 2026 — any production deployment using these model IDs will begin failing that day.
| Model | Released | Shutdown date | Status | Replace with |
|---|---|---|---|---|
| gemini-3.1-flash-lite | May 2026 | May 7, 2027 | ACTIVE | — |
| gemini-2.5-pro | Jun 2025 | Oct 16, 2026 | WARNING | gemini-3.1-pro-preview |
| gemini-2.5-flash | Jun 2025 | Oct 16, 2026 | WARNING | gemini-3-flash-preview |
| gemini-2.5-flash-lite | Jul 2025 | Oct 16, 2026 | WARNING | gemini-3.1-flash-lite |
| gemini-2.5-flash-image | Oct 2025 | Oct 2, 2026 | WARNING | gemini-3.1-flash-image-preview |
| gemini-2.0-flash | Feb 2025 | Jun 1, 2026 | EOL IMMINENT | gemini-2.5-flash |
| gemini-2.0-flash-lite | Feb 2025 | Jun 1, 2026 | EOL IMMINENT | gemini-2.5-flash-lite |
| gemini-1.5-pro | May 2024 | Sep 15, 2025 | EOL | gemini-2.5-pro |
| gemini-1.5-flash | May 2024 | Sep 15, 2025 | EOL | gemini-2.5-flash |
| gemini-1.0-pro | Dec 2023 | Apr 9, 2025 | EOL | gemini-2.5-pro |
→ Full Google Gemini deprecation schedule with EOL Risk Scores for all 13 tracked models
Meta Llama — Platform Deprecation Timeline
Meta Llama is open-source — Meta does not deprecate models in the same way API providers do. The models themselves remain available for download indefinitely. However, hosted inference providers deprecate Llama model endpoints on their own schedules, and those dates are what production teams need to track.
Groq deprecated Llama 3 8B and 70B endpoints on May 31, 2025. Llama 3.1 70B was deprecated on January 24, 2025. AWS Bedrock, Azure AI Studio, and Google Vertex all have independent retirement schedules for each Llama variant they host.
The strategic shift: Meta has pivoted from the Llama open-source model to a proprietary program. Llama 4 (Scout and Maverick) represents the current generation, but long-term Llama availability on hosted platforms depends on each provider's individual policies, not Meta's.
| Model | Released | Platform EOL | Status |
|---|---|---|---|
| llama-4-maverick | Apr 2025 | Active on most platforms | ACTIVE |
| llama-4-scout | Apr 2025 | Active on most platforms | ACTIVE |
| llama-3.3-70b | Dec 2024 | Active on most platforms | ACTIVE |
| llama-3.1-405b | Jul 2024 | Active on most platforms | ACTIVE |
| llama-3.1-70b | Jul 2024 | Jan 24, 2025 (Groq) | EOL on Groq |
| llama-3-70b | Apr 2024 | May 31, 2025 (Groq) | EOL on Groq |
| llama-3-8b | Apr 2024 | May 31, 2025 (Groq) | EOL on Groq |
| llama-2-70b | Jul 2023 | Jul 23, 2024 | EOL |
| llama-2-13b | Jul 2023 | Jul 23, 2024 | EOL |
→ Full Meta Llama platform deprecation schedule with EOL Risk Scores for all 15 tracked models
Mistral AI — Retirement Dates
Mistral AI publishes model availability information but does not maintain a single consolidated deprecation page. Retirement dates vary by platform — the same model may be active on the Mistral API while already retired on Azure AI Studio or Google Vertex AI.
Key dates: Mistral Large 2402 was retired on Vertex AI in January 2025. Mistral Large 2407 was retired on Azure in April 2025. Codestral 2405 shuts down on Vertex AI in January 2026. Mistral Medium, the original commercial offering, was discontinued in mid-2025.
| Model | Released | EOL date | Status | Platform |
|---|---|---|---|---|
| mistral-large-2411 | Nov 2024 | Active | ACTIVE | Mistral API |
| mistral-small-3.1 | Mar 2025 | Active | ACTIVE | Mistral API |
| codestral-2501 | Jan 2025 | Active | ACTIVE | Mistral API |
| codestral-2405 | May 2024 | Jan 23, 2026 | WARNING | Vertex AI |
| mistral-large-2407 | Jul 2024 | Apr 15, 2025 | EOL | Azure |
| mistral-large-2402 | Feb 2024 | Jan 23, 2025 | EOL | Vertex AI |
| mistral-medium | Dec 2023 | Jun 1, 2025 | EOL | Mistral API |
| mistral-7b-v0.1 | Sep 2023 | May 22, 2024 | EOL | Multiple |
→ Full Mistral AI deprecation schedule with EOL Risk Scores for all 14 tracked models
Claude (Anthropic) — Deprecation Schedule
Anthropic publishes model deprecation dates on their official model deprecations page. Claude models follow a structured lifecycle: each snapshot version (e.g. claude-3-7-sonnet-20250219) has an announced EOL date, after which API calls must use a newer model ID.
Claude 3 Sonnet was EOL July 21, 2025. Claude 3.5 Sonnet (20240620) and Claude 3.5 Sonnet (20241022) both reached end of life October 28, 2025. Claude 3.7 Sonnet reached end of life February 19, 2026. The pattern is clear: Anthropic deprecates model snapshots on roughly 12-month cycles.
→ Full Claude deprecation schedule — 25 model versions tracked with EOL dates and Risk Scores
What to do when your model is deprecated
Audit before the shutdown date
Search your codebase for hardcoded model IDs. This includes config files, environment variables, prompt templates, and any string that looks like gpt-4o-2024-08-06 or gemini-2.0-flash. Grep is your friend. Set a calendar alert 90 days before the shutdown date, not the day of.
Use stable aliases where available
Most providers offer alias endpoints (e.g. gpt-4o without a snapshot date) that automatically point to the current recommended version. These auto-update on the provider's schedule. The trade-off: behavior can change unexpectedly when the alias is updated. For production inference where determinism matters, pin to a snapshot and manage the migration yourself. For prototypes, aliases are fine.
Test your replacement before the deadline
Replacement models are not drop-in compatible. Output format, token limits, pricing, latency, and behavior all differ. Run your evaluation suite against the replacement model 30–60 days before the shutdown. Do not migrate on the shutdown date.
Treat model deprecation as a dependency change
Add model IDs to your software bill of materials (SBOM). Track them in the same system you use for library dependencies. The endoflife.ai API provides programmatic access to deprecation dates for all tracked models — wire it into your CI pipeline so a failing check surfaces before your deployment does.
endoflife.ai tracks deprecation dates for OpenAI, Gemini, Llama, Mistral, and Claude — updated from primary sources at every build. Check any model's status at endoflife.ai/ai-models, or query the API to integrate EOL data into your own tooling.
All dates are sourced from official provider documentation and verified at publication. Exact shutdown dates may shift — always confirm against the provider's official deprecation page before migration planning.