We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9437103 commit ed91271Copy full SHA for ed91271
packages/types/src/providers/bedrock.ts
@@ -105,6 +105,20 @@ export const bedrockModels = {
105
maxCachePoints: 4,
106
cachableFields: ["system", "messages", "tools"],
107
},
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
+ },
122
"anthropic.claude-opus-4-20250514-v1:0": {
123
maxTokens: 8192,
124
contextWindow: 200_000,
0 commit comments