@@ -41,6 +41,9 @@ export class FoundationModelIdentifier {
41
41
/** Base model "amazon.titan-embed-text-v2:0". */
42
42
public static readonly AMAZON_TITAN_EMBED_TEXT_V2_0 = new FoundationModelIdentifier ( 'amazon.titan-embed-text-v2:0' ) ;
43
43
44
+ /** Base model "amazon.titan-embed-text-v2:0:8k". */
45
+ public static readonly AMAZON_TITAN_EMBED_TEXT_V2_0_8K = new FoundationModelIdentifier ( 'amazon.titan-embed-text-v2:0:8k' ) ;
46
+
44
47
/** Base model "amazon.titan-image-generator-v1". */
45
48
public static readonly AMAZON_TITAN_IMAGE_GENERATOR_G1_V1 = new FoundationModelIdentifier ( 'amazon.titan-image-generator-v1' ) ;
46
49
@@ -65,12 +68,18 @@ export class FoundationModelIdentifier {
65
68
/** Base model "ai21.j2-ultra-v1". */
66
69
public static readonly AI21_LABS_JURASSIC_2_ULTRA_V1 = new FoundationModelIdentifier ( 'ai21.j2-ultra-v1' ) ;
67
70
71
+ /** Base model "ai21.j2-ultra-v1:0:8k". */
72
+ public static readonly AI21_LABS_JURASSIC_2_ULTRA_V1_0_8K = new FoundationModelIdentifier ( 'ai21.j2-ultra-v1:0:8k' ) ;
73
+
68
74
/** Base model "ai21.j2-grande-instruct". */
69
75
public static readonly AI21_J2_GRANDE_INSTRUCT = new FoundationModelIdentifier ( 'ai21.j2-grande-instruct' ) ;
70
76
71
77
/** Base model "ai21.j2-jumbo-instruct". */
72
78
public static readonly AI21_J2_JUMBO_INSTRUCT = new FoundationModelIdentifier ( 'ai21.j2-jumbo-instruct' ) ;
73
79
80
+ /** Base model "ai21.jamba-instruct-v1:0". */
81
+ public static readonly AI21_J2_JAMBA_INSTRUCT_V1_0 = new FoundationModelIdentifier ( 'ai21.jamba-instruct-v1:0' ) ;
82
+
74
83
/**
75
84
* Base model "anthropic.claude-v1".
76
85
* @deprecated use latest version of the model
@@ -138,17 +147,23 @@ export class FoundationModelIdentifier {
138
147
public static readonly COHERE_COMMAND_LIGHT_TEXT_V14_7_4K = new FoundationModelIdentifier ( 'cohere.command-light-text-v14:7:4k' ) ;
139
148
140
149
/** Base model "cohere.command-r-v1:0". */
141
- public static readonly COHERE_COMMAND_R_V1 = new FoundationModelIdentifier ( 'ccohere .command-r-v1:0' ) ;
150
+ public static readonly COHERE_COMMAND_R_V1 = new FoundationModelIdentifier ( 'cohere .command-r-v1:0' ) ;
142
151
143
152
/** Base model "cohere.command-r-v1:0". */
144
153
public static readonly COHERE_COMMAND_R_PLUS_V1 = new FoundationModelIdentifier ( 'cohere.command-r-plus-v1:0' ) ;
145
154
146
155
/** Base model "cohere.embed-english-v3". */
147
156
public static readonly COHERE_EMBED_ENGLISH_V3 = new FoundationModelIdentifier ( 'cohere.embed-english-v3' ) ;
148
157
158
+ /** Base model "cohere.embed-english-v3:0:512". */
159
+ public static readonly COHERE_EMBED_ENGLISH_V3_0_512 = new FoundationModelIdentifier ( 'cohere.embed-english-v3:0:512' ) ;
160
+
149
161
/** Base model "cohere.embed-multilingual-v3". */
150
162
public static readonly COHERE_EMBED_MULTILINGUAL_V3 = new FoundationModelIdentifier ( 'cohere.embed-multilingual-v3' ) ;
151
163
164
+ /** Base model "cohere.embed-multilingual-v3:0:512". */
165
+ public static readonly COHERE_EMBED_MULTILINGUAL_V3_0_512 = new FoundationModelIdentifier ( 'cohere.embed-multilingual-v3:0:512' ) ;
166
+
152
167
/** Base model "meta.llama2-13b-v1". */
153
168
public static readonly META_LLAMA_2_13B_V1 = new FoundationModelIdentifier ( 'meta.llama2-13b-v1' ) ;
154
169
@@ -188,6 +203,9 @@ export class FoundationModelIdentifier {
188
203
/** Base model "mistral.mistral-large-2402-v1:0". */
189
204
public static readonly MISTRAL_LARGE_V0_1 = new FoundationModelIdentifier ( 'mistral.mistral-large-2402-v1:0' ) ;
190
205
206
+ /** Base model "mistral.mistral-small-2402-v1:0". */
207
+ public static readonly MISTRAL_SMALL_V0_1 = new FoundationModelIdentifier ( 'mistral.mistral-small-2402-v1:0' ) ;
208
+
191
209
/**
192
210
* Base model "stability.stable-diffusion-xl".
193
211
* @deprecated use latest version of the model
0 commit comments