From e37a6d2efc064c3967a5d2e477685b525d4de75f Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Thu, 7 Aug 2025 11:44:38 -0700 Subject: [PATCH] Revert "fix: restore reasoning effort support for o1 series models" This reverts commit 7251237ae8714400769965b2d552824b695dfdae. --- packages/types/src/providers/openai.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/types/src/providers/openai.ts b/packages/types/src/providers/openai.ts index f74a28ae76..a8765b21d8 100644 --- a/packages/types/src/providers/openai.ts +++ b/packages/types/src/providers/openai.ts @@ -168,7 +168,6 @@ export const openAiNativeModels = { contextWindow: 200_000, supportsImages: true, supportsPromptCache: true, - supportsReasoningEffort: true, inputPrice: 15, outputPrice: 60, cacheReadsPrice: 7.5, @@ -178,7 +177,6 @@ export const openAiNativeModels = { contextWindow: 128_000, supportsImages: true, supportsPromptCache: true, - supportsReasoningEffort: true, inputPrice: 15, outputPrice: 60, cacheReadsPrice: 7.5, @@ -188,7 +186,6 @@ export const openAiNativeModels = { contextWindow: 128_000, supportsImages: true, supportsPromptCache: true, - supportsReasoningEffort: true, inputPrice: 1.1, outputPrice: 4.4, cacheReadsPrice: 0.55,