File tree Expand file tree Collapse file tree
packages/aws-cdk-lib/aws-bedrock/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,6 +239,15 @@ export class FoundationModelIdentifier {
239239 /** Base model "stability.stable-diffusion-xl-v1:0". */
240240 public static readonly STABILITY_STABLE_DIFFUSION_XL_V1_0 = new FoundationModelIdentifier ( 'stability.stable-diffusion-xl-v1:0' ) ;
241241
242+ /** Base model "stability.sd3-large-v1:0". */
243+ public static readonly STABILITY_SD3_LARGE_V1_0 = new FoundationModelIdentifier ( 'stability.sd3-large-v1:0' ) ;
244+
245+ /** Base model "stability.stable-image-ultra-v1:0". */
246+ public static readonly STABILITY_STABLE_IMAGE_ULTRA_V1_0 = new FoundationModelIdentifier ( 'stability.stable-image-ultra-v1:0' ) ;
247+
248+ /** Base model "stability.stable-image-core-v1:0". */
249+ public static readonly STABILITY_STABLE_IMAGE_CORE_V1_0 = new FoundationModelIdentifier ( 'stability.stable-image-core-v1:0' ) ;
250+
242251 /**
243252 * Constructor for foundation model identifier
244253 * @param modelId the model identifier
You can’t perform that action at this time.
0 commit comments