Anthropic (Claude API) · model
claude-3-haiku-20240307 deprecation: shutdown date & replacement
- Provider
- Anthropic (Claude API)
- Name
- Claude Haiku 3
- Type
- model
- Announced
- Shutdown
- Replacement
claude-haiku-4-5-20251001- Source
- Official Anthropic (Claude API) notice
How to migrate off claude-3-haiku-20240307
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "claude-3-haiku-20240307" . - Replace the model ID:
- model: "claude-3-haiku-20240307" + model: "claude-haiku-4-5-20251001" - Re-run your evals or a sample of real prompts — output style, token usage and pricing can change between models.
- Check config outside code too: environment variables, feature flags, prompt-management tools, and fine-tuned model references.
- Deploy before April 20, 2026, and add the CI scanner so it cannot come back.
Questions
Is claude-3-haiku-20240307 deprecated?
Yes. Anthropic (Claude API) has deprecated claude-3-haiku-20240307. It was shut down on April 20, 2026.
When does claude-3-haiku-20240307 shut down?
April 20, 2026, according to Anthropic (Claude API)'s official deprecation notice.
What should I use instead of claude-3-haiku-20240307?
Anthropic (Claude API) recommends claude-haiku-4-5-20251001. Switch the model ID and re-test your prompts, since outputs, pricing and limits can differ.
What happens to requests to claude-3-haiku-20240307 after the shutdown?
Requests using the retired model ID fail with an error, so any code still calling it breaks. Update and deploy before the shutdown date.