Compare commits

...
Author SHA1 Message Date
Ara 0ba6081646 Revert "Add OpenAI o3 & 4o-mini (#2927)"
This reverts commit 89cbbe95e3.
2025-04-16 23:52:58 +05:30
2 changed files with 0 additions and 23 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Add OpenAI o3 & 4o-mini
-18
View File
@@ -633,24 +633,6 @@ export const openAiNativeModels = {
outputPrice: 0.4,
cacheReadsPrice: 0.025,
},
o3: {
maxTokens: 100_000,
contextWindow: 200_000,
supportsImages: true,
supportsPromptCache: true,
inputPrice: 10.0,
outputPrice: 40.0,
cacheReadsPrice: 2.5,
},
"o4-mini": {
maxTokens: 100_000,
contextWindow: 200_000,
supportsImages: true,
supportsPromptCache: true,
inputPrice: 1.1,
outputPrice: 4.4,
cacheReadsPrice: 0.275,
},
"o3-mini": {
maxTokens: 100_000,
contextWindow: 200_000,