File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
packages/types/src/providers Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ export const openAiNativeModels = {
3838 contextWindow : 200_000 ,
3939 supportsImages : true ,
4040 supportsPromptCache : true ,
41- inputPrice : 10 .0,
42- outputPrice : 40 .0,
43- cacheReadsPrice : 2 .5,
41+ inputPrice : 2 .0,
42+ outputPrice : 8 .0,
43+ cacheReadsPrice : 0 .5,
4444 supportsReasoningEffort : true ,
4545 reasoningEffort : "medium" ,
4646 } ,
@@ -49,19 +49,19 @@ export const openAiNativeModels = {
4949 contextWindow : 200_000 ,
5050 supportsImages : true ,
5151 supportsPromptCache : true ,
52- inputPrice : 10 .0,
53- outputPrice : 40 .0,
54- cacheReadsPrice : 2 .5,
52+ inputPrice : 2 .0,
53+ outputPrice : 8 .0,
54+ cacheReadsPrice : 0 .5,
5555 reasoningEffort : "high" ,
5656 } ,
5757 "o3-low" : {
5858 maxTokens : 100_000 ,
5959 contextWindow : 200_000 ,
6060 supportsImages : true ,
6161 supportsPromptCache : true ,
62- inputPrice : 10 .0,
63- outputPrice : 40 .0,
64- cacheReadsPrice : 2 .5,
62+ inputPrice : 2 .0,
63+ outputPrice : 8 .0,
64+ cacheReadsPrice : 0 .5,
6565 reasoningEffort : "low" ,
6666 } ,
6767 "o4-mini" : {
You can’t perform that action at this time.
0 commit comments