Amazon Bedrock · model
anthropic.claude-3-haiku-20240307-v1:0 deprecation: shutdown date & replacement
- Provider
- Amazon Bedrock
- Name
- Claude 3 Haiku
- Type
- model
- Announced
- Shutdown
- Replacement
- —
- Source
- Official Amazon Bedrock notice
Bedrock EOL date; 'announced' is the Legacy date. Public extended access (possibly higher pricing) from 2026-06-10. No replacement listed on the page. Same dates listed for us-gov-east-1/us-gov-west-1.
How to migrate off anthropic.claude-3-haiku-20240307-v1:0
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "anthropic.claude-3-haiku-20240307-v1:0" . - Follow the provider’s migration notes in the official notice.
- 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 September 10, 2026, and add the CI scanner so it cannot come back.
Questions
Is anthropic.claude-3-haiku-20240307-v1:0 deprecated?
Yes. Amazon Bedrock has deprecated anthropic.claude-3-haiku-20240307-v1:0. It was shut down on September 10, 2026.
When does anthropic.claude-3-haiku-20240307-v1:0 shut down?
September 10, 2026, according to Amazon Bedrock's official deprecation notice.
What should I use instead of anthropic.claude-3-haiku-20240307-v1:0?
Amazon Bedrock has not named a specific replacement. Check the official source for current models.
What happens to requests to anthropic.claude-3-haiku-20240307-v1:0 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.