File tree 1 file changed +9
-0
lines changed
packages/aws-cdk-lib/aws-bedrock/lib
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,15 @@ export class FoundationModelIdentifier {
239
239
/** Base model "stability.stable-diffusion-xl-v1:0". */
240
240
public static readonly STABILITY_STABLE_DIFFUSION_XL_V1_0 = new FoundationModelIdentifier ( 'stability.stable-diffusion-xl-v1:0' ) ;
241
241
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
+
242
251
/**
243
252
* Constructor for foundation model identifier
244
253
* @param modelId the model identifier
You can’t perform that action at this time.
0 commit comments