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