Skip to content

Commit c035e91

Browse files
Sugi275sugusugiaws
andauthored
Add Claude 4 model to defaul models (#1142)
Co-authored-by: sugusugi <[email protected]>
1 parent 25f4e16 commit c035e91

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/cdk/cdk.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"hiddenUseCases": {},
4141
"modelRegion": "us-east-1",
4242
"modelIds": [
43+
"us.anthropic.claude-sonnet-4-20250514-v1:0",
44+
"us.anthropic.claude-opus-4-20250514-v1:0",
4345
"us.anthropic.claude-3-7-sonnet-20250219-v1:0",
4446
"us.anthropic.claude-3-5-haiku-20241022-v1:0",
4547
"us.amazon.nova-premier-v1:0",

packages/cdk/lib/stack-input.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export const stackInputSchema = z.object({
4242
])
4343
)
4444
.default([
45+
'us.anthropic.claude-sonnet-4-20250514-v1:0',
46+
'us.anthropic.claude-opus-4-20250514-v1:0',
4547
'us.anthropic.claude-3-7-sonnet-20250219-v1:0',
4648
'us.anthropic.claude-3-5-haiku-20241022-v1:0',
4749
'us.amazon.nova-premier-v1:0',

0 commit comments

Comments
 (0)