File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/aws-cdk-lib/aws-bedrock/lib Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,12 @@ export class FoundationModelIdentifier {
461461 /** Base model "writer.palmyra-x5-v1:0". */
462462 public static readonly WRITER_PALMYRA_X5_V1_0 = new FoundationModelIdentifier ( 'writer.palmyra-x5-v1:0' ) ;
463463
464+ /** Base model "twelvelabs.marengo-embed-2-7-v1:0". */
465+ public static readonly TWELVELABS_MARENGO_EMBED_2_7_V1_0 = new FoundationModelIdentifier ( 'twelvelabs.marengo-embed-2-7-v1:0' ) ;
466+
467+ /** Base model "twelvelabs.pegasus-1-2-v1:0". */
468+ public static readonly TWELVELABS_PEGASUS_1_2_V1_0 = new FoundationModelIdentifier ( 'twelvelabs.pegasus-1-2-v1:0' ) ;
469+
464470 /**
465471 * Constructor for foundation model identifier
466472 * @param modelId the model identifier
You can’t perform that action at this time.
0 commit comments