Skip to content

Commit 4fb4064

Browse files
sttommJohannesRudolph
authored andcommitted
Add newer Anthropic models to agentic-coding-sandbox
1 parent 0b84b1f commit 4fb4064

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • modules/aws/agentic-coding-sandbox/backplane/landingzone

modules/aws/agentic-coding-sandbox/backplane/landingzone/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ resource "aws_organizations_organizational_unit" "bedrock" {
88
# eu.anthropic.claude-sonnet-4-20250514-v1:0
99

1010
locals {
11-
# see https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-permissions.html
11+
# see https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-product-ids.html
1212
allowed_models = [
1313
"prod-4dlfvry4v5hbi", // Anthropic Claude 3.7 Sonnet
1414
"prod-m5ilt4siql27k", // Anthropic Claude 3.5 Sonnet
1515
"prod-4pmewlybdftbs", // Anthropic Claude 4.0 Sonnet
16+
"prod-5ukwuglpt66kg", // Anthropic Claude 4.6 Sonnet
17+
"prod-xdkflymybwmvi", // Anthropic Claude 4.5 Haiku
1618
]
1719

1820
# EU regions where Bedrock is allowed

0 commit comments

Comments
 (0)