Amazon Bedrock · model
ai21.jamba-1-5-large-v1:0 deprecation: shutdown date & replacement
- Provider
- Amazon Bedrock
- Name
- Jamba 1.5 Large
- 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-08-26. No replacement listed on the page.
How to migrate off ai21.jamba-1-5-large-v1:0
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "ai21.jamba-1-5-large-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 November 26, 2026, and add the CI scanner so it cannot come back.
Also shutting down on November 26, 2026 (Amazon Bedrock)
Questions
Is ai21.jamba-1-5-large-v1:0 deprecated?
Yes. Amazon Bedrock has deprecated ai21.jamba-1-5-large-v1:0. It shuts down on November 26, 2026.
When does ai21.jamba-1-5-large-v1:0 shut down?
November 26, 2026, according to Amazon Bedrock's official deprecation notice.
What should I use instead of ai21.jamba-1-5-large-v1:0?
Amazon Bedrock has not named a specific replacement. Check the official source for current models.
What happens to requests to ai21.jamba-1-5-large-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.