mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: update Opus 4.1 max tokens from 8K to 32K (#9046)
Aligns claude-opus-4-1-20250805 max token limit with claude-opus-4-20250514, both models now supporting 32K output tokens (overridable to 8K when enableReasoningEffort is false). Fixes #9045 Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
ae9f3fe984
commit
6965e5c791
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const anthropicModels = {
|
|||
],
|
||||
},
|
||||
"claude-opus-4-1-20250805": {
|
||||
maxTokens: 8192,
|
||||
maxTokens: 32_000, // Overridden to 8k if `enableReasoningEffort` is false.
|
||||
contextWindow: 200_000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue