Skip to content

Commit c57539d

Browse files
fix: correct AWS Bedrock Claude Sonnet 4.5 model identifier (#8372)
Fixes #8371 - Updates the model ID from anthropic.claude-4.5-sonnet-v1:0 to anthropic.claude-sonnet-4-5-20250929-v1:0 to match AWS Bedrock naming convention Co-authored-by: Roo Code <[email protected]>
1 parent de77055 commit c57539d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/bedrock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const bedrockDefaultPromptRouterModelId: BedrockModelId = "anthropic.clau
1313
// of the default prompt routers AWS enabled for GA of the promot router
1414
// feature.
1515
export const bedrockModels = {
16-
"anthropic.claude-4.5-sonnet-v1:0": {
16+
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
1717
maxTokens: 8192,
1818
contextWindow: 200_000,
1919
supportsImages: true,

0 commit comments

Comments
 (0)