feat: add Bedrock Opus 4.5 to global inference model list (#9595)

Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
roomote[bot] 2025-11-25 22:22:56 -05:00 committed by GitHub
parent 05f35735f0
commit 099ea6dc6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -469,12 +469,14 @@ export const BEDROCK_1M_CONTEXT_MODEL_IDS = [
] as const
// Amazon Bedrock models that support Global Inference profiles
// As of Oct 2025, AWS supports Global Inference for:
// As of Nov 2025, AWS supports Global Inference for:
// - Claude Sonnet 4
// - Claude Sonnet 4.5
// - Claude Haiku 4.5
// - Claude Opus 4.5
export const BEDROCK_GLOBAL_INFERENCE_MODEL_IDS = [
"anthropic.claude-sonnet-4-20250514-v1:0",
"anthropic.claude-sonnet-4-5-20250929-v1:0",
"anthropic.claude-haiku-4-5-20251001-v1:0",
"anthropic.claude-opus-4-5-20251101-v1:0",
] as const