|
|
@@ -264,39 +264,6 @@ export const bedrockModels = {
|
|
|
inputPrice: 0.25,
|
|
|
outputPrice: 1.25,
|
|
|
},
|
|
|
- "anthropic.claude-2-1-v1:0": {
|
|
|
- maxTokens: 4096,
|
|
|
- contextWindow: 100_000,
|
|
|
- supportsImages: false,
|
|
|
- supportsPromptCache: false,
|
|
|
- supportsNativeTools: true,
|
|
|
- defaultToolProtocol: "native",
|
|
|
- inputPrice: 8.0,
|
|
|
- outputPrice: 24.0,
|
|
|
- description: "Claude 2.1",
|
|
|
- },
|
|
|
- "anthropic.claude-2-0-v1:0": {
|
|
|
- maxTokens: 4096,
|
|
|
- contextWindow: 100_000,
|
|
|
- supportsImages: false,
|
|
|
- supportsPromptCache: false,
|
|
|
- supportsNativeTools: true,
|
|
|
- defaultToolProtocol: "native",
|
|
|
- inputPrice: 8.0,
|
|
|
- outputPrice: 24.0,
|
|
|
- description: "Claude 2.0",
|
|
|
- },
|
|
|
- "anthropic.claude-instant-v1:0": {
|
|
|
- maxTokens: 4096,
|
|
|
- contextWindow: 100_000,
|
|
|
- supportsImages: false,
|
|
|
- supportsPromptCache: false,
|
|
|
- supportsNativeTools: true,
|
|
|
- defaultToolProtocol: "native",
|
|
|
- inputPrice: 0.8,
|
|
|
- outputPrice: 2.4,
|
|
|
- description: "Claude Instant",
|
|
|
- },
|
|
|
"deepseek.r1-v1:0": {
|
|
|
maxTokens: 32_768,
|
|
|
contextWindow: 128_000,
|