Skip to content

Commit 1d4abcd

Browse files
authored
chore(bedrock): support Pixtral Large 25.02 (#34084)
Ref * https://aws.amazon.com/about-aws/whats-new/2025/04/amazon-bedrock-pixtral-large-25-02-mistral-ai/ * https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d43e829 commit 1d4abcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts

+3
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ export class FoundationModelIdentifier {
392392
/** Base model "mistral.mistral-large-2407-v1:0". */
393393
public static readonly MISTRAL_LARGE_2_V0_1 = new FoundationModelIdentifier('mistral.mistral-large-2407-v1:0');
394394

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+
395398
/**
396399
* Base model "stability.stable-diffusion-xl".
397400
* @deprecated use latest version of the model

0 commit comments

Comments
 (0)