claude-3-haiku-20240307: retirement date and replacement
This model is retired. API calls naming it fail — there is no silent fallback to a newer model.
| Retirement | April 20, 2026 — Retired 104 days ago. |
| Deprecated on | February 19, 2026 |
| Replace with | claude-haiku-4-5-20251001 |
What actually happens
A request naming a retired model returns an API error. The part that catches teams out in production: nothing switches automatically to an equivalent model, and the error surfaces at call time, not at deploy time. Model IDs pinned in an environment file or an old evaluation script are the ones that break most often, because nobody re-reads them.
Check your own code
Search your code, environment variables and config files for the exact ID:
grep -rn "claude-3-haiku-20240307" . --exclude-dir=node_modulesSource: Anthropic's official documentation — read on 8/2/2026, 8:56:57 PM UTC. See all models →