We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcbe2a commit 3de0818Copy full SHA for 3de0818
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -284,6 +284,9 @@ export class FoundationModelIdentifier {
284
/** Base model "cohere.embed-multilingual-v3:0:512". */
285
public static readonly COHERE_EMBED_MULTILINGUAL_V3_0_512 = new FoundationModelIdentifier('cohere.embed-multilingual-v3:0:512');
286
287
+ /** Base model "deepseek.r1-v1:0". */
288
+ public static readonly DEEP_SEEK_R1_V1_0 = new FoundationModelIdentifier('deepseek.r1-v1:0');
289
+
290
/** Base model "luma.ray-v2:0". */
291
public static readonly LUMA_RAY_V2_0 = new FoundationModelIdentifier('luma.ray-v2:0');
292
0 commit comments