fix(llm-info): correct AWS Bedrock Claude model IDs#9299
Merged
Conversation
- Fix Claude Opus 4.6 ID (the one reported in #9280) and correct stale IDs for Opus 4.5 and Haiku 4.5 - Add Claude Opus 4.7 and Sonnet 4.6 Bedrock entries - Add scripts/sync_bedrock_models.py marimo notebook that diffs models.yml against live Bedrock foundation-model and inference-profile listings to catch drift in the future Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mscolnick
previously approved these changes
Apr 21, 2026
Remove scripts/sync_bedrock_models.py and add a comment in models.yml pointing to #9280 for instructions on verifying Bedrock model IDs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates marimo’s Bedrock model catalog to fix invalid/stale Claude model identifiers that were causing AWS Bedrock ValidationExceptions.
Changes:
- Corrects Bedrock Claude model IDs for Opus 4.6, Opus 4.5, and Haiku 4.5.
- Adds missing Bedrock entries for Claude Opus 4.7 and Claude Sonnet 4.6.
- Adds a reference comment in the Bedrock section pointing to the tracking issue.
mscolnick
approved these changes
Apr 23, 2026
|
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.23.3-dev29 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was authored by a coding agent.
📝 Summary
Closes #9280
Fixes the Claude Opus 4.6 Bedrock model ID (
global.anthropic.claude-opus-4-6-20260206-v1:0→global.anthropic.claude-opus-4-6-v1) that was causing aValidationException, and corrects other stale Bedrock IDs in the same catalog: Opus 4.5 (wrong date suffix) and Haiku 4.5 (invalidlatesttag), aligning them with the live AWS foundation-model listing. Also adds Claude Opus 4.7 and Sonnet 4.6 Bedrock entries that were missing from marimo's catalog.📋 Pre-Review Checklist
✅ Merge Checklist