Commit eea5967e by CaIon

feat: add support for new regions in Claude Sonnet 4 and Claude Opus 4 models in AWS constants

parent 3cc1a794
...@@ -43,6 +43,16 @@ var awsModelCanCrossRegionMap = map[string]map[string]bool{ ...@@ -43,6 +43,16 @@ var awsModelCanCrossRegionMap = map[string]map[string]bool{
}, },
"anthropic.claude-3-7-sonnet-20250219-v1:0": { "anthropic.claude-3-7-sonnet-20250219-v1:0": {
"us": true, "us": true,
"ap": true,
"eu": true,
},
"apac.anthropic.claude-sonnet-4-20250514-v1:0": {
"us": true,
"ap": true,
"eu": true,
},
"anthropic.claude-opus-4-20250514-v1:0": {
"us": true,
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment