diff --git a/packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts b/packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts index fd1881119b336..6d58fee9c0f5b 100644 --- a/packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts +++ b/packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts @@ -239,6 +239,15 @@ export class FoundationModelIdentifier { /** Base model "stability.stable-diffusion-xl-v1:0". */ public static readonly STABILITY_STABLE_DIFFUSION_XL_V1_0 = new FoundationModelIdentifier('stability.stable-diffusion-xl-v1:0'); + /** Base model "stability.sd3-large-v1:0". */ + public static readonly STABILITY_SD3_LARGE_V1_0 = new FoundationModelIdentifier('stability.sd3-large-v1:0'); + + /** Base model "stability.stable-image-ultra-v1:0". */ + public static readonly STABILITY_STABLE_IMAGE_ULTRA_V1_0 = new FoundationModelIdentifier('stability.stable-image-ultra-v1:0'); + + /** Base model "stability.stable-image-core-v1:0". */ + public static readonly STABILITY_STABLE_IMAGE_CORE_V1_0 = new FoundationModelIdentifier('stability.stable-image-core-v1:0'); + /** * Constructor for foundation model identifier * @param modelId the model identifier