@@ -92,6 +92,9 @@ export class FoundationModelIdentifier {
92
92
/** Base model "amazon.nova-sonic-v1:0". */
93
93
public static readonly AMAZON_NOVA_SONIC_V1_0 = new FoundationModelIdentifier ( 'amazon.nova-sonic-v1:0' ) ;
94
94
95
+ /** Base model "amazon.nova-premier-v1:0". */
96
+ public static readonly AMAZON_NOVA_PREMIER_V1_0 = new FoundationModelIdentifier ( 'amazon.nova-premier-v1:0' ) ;
97
+
95
98
/**
96
99
* Base model "ai21.j2-mid".
97
100
* @deprecated use latest version of the model
@@ -380,6 +383,12 @@ export class FoundationModelIdentifier {
380
383
/** Base model "meta.llama3-3-70b-instruct-v1:0". */
381
384
public static readonly META_LLAMA_3_3_70B_INSTRUCT_V1 = new FoundationModelIdentifier ( 'meta.llama3-3-70b-instruct-v1:0' ) ;
382
385
386
+ /** Base model "meta.llama4-maverick-17b-instruct-v1:0". */
387
+ public static readonly META_LLAMA_4_MAVERICK_17B_INSTRUCT_V1_0 = new FoundationModelIdentifier ( 'meta.llama4-maverick-17b-instruct-v1:0' ) ;
388
+
389
+ /** Base model "meta.llama4-scout-17b-instruct-v1:0". */
390
+ public static readonly META_LLAMA_4_SCOUT_17B_INSTRUCT_V1_0 = new FoundationModelIdentifier ( 'meta.llama4-scout-17b-instruct-v1:0' ) ;
391
+
383
392
/** Base model "mistral.mistral-7b-instruct-v0:2". */
384
393
public static readonly MISTRAL_MISTRAL_7B_INSTRUCT_V0_2 = new FoundationModelIdentifier ( 'mistral.mistral-7b-instruct-v0:2' ) ;
385
394
@@ -440,6 +449,12 @@ export class FoundationModelIdentifier {
440
449
/** Base model "stability.stable-image-core-v1:1". */
441
450
public static readonly STABILITY_STABLE_IMAGE_CORE_V1_1 = new FoundationModelIdentifier ( 'stability.stable-image-core-v1:1' ) ;
442
451
452
+ /** Base model "writer.palmyra-x4-v1:0". */
453
+ public static readonly WRITER_PALMYRA_X4_V1_0 = new FoundationModelIdentifier ( 'writer.palmyra-x4-v1:0' ) ;
454
+
455
+ /** Base model "writer.palmyra-x5-v1:0". */
456
+ public static readonly WRITER_PALMYRA_X5_V1_0 = new FoundationModelIdentifier ( 'writer.palmyra-x5-v1:0' ) ;
457
+
443
458
/**
444
459
* Constructor for foundation model identifier
445
460
* @param modelId the model identifier
0 commit comments