@@ -143,22 +143,40 @@ export class FoundationModelIdentifier {
143
143
**/
144
144
public static readonly ANTHROPIC_CLAUDE_V1 = new FoundationModelIdentifier ( 'anthropic.claude-v1' ) ;
145
145
146
- /** Base model "anthropic.claude-v2". */
146
+ /**
147
+ * Base model "anthropic.claude-v2".
148
+ * @deprecated use latest version of the model
149
+ */
147
150
public static readonly ANTHROPIC_CLAUDE_V2 = new FoundationModelIdentifier ( 'anthropic.claude-v2' ) ;
148
151
149
- /** Base model "anthropic.claude-v2:0:18k". */
152
+ /**
153
+ * Base model "anthropic.claude-v2:0:18k".
154
+ * @deprecated use latest version of the model
155
+ */
150
156
public static readonly ANTHROPIC_CLAUDE_V2_0_18K = new FoundationModelIdentifier ( 'anthropic.claude-v2:0:18k' ) ;
151
157
152
- /** Base model "anthropic.claude-v2:0:100k". */
158
+ /**
159
+ * Base model "anthropic.claude-v2:0:100k".
160
+ * @deprecated use latest version of the model
161
+ */
153
162
public static readonly ANTHROPIC_CLAUDE_V2_0_100K = new FoundationModelIdentifier ( 'anthropic.claude-v2:0:100k' ) ;
154
163
155
- /** Base model "anthropic.claude-v2:1". */
164
+ /**
165
+ * Base model "anthropic.claude-v2:1".
166
+ * @deprecated use latest version of the model
167
+ */
156
168
public static readonly ANTHROPIC_CLAUDE_V2_1 = new FoundationModelIdentifier ( 'anthropic.claude-v2:1' ) ;
157
169
158
- /** Base model "anthropic.claude-v2:1:18k". */
170
+ /**
171
+ * Base model "anthropic.claude-v2:1:18k".
172
+ * @deprecated use latest version of the model
173
+ */
159
174
public static readonly ANTHROPIC_CLAUDE_V2_1_18K = new FoundationModelIdentifier ( 'anthropic.claude-v2:1:18k' ) ;
160
175
161
- /** Base model "anthropic.claude-v2:1:200k". */
176
+ /**
177
+ * Base model "anthropic.claude-v2:1:200k".
178
+ * @deprecated use latest version of the model
179
+ */
162
180
public static readonly ANTHROPIC_CLAUDE_V2_1_200K = new FoundationModelIdentifier ( 'anthropic.claude-v2:1:200k' ) ;
163
181
164
182
/** Base model "anthropic.claude-3-sonnet-20240229-v1:0". */
@@ -218,10 +236,16 @@ export class FoundationModelIdentifier {
218
236
/** Base model "anthropic.claude-3-opus-20240229-v1:0:200k". */
219
237
public static readonly ANTHROPIC_CLAUDE_3_OPUS_20240229_V1_0_200K = new FoundationModelIdentifier ( 'anthropic.claude-3-opus-20240229-v1:0:200k' ) ;
220
238
221
- /** Base model "anthropic.claude-instant-v1". */
239
+ /**
240
+ * Base model "anthropic.claude-instant-v1".
241
+ * @deprecated use latest version of the model
242
+ */
222
243
public static readonly ANTHROPIC_CLAUDE_INSTANT_V1 = new FoundationModelIdentifier ( 'anthropic.claude-instant-v1' ) ;
223
244
224
- /** Base model "anthropic.claude-instant-v1:2:100k". */
245
+ /**
246
+ * Base model "anthropic.claude-instant-v1:2:100k".
247
+ * @deprecated use latest version of the model
248
+ */
225
249
public static readonly ANTHROPIC_CLAUDE_INSTANT_V1_2_100K = new FoundationModelIdentifier ( 'anthropic.claude-instant-v1:2:100k' ) ;
226
250
227
251
/** Base model "cohere.command-text-v14". */
0 commit comments