Skip to content

Commit 760a233

Browse files
committed
fix(openai): update reasoning effort default to high and improve model description for clarity
1 parent ac17911 commit 760a233

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/types/src/providers/openai.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ export const openAiNativeModels = {
4242
contextWindow: 400000,
4343
supportsImages: true,
4444
supportsPromptCache: false,
45-
supportsReasoningEffort: false,
45+
supportsReasoningEffort: false, // This is set to false to prevent the ui from displaying the reasoning effort selector
46+
reasoningEffort: "high", // Pro model uses high reasoning effort by default and must be specified
4647
inputPrice: 15.0,
4748
outputPrice: 120.0,
4849
description:
49-
"GPT-5 Pro: A slow, reasoning-focused model for complex problems. Uses background mode with resilient streaming - requests may take several minutes with automatic recovery if connection drops.",
50+
"GPT-5 Pro: A slow, reasoning-focused model for complex problems. Uses background mode with resilient streaming - requests may somte time and will automatically reconnect if they timeout.",
5051
supportsVerbosity: true,
5152
supportsTemperature: false,
5253
backgroundMode: true,

0 commit comments

Comments
 (0)