Fix: Add missing sonnet model to bedrock (#633)

This commit is contained in:
Sam
2024-11-08 04:57:03 +11:00
committed by GitHub
parent e0f92d2985
commit 2eb11aadc7

View File

@@ -136,6 +136,14 @@ export const bedrockModels = {
inputPrice: 15.0, inputPrice: 15.0,
outputPrice: 75.0, outputPrice: 75.0,
}, },
"anthropic.claude-3-sonnet-20240229-v1:0": {
maxTokens: 4096,
contextWindow: 200_000,
supportsImages: true,
supportsPromptCache: false,
inputPrice: 3.0,
outputPrice: 15.0,
},
"anthropic.claude-3-haiku-20240307-v1:0": { "anthropic.claude-3-haiku-20240307-v1:0": {
maxTokens: 4096, maxTokens: 4096,
contextWindow: 200_000, contextWindow: 200_000,