File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/aws-cdk-lib/aws-bedrock/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ export class FoundationModelIdentifier {
213213 public static readonly ANTHROPIC_CLAUDE_3_5_SONNET_20241022_V2_0_200K = new FoundationModelIdentifier ( 'anthropic.claude-3-5-sonnet-20241022-v2:0:200k' ) ;
214214
215215 /** Base model "anthropic.claude-3-7-sonnet-20250219-v1:0" */
216- public static readonly ANTHROPIC_CLAUDE_3_7_SONNET_20250219_V2_0 = new FoundationModelIdentifier ( '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' ) ;
217217
218218 /** Base model "anthropic.claude-3-haiku-20240307-v1:0". */
219219 public static readonly ANTHROPIC_CLAUDE_3_HAIKU_20240307_V1_0 = new FoundationModelIdentifier ( 'anthropic.claude-3-haiku-20240307-v1:0' ) ;
You can’t perform that action at this time.
0 commit comments