File tree 1 file changed +3
-0
lines changed
packages/aws-cdk-lib/aws-bedrock/lib
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,9 @@ export class FoundationModelIdentifier {
212
212
/** Base model "anthropic.claude-3-5-sonnet-20241022-v2:0:200k". */
213
213
public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20241022_V2_0_200K = new FoundationModelIdentifier ( 'anthropic.claude-3-5-sonnet-20241022-v2:0:200k' ) ;
214
214
215
+ /** Base model "anthropic.claude-3-7-sonnet-20250219-v1:0" */
216
+ public static readonly ANTHROPIC_CLAUDE_3_7_SONNET_20250219_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-7-sonnet-20250219-v1:0' ) ;
217
+
215
218
/** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
216
219
public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-haiku-20240307-v1:0' ) ;
217
220
You can’t perform that action at this time.
0 commit comments