Skip to content

Commit 9c2a830

Browse files
committed
feat(openai-models): update maxTokens for gpt-5-pro-2025-10-06 from 272000 to 128000
1 parent 41dadd5 commit 9c2a830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/openai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const openAiNativeModels = {
3838
],
3939
},
4040
"gpt-5-pro-2025-10-06": {
41-
maxTokens: 272000,
41+
maxTokens: 128000,
4242
contextWindow: 400000,
4343
supportsImages: true,
4444
supportsPromptCache: true,

0 commit comments

Comments
 (0)