Skip to content

Commit 3d79694

Browse files
authored
Merge branch 'main' into gracelu0/s3-oac-l2
2 parents 844c234 + 586cb04 commit 3d79694

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)