File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
packages/types/src/providers Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ export const geminiModels = {
5353 contextWindow : 1_048_576 ,
5454 supportsImages : true ,
5555 supportsPromptCache : true ,
56- inputPrice : 0.15 ,
57- outputPrice : 0.6 ,
58- cacheReadsPrice : 0.0375 ,
56+ inputPrice : 0.3 ,
57+ outputPrice : 2.5 ,
58+ cacheReadsPrice : 0.075 ,
5959 cacheWritesPrice : 1.0 ,
6060 maxThinkingTokens : 24_576 ,
6161 supportsReasoningBudget : true ,
Original file line number Diff line number Diff line change @@ -30,8 +30,10 @@ export const vertexModels = {
3030 contextWindow : 1_048_576 ,
3131 supportsImages : true ,
3232 supportsPromptCache : true ,
33- inputPrice : 0.15 ,
34- outputPrice : 0.6 ,
33+ inputPrice : 0.3 ,
34+ outputPrice : 2.5 ,
35+ cacheReadsPrice : 0.075 ,
36+ cacheWritesPrice : 1.0 ,
3537 maxThinkingTokens : 24_576 ,
3638 supportsReasoningBudget : true ,
3739 } ,
You can’t perform that action at this time.
0 commit comments