Anthropic Claude API Deprecation Calendar

Every announced Claude API retirement, breaking change and price step, with the action per row. Last verified: 2026-07-17. Updated weekly. Sources: model deprecations · API release notes.

Anthropic's risk profile is different from a pure model vendor. The model retirements are gentle and pre-announced with published floors, but the sharp edges are the non-model changes: a memory-listing breaking change under an unchanged header, fast-mode removal, a mid-year pricing step, and parameter validation that now hard-errors. Those are the ones that break a running agent without you touching a model string.

Scheduled changes 2026

DateWhat changesDo this before the dateSrc
Jul 21claude-mythos-preview retiresRepoint to claude-mythos-5. Preview aliases were never meant for production - if this one reached prod, add a check that blocks -preview model strings from shipping.
Jul 22Breaking: old memory-listing semantics change under the existing managed-agents-2026-04-01 header (list/pagination behavior)This bites even though the header string is unchanged. Update your list/pagination code to the new semantics; current SDKs already send the new behavior, so bump the SDK and re-test any hand-rolled memory listing. Details in the W29 digest.
Jul 24Fast mode (speed:"fast") on Opus 4.7 starts returning errors (4.6 already silently degrades)Move fast-mode calls to Opus 4.8, or drop the speed parameter. Grep for speed in your request builders - a hard error on a hot path is worse than the silent degradation you may already be eating on 4.6.
Aug 5claude-opus-4-1-20250805 retires (Claude API)Repoint to claude-opus-4-8. Re-run evals: 4.1 to 4.8 is several generations, so prompts tuned for 4.1 quirks may behave differently.
Aug 31Price: Sonnet 5 introductory pricing ends ($2/$10 per Mtok in/out to $3/$15 from Sep 1)Inputs go up 50%, outputs 50%. Re-forecast your monthly Sonnet 5 spend at the new rate, and factor the ~30% tokenizer difference vs. older Claude if you migrated to hit the intro price.

Retirement floors ("not sooner than")

Anthropic commits that these models will not retire before the dates below. They are floors, not scheduled shutdowns - useful for planning how long a pin is safe.

ModelRetirement not beforePlanning note
claude-sonnet-4-5-202509292026-09-29Safe to pin through Q3; plan a move by early Q4.
claude-haiku-4-5-202510012026-10-15Cheapest tier - fine to keep on high-volume paths near-term.
claude-opus-4-5-202511012026-11-24Holds through most of 2026.
claude-opus-4-62027-02-05Long runway.
claude-sonnet-4-62027-02-17Long runway.
claude-opus-4-72027-04-16Long runway (but fast mode already gone - see Jul 24).
claude-opus-4-82027-05-28Current migration target - safest pin.
claude-fable-52027-06-09Longest floor published.
claude-sonnet-52027-06-30Longest floor; note the Aug 31 price change above.

Standing gotcha, no shutdown date

Non-default temperature, top_p or top_k now return a 400 on Opus 4.7+, Opus 4.8 and Sonnet 5 (older models silently accepted them). If you migrate a request that sets these, strip them or expect a hard failure - this is a common surprise when moving prompts forward. This calendar is maintenance guidance, not legal advice.

A date on this page just got closer

The free weekly digest flags every new Anthropic deadline the week it lands - breaking changes, retirements and price changes, each with a one-line action.