Skip to content

Commit 8b935a6

Browse files
authored
chore(bedrock): support Mistral Large 2 (#30945)
Add Mistral Large 2 foundation model. Ref: * https://aws.amazon.com/about-aws/whats-new/2024/07/mistral-large-2-foundation-model-amazon-bedrock/ * https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html <img width="724" alt="image" src="https://github.com/user-attachments/assets/7c880ed2-eb1f-4aa8-bf8b-bb51de836a29"> ### 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 c756ea1 commit 8b935a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ export class FoundationModelIdentifier {
215215
/** Base model "mistral.mistral-small-2402-v1:0". */
216216
public static readonly MISTRAL_SMALL_V0_1 = new FoundationModelIdentifier('mistral.mistral-small-2402-v1:0');
217217

218+
/** Base model "mistral.mistral-large-2407-v1:0". */
219+
public static readonly MISTRAL_LARGE_2_V0_1 = new FoundationModelIdentifier('mistral.mistral-large-2407-v1:0');
220+
218221
/**
219222
* Base model "stability.stable-diffusion-xl".
220223
* @deprecated use latest version of the model

0 commit comments

Comments
 (0)