mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
feat(openai-models): update maxTokens for gpt-5-pro-2025-10-06 from 272000 to 128000
This commit is contained in:
parent
f3b654d320
commit
cb975a2e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export const openAiNativeModels = {
|
|||
description: "GPT-5.1: The best model for coding and agentic tasks across domains",
|
||||
},
|
||||
"gpt-5-pro-2025-10-06": {
|
||||
maxTokens: 272000,
|
||||
maxTokens: 128000,
|
||||
contextWindow: 400000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue