mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
05f35735f0
commit
099ea6dc6a
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue