Skip to content

Commit

Permalink
💄 style: Add Sonnet 3.5 v2 inference model to BedRock (lobehub#4652)
Browse files Browse the repository at this point in the history
* Update bedrock.ts

Modify Claude 3.5 Sonnet v2 id for access using us-east1 via us-east2.

* Update bedrock.ts

* Update bedrock.ts

* Update bedrock.ts
  • Loading branch information
KyongSik-Yoon authored Nov 10, 2024
1 parent 2ee4004 commit 1a8584d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/config/modelProviders/bedrock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ const Bedrock: ModelProviderCard = {
tokens: 200_000,
vision: true,
},
{
description:
'Claude 3.5 Sonnet 提升了行业标准,性能超过竞争对手模型和 Claude 3 Opus,在广泛的评估中表现出色,同时具有我们中等层级模型的速度和成本。',
displayName: 'Claude 3.5 Sonnet v2 (Inference profile)',
enabled: true,
functionCall: true,
id: 'us.anthropic.claude-3-5-sonnet-20241022-v2:0',
pricing: {
input: 3,
output: 15,
},
tokens: 200_000,
vision: true,
},
{
description:
'Claude 3.5 Sonnet 提升了行业标准,性能超过竞争对手模型和 Claude 3 Opus,在广泛的评估中表现出色,同时具有我们中等层级模型的速度和成本。',
Expand Down

0 comments on commit 1a8584d

Please sign in to comment.