We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9758f2 commit 9ffa244Copy full SHA for 9ffa244
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -89,6 +89,9 @@ export class FoundationModelIdentifier {
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
+ /** Base model "amazon.nova-sonic-v1:0". */
93
+ public static readonly AMAZON_NOVA_SONIC_V1_0 = new FoundationModelIdentifier('amazon.nova-sonic-v1:0');
94
+
95
/**
96
* Base model "ai21.j2-mid".
97
* @deprecated use latest version of the model
0 commit comments