Skip to content

Commit f229392

Browse files
committed
Revert "fix: restore reasoning effort support for o3 and o4 models"
This reverts commit a75a2b8.
1 parent a75a2b8 commit f229392

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/types/src/providers/openai.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export const openAiNativeModels = {
7878
contextWindow: 200_000,
7979
supportsImages: true,
8080
supportsPromptCache: true,
81-
supportsReasoningEffort: true,
8281
inputPrice: 2.0,
8382
outputPrice: 8.0,
8483
cacheReadsPrice: 0.5,
@@ -89,7 +88,6 @@ export const openAiNativeModels = {
8988
contextWindow: 200_000,
9089
supportsImages: true,
9190
supportsPromptCache: true,
92-
supportsReasoningEffort: true,
9391
inputPrice: 2.0,
9492
outputPrice: 8.0,
9593
cacheReadsPrice: 0.5,
@@ -100,7 +98,6 @@ export const openAiNativeModels = {
10098
contextWindow: 200_000,
10199
supportsImages: true,
102100
supportsPromptCache: true,
103-
supportsReasoningEffort: true,
104101
inputPrice: 2.0,
105102
outputPrice: 8.0,
106103
cacheReadsPrice: 0.5,
@@ -111,7 +108,6 @@ export const openAiNativeModels = {
111108
contextWindow: 200_000,
112109
supportsImages: true,
113110
supportsPromptCache: true,
114-
supportsReasoningEffort: true,
115111
inputPrice: 1.1,
116112
outputPrice: 4.4,
117113
cacheReadsPrice: 0.275,
@@ -122,7 +118,6 @@ export const openAiNativeModels = {
122118
contextWindow: 200_000,
123119
supportsImages: true,
124120
supportsPromptCache: true,
125-
supportsReasoningEffort: true,
126121
inputPrice: 1.1,
127122
outputPrice: 4.4,
128123
cacheReadsPrice: 0.275,
@@ -133,7 +128,6 @@ export const openAiNativeModels = {
133128
contextWindow: 200_000,
134129
supportsImages: true,
135130
supportsPromptCache: true,
136-
supportsReasoningEffort: true,
137131
inputPrice: 1.1,
138132
outputPrice: 4.4,
139133
cacheReadsPrice: 0.275,
@@ -144,7 +138,6 @@ export const openAiNativeModels = {
144138
contextWindow: 200_000,
145139
supportsImages: false,
146140
supportsPromptCache: true,
147-
supportsReasoningEffort: true,
148141
inputPrice: 1.1,
149142
outputPrice: 4.4,
150143
cacheReadsPrice: 0.55,
@@ -155,7 +148,6 @@ export const openAiNativeModels = {
155148
contextWindow: 200_000,
156149
supportsImages: false,
157150
supportsPromptCache: true,
158-
supportsReasoningEffort: true,
159151
inputPrice: 1.1,
160152
outputPrice: 4.4,
161153
cacheReadsPrice: 0.55,
@@ -166,7 +158,6 @@ export const openAiNativeModels = {
166158
contextWindow: 200_000,
167159
supportsImages: false,
168160
supportsPromptCache: true,
169-
supportsReasoningEffort: true,
170161
inputPrice: 1.1,
171162
outputPrice: 4.4,
172163
cacheReadsPrice: 0.55,

0 commit comments

Comments
 (0)