|
|
@@ -38,9 +38,9 @@ export const openAiNativeModels = {
|
|
|
contextWindow: 200_000,
|
|
|
supportsImages: true,
|
|
|
supportsPromptCache: true,
|
|
|
- inputPrice: 10.0,
|
|
|
- outputPrice: 40.0,
|
|
|
- cacheReadsPrice: 2.5,
|
|
|
+ inputPrice: 2.0,
|
|
|
+ outputPrice: 8.0,
|
|
|
+ cacheReadsPrice: 0.5,
|
|
|
supportsReasoningEffort: true,
|
|
|
reasoningEffort: "medium",
|
|
|
},
|
|
|
@@ -49,9 +49,9 @@ export const openAiNativeModels = {
|
|
|
contextWindow: 200_000,
|
|
|
supportsImages: true,
|
|
|
supportsPromptCache: true,
|
|
|
- inputPrice: 10.0,
|
|
|
- outputPrice: 40.0,
|
|
|
- cacheReadsPrice: 2.5,
|
|
|
+ inputPrice: 2.0,
|
|
|
+ outputPrice: 8.0,
|
|
|
+ cacheReadsPrice: 0.5,
|
|
|
reasoningEffort: "high",
|
|
|
},
|
|
|
"o3-low": {
|
|
|
@@ -59,9 +59,9 @@ export const openAiNativeModels = {
|
|
|
contextWindow: 200_000,
|
|
|
supportsImages: true,
|
|
|
supportsPromptCache: true,
|
|
|
- inputPrice: 10.0,
|
|
|
- outputPrice: 40.0,
|
|
|
- cacheReadsPrice: 2.5,
|
|
|
+ inputPrice: 2.0,
|
|
|
+ outputPrice: 8.0,
|
|
|
+ cacheReadsPrice: 0.5,
|
|
|
reasoningEffort: "low",
|
|
|
},
|
|
|
"o4-mini": {
|