File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,9 @@ const tokenValues = Object.assign(
107
107
so this was from https://artificialanalysis.ai/models/command-light/providers */
108
108
command : { prompt : 0.38 , completion : 0.38 } ,
109
109
'gemini-2.0-flash-lite' : { prompt : 0.075 , completion : 0.3 } ,
110
- 'gemini-2.0-flash' : { prompt : 0.1 , completion : 0.7 } ,
110
+ 'gemini-2.0-flash' : { prompt : 0.1 , completion : 0.4 } ,
111
111
'gemini-2.0' : { prompt : 0 , completion : 0 } , // https://ai.google.dev/pricing
112
+ 'gemini-2.5-pro-preview-03-25' : { prompt : 1.25 , completion : 10 } ,
112
113
'gemini-2.5' : { prompt : 0 , completion : 0 } , // Free for a period of time
113
114
'gemini-1.5-flash-8b' : { prompt : 0.075 , completion : 0.3 } ,
114
115
'gemini-1.5-flash' : { prompt : 0.15 , completion : 0.6 } ,
You can’t perform that action at this time.
0 commit comments