Skip to content

Commit ed91271

Browse files
roomote[bot]roomotemrubens
authored
feat: add Claude Opus 4.5 model to Bedrock provider (#9572)
Co-authored-by: Roo Code <[email protected]> Co-authored-by: Matt Rubens <[email protected]>
1 parent 9437103 commit ed91271

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/types/src/providers/bedrock.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,20 @@ export const bedrockModels = {
105105
maxCachePoints: 4,
106106
cachableFields: ["system", "messages", "tools"],
107107
},
108+
"anthropic.claude-opus-4-5-20251101-v1:0": {
109+
maxTokens: 8192,
110+
contextWindow: 200_000,
111+
supportsImages: true,
112+
supportsPromptCache: true,
113+
supportsReasoningBudget: true,
114+
inputPrice: 5.0,
115+
outputPrice: 25.0,
116+
cacheWritesPrice: 6.25,
117+
cacheReadsPrice: 0.5,
118+
minTokensPerCachePoint: 1024,
119+
maxCachePoints: 4,
120+
cachableFields: ["system", "messages", "tools"],
121+
},
108122
"anthropic.claude-opus-4-20250514-v1:0": {
109123
maxTokens: 8192,
110124
contextWindow: 200_000,

0 commit comments

Comments
 (0)