Skip to content

Commit

Permalink
chore(bedrock): support DeepSeek R1
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Mar 10, 2025
1 parent 6c882e0 commit 7b21b9c
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 @@ -284,6 +284,9 @@ export class FoundationModelIdentifier {
/** Base model "cohere.embed-multilingual-v3:0:512". */
public static readonly COHERE_EMBED_MULTILINGUAL_V3_0_512 = new FoundationModelIdentifier('cohere.embed-multilingual-v3:0:512');

/** Base model "deepseek.r1-v1:0". */
public static readonly DEEP_SEEK_R1_V1_0 = new FoundationModelIdentifier('deepseek.r1-v1:0');

/** Base model "luma.ray-v2:0". */
public static readonly LUMA_RAY_V2_0 = new FoundationModelIdentifier('luma.ray-v2:0');

Expand Down

0 comments on commit 7b21b9c

Please sign in to comment.