Skip to content

Commit

Permalink
update: new anthropogenic model for amazon bedrock
Browse files Browse the repository at this point in the history
feat: New Claude 3.5 Sonnet v2 Anthropogenic Model for amazon bedrock
  • Loading branch information
leex279 authored Feb 17, 2025
2 parents 70b723d + 4b817eb commit 0fd039b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/lib/modules/llm/providers/amazon-bedrock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ export default class AmazonBedrockProvider extends BaseProvider {
};

staticModels: ModelInfo[] = [
{
name: 'anthropic.claude-3-5-sonnet-20241022-v2:0',
label: 'Claude 3.5 Sonnet v2 (Bedrock)',
provider: 'AmazonBedrock',
maxTokenAllowed: 200000,
},
{
name: 'anthropic.claude-3-5-sonnet-20240620-v1:0',
label: 'Claude 3.5 Sonnet (Bedrock)',
Expand Down

0 comments on commit 0fd039b

Please sign in to comment.