We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01be69f commit 01abd83Copy full SHA for 01abd83
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -281,6 +281,9 @@ export class FoundationModelIdentifier {
281
/** Base model "cohere.embed-multilingual-v3:0:512". */
282
public static readonly COHERE_EMBED_MULTILINGUAL_V3_0_512 = new FoundationModelIdentifier('cohere.embed-multilingual-v3:0:512');
283
284
+ /** Base model "luma.ray-v2:0". */
285
+ public static readonly LUMA_RAY_V2_0 = new FoundationModelIdentifier('luma.ray-v2:0');
286
+
287
/**
288
* Base model "meta.llama2-13b-v1".
289
* @deprecated use latest version of the model
0 commit comments