We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43e829 commit 1d4abcdCopy full SHA for 1d4abcd
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -392,6 +392,9 @@ export class FoundationModelIdentifier {
392
/** Base model "mistral.mistral-large-2407-v1:0". */
393
public static readonly MISTRAL_LARGE_2_V0_1 = new FoundationModelIdentifier('mistral.mistral-large-2407-v1:0');
394
395
+ /** Base model "mistral.pixtral-large-2502-v1:0". */
396
+ public static readonly MISTRAL_PIXTRAL_LARGE_2502_V1_0 = new FoundationModelIdentifier('mistral.pixtral-large-2502-v1:0');
397
+
398
/**
399
* Base model "stability.stable-diffusion-xl".
400
* @deprecated use latest version of the model
0 commit comments