Skip to content

Commit 3d5dd0b

Browse files
Update foundation-model.ts
Co-authored-by: Kazuho Cryer-Shinozuka <[email protected]>
1 parent cf4f031 commit 3d5dd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-bedrock/lib/foundation-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)