|
|
@@ -362,6 +362,16 @@ export const anthropicModels = {
|
|
|
cacheReadsPrice: 0.3,
|
|
|
tiers: CLAUDE_SONNET_1M_TIERS,
|
|
|
},
|
|
|
+ "claude-opus-4-5-20251101": {
|
|
|
+ maxTokens: 8192,
|
|
|
+ contextWindow: 200_000,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: true,
|
|
|
+ inputPrice: 5.0,
|
|
|
+ outputPrice: 25.0,
|
|
|
+ cacheWritesPrice: 6.25,
|
|
|
+ cacheReadsPrice: 0.5,
|
|
|
+ },
|
|
|
"claude-opus-4-1-20250805": {
|
|
|
maxTokens: 8192,
|
|
|
contextWindow: 200_000,
|
|
|
@@ -465,6 +475,11 @@ export const claudeCodeModels = {
|
|
|
supportsImages: false,
|
|
|
supportsPromptCache: false,
|
|
|
},
|
|
|
+ "claude-opus-4-5-20251101": {
|
|
|
+ ...anthropicModels["claude-opus-4-5-20251101"],
|
|
|
+ supportsImages: false,
|
|
|
+ supportsPromptCache: false,
|
|
|
+ },
|
|
|
"claude-opus-4-1-20250805": {
|
|
|
...anthropicModels["claude-opus-4-1-20250805"],
|
|
|
supportsImages: false,
|
|
|
@@ -548,6 +563,16 @@ export const bedrockModels = {
|
|
|
cacheReadsPrice: 0.3,
|
|
|
tiers: CLAUDE_SONNET_1M_TIERS,
|
|
|
},
|
|
|
+ "anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
|
+ maxTokens: 8192,
|
|
|
+ contextWindow: 200_000,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: true,
|
|
|
+ inputPrice: 5.0,
|
|
|
+ outputPrice: 25.0,
|
|
|
+ cacheWritesPrice: 6.25,
|
|
|
+ cacheReadsPrice: 0.5,
|
|
|
+ },
|
|
|
"anthropic.claude-opus-4-20250514-v1:0": {
|
|
|
maxTokens: 8192,
|
|
|
contextWindow: 200_000,
|
|
|
@@ -878,6 +903,16 @@ export const vertexModels = {
|
|
|
cacheWritesPrice: 1.25,
|
|
|
cacheReadsPrice: 0.1,
|
|
|
},
|
|
|
+ "claude-opus-4-5@20251101": {
|
|
|
+ maxTokens: 8192,
|
|
|
+ contextWindow: 200_000,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: true,
|
|
|
+ inputPrice: 5.0,
|
|
|
+ outputPrice: 25.0,
|
|
|
+ cacheWritesPrice: 6.25,
|
|
|
+ cacheReadsPrice: 0.5,
|
|
|
+ },
|
|
|
"claude-opus-4-1@20250805": {
|
|
|
maxTokens: 8192,
|
|
|
contextWindow: 200_000,
|