Skip to content

Commit

Permalink
Merge branch 'main' into feature/sfn-csv-delimiter-33418
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 25, 2025
2 parents 0a6d981 + 8dcbde3 commit c67f07b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ export class FoundationModelIdentifier {
/** Base model "anthropic.claude-3-5-sonnet-20241022-v2:0:200k". */
public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20241022_V2_0_200K = new FoundationModelIdentifier('anthropic.claude-3-5-sonnet-20241022-v2:0:200k');

/** Base model "anthropic.claude-3-7-sonnet-20250219-v1:0" */
public static readonly ANTHROPIC_CLAUDE_3_7_SONNET_20250219_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-7-sonnet-20250219-v1:0');

/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier('anthropic.claude-3-haiku-20240307-v1:0');

Expand Down

0 comments on commit c67f07b

Please sign in to comment.