Claude Sonnet 4.5 Is Not Retiring on September 29, 2026. Here Is Why
Claude Sonnet 4.5 has no retirement date. Anthropic's model deprecations page lists claude-sonnet-4-5-20250929 as Active, with no deprecation date and a tentative retirement date of not sooner than September 29, 2026. That phrase is a floor: the earliest day Anthropic allows itself to retire the model, one year after its release on September 29, 2025. It is not an announcement that anything happens on that day. The same is true of Haiku 4.5 (not sooner than October 15, 2026) and Opus 4.5 (not sooner than November 24, 2026), and every other Active model on the page carries a floor in 2027.
Anthropic's four lifecycle states
Anthropic defines the terms on the page itself. Active: fully supported and recommended. Legacy: no longer receiving updates and may be deprecated in the future. Deprecated: still functional but no longer recommended; Anthropic provides a recommended replacement and assigns a retirement date. Retired: the model is no longer available for use, and requests to retired models fail.
Two rules sit around those states. Anthropic notifies customers with active deployments of upcoming retirements, providing at least 60 days' notice before model retirement for publicly released models. And the dates on the page apply to Anthropic-operated platforms (the Claude API, Claude Platform on AWS and Microsoft Foundry); Amazon Bedrock and Google Cloud set their own retirement schedules, so a model's status and dates can differ there.
Put together: a model cannot retire on its floor date unless Anthropic has first moved it to Deprecated, named a replacement and given at least 60 days' notice. None of that has happened for Sonnet 4.5, Haiku 4.5 or Opus 4.5.
What the table says, model by model
| API model name | Released | State | Deprecated | Retirement |
|---|---|---|---|---|
| claude-sonnet-4-5-20250929 | 2025-09-29 | Active | None | Not sooner than September 29, 2026 (floor) |
| claude-haiku-4-5-20251001 | 2025-10-15 | Active | None | Not sooner than October 15, 2026 (floor) |
| claude-opus-4-5-20251101 | 2025-11-24 | Active | None | Not sooner than November 24, 2026 (floor) |
| claude-opus-4-1-20250805 | 2025-08-05 | Retired | 2026-06-05 | 2026-08-05 |
| claude-sonnet-4-20250514 | 2025-05-22 | Retired | 2026-04-14 | 2026-06-15 |
| claude-opus-4-20250514 | 2025-05-22 | Retired | 2026-04-14 | 2026-06-15 |
| claude-3-7-sonnet-20250219 | 2025-02-24 | Retired | 2025-10-28 | 2026-02-19 |
| claude-3-5-haiku-20241022 | 2024-10-22 | Retired | 2025-12-19 | 2026-02-19 |
| claude-3-haiku-20240307 | 2024-03-13 | Retired | 2026-02-19 | 2026-04-20 |
The Deprecated column is the day Anthropic notified developers; the Retirement column is the day requests started failing. For the three Active models the last column is Anthropic's floor, printed as text because it is not a date in our data. The retired rows are served from data and re-read from Anthropic's page daily.
What the retired waves show
Every retirement on the page so far followed the same shape: a dated deprecation notice with a named replacement, then a retirement day roughly two months later in the 2026 waves. Opus 4.1 was deprecated on June 5, 2026 and retired on August 5, 2026; Sonnet 4 and Opus 4 were deprecated on April 14, 2026 and retired on June 15, 2026. None of them retired on a floor date; each got its own dated announcement first. That is the signal to watch for Sonnet 4.5: a date appearing in the Deprecated column, not the floor passing.
What to do
- Do not schedule a cutover for September 29. Nothing changes on the Claude API that day by any current announcement. Treat the floor as the start of the window in which a deprecation notice becomes possible.
- Audit where the model is used. Anthropic's page describes an export from the Usage page in the Claude Console that breaks usage down by API key and model; that is the list to keep ready so a 60-day window is enough.
- Test the replacement before you need it. Anthropic names the replacement at deprecation time. For Sonnet 4.5 the obvious candidates are the newer Sonnet models already on the page.
- Running on Bedrock or Google Cloud? Those platforms keep their own schedules; check their model tables rather than this one.
- Inventory: the Claude product page lists every model with its served status, and
curl https://api.endoflife.ai/v1/score/claude/claude-sonnet-4-5-20250929returns what we serve with its source.
Frequently asked questions
When does Claude Sonnet 4.5 retire?
No retirement date has been set. Anthropic's model table lists claude-sonnet-4-5-20250929 as Active, with no deprecation date and a tentative retirement date of not sooner than September 29, 2026. That is the earliest day Anthropic allows itself to retire the model, not an announcement that it will. Retirement only follows a deprecation, and Anthropic provides at least 60 days' notice before retiring a publicly released model.
What happens when a Claude model is deprecated?
Anthropic's terms: a deprecated model is still functional but no longer recommended, and Anthropic provides a recommended replacement and assigns a retirement date. A retired model is no longer available for use, and requests to models past the retirement date will fail. In the 2026 waves so far, the gap between the deprecation notice and the retirement day was roughly two months.
Are Claude Haiku 4.5 and Opus 4.5 retiring in 2026?
Not by any current announcement. Both are listed as Active with no deprecation date. Haiku 4.5 carries a tentative retirement date of not sooner than October 15, 2026, and Opus 4.5 of not sooner than November 24, 2026. Each is a floor; a retirement would first appear as a deprecation date in the same table with a named replacement.
Sources
- Anthropic, "Model deprecations" (docs.anthropic.com/en/docs/about-claude/model-deprecations): lifecycle terms, notification policy, platform scope, the model status table and the deprecation history.
Related
- Claude product page — every model with its served status
- How we verify our dates — including how vendor pages override the upstream dataset
- The 2026 EOL calendar