We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c756ea1 commit 8b935a6Copy full SHA for 8b935a6
packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts
@@ -215,6 +215,9 @@ export class FoundationModelIdentifier {
215
/** Base model "mistral.mistral-small-2402-v1:0". */
216
public static readonly MISTRAL_SMALL_V0_1 = new FoundationModelIdentifier('mistral.mistral-small-2402-v1:0');
217
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
+
221
/**
222
* Base model "stability.stable-diffusion-xl".
223
* @deprecated use latest version of the model
0 commit comments