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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,6 +136,14 @@ export const bedrockModels = {
inputPrice: 15.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": {
maxTokens: 4096,
contextWindow: 200_000,