diff --git a/src/shared/api.ts b/src/shared/api.ts index 721e669..a466972 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -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,