From 2a0b0e1a3b8f17714704ac2e96f76a34518a5af9 Mon Sep 17 00:00:00 2001 From: maz Date: Thu, 5 Sep 2024 09:47:21 +0900 Subject: [PATCH] chore: add Stable Image Ultra, Stable Diffusion 3 Large, and Stable Image Core models --- packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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