feat(openai-models): update maxTokens for gpt-5-pro-2025-10-06 from 272000 to 128000

This commit is contained in:
Hannes Rudolph 2025-10-16 12:22:50 -06:00
parent f3b654d320
commit cb975a2e7b

View file

@ -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,