🪨 feat: Include Sonnet 3.5 v2 in Default Bedrock Models List (#4552)

This commit is contained in:
Adam Boeglin 2024-10-28 11:05:26 -07:00 committed by GitHub
parent 1526b429c9
commit a21591d25d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -623,6 +623,7 @@ const sharedAnthropicModels = [
]; ];
export const bedrockModels = [ export const bedrockModels = [
'anthropic.claude-3-5-sonnet-20241022-v2:0',
'anthropic.claude-3-5-sonnet-20240620-v1:0', 'anthropic.claude-3-5-sonnet-20240620-v1:0',
'anthropic.claude-3-haiku-20240307-v1:0', 'anthropic.claude-3-haiku-20240307-v1:0',
'anthropic.claude-3-opus-20240229-v1:0', 'anthropic.claude-3-opus-20240229-v1:0',