Skip to content

Commit 4052064

Browse files
fix: correct Bedrock model ID for Claude Opus 4.6 (#2723)
Signed-off-by: majiayu000 <1835304752@qq.com> Co-authored-by: Amit Singh <amitksingh1490@gmail.com>
1 parent 5b18cce commit 4052064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/forge_repo/src/provider/provider.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
"input_modalities": ["text", "image"]
12761276
},
12771277
{
1278-
"id": "anthropic.claude-opus-4-6-v1:0",
1278+
"id": "anthropic.claude-opus-4-6-v1",
12791279
"name": "Claude 4.6 Opus",
12801280
"description": "Anthropic's Opus 4.6 Opus - enhanced capabilities",
12811281
"context_length": 200000,

0 commit comments

Comments
 (0)