We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b6b4d commit 3da0c4dCopy full SHA for 3da0c4d
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -86,6 +86,9 @@ export class FoundationModelIdentifier {
86
/** Base model "amazon.nova-reel-v1:0". */
87
public static readonly AMAZON_NOVA_REEL_V1_0 = new FoundationModelIdentifier('amazon.nova-reel-v1:0');
88
89
+ /** Base model "amazon.nova-reel-v1:1". */
90
+ public static readonly AMAZON_NOVA_REEL_V1_1 = new FoundationModelIdentifier('amazon.nova-reel-v1:1');
91
+
92
/**
93
* Base model "ai21.j2-mid".
94
* @deprecated use latest version of the model
0 commit comments