@@ -220,10 +220,24 @@ export const models: TModelItem[] = [
220
220
inputTokenPrice : 0.000025 , // $0.25 per 1M tokens
221
221
outputTokenPrice : 0.0001 , // $1 per 1M tokens
222
222
} ,
223
+ {
224
+ name : 'Gemini 2.5 Pro Exp' ,
225
+ key : 'gemini-2.5-pro-exp-03-25' ,
226
+ isNew : true ,
227
+ tokens : 2097152 ,
228
+ description : 'Best for complex tasks' ,
229
+ vision : true ,
230
+ maxOutputTokens : 8192 ,
231
+ plugins : allPlugins ,
232
+ icon : 'gemini' ,
233
+ provider : 'gemini' ,
234
+ inputTokenPrice : 0.0 , // $0.0 per 1M tokens
235
+ outputTokenPrice : 0.0 , // $0.0 per 1M tokens
236
+ } ,
223
237
{
224
238
name : 'Gemini Flash 2.0' ,
225
239
key : 'gemini-2.0-flash' ,
226
- isNew : true ,
240
+ isNew : false ,
227
241
tokens : 1048576 ,
228
242
description : 'Best for complex tasks' ,
229
243
vision : true ,
@@ -237,7 +251,7 @@ export const models: TModelItem[] = [
237
251
{
238
252
name : 'Gemini Flash 2.0 Lite Preview' ,
239
253
key : 'gemini-2.0-flash-lite-preview-02-05' ,
240
- isNew : true ,
254
+ isNew : false ,
241
255
tokens : 1048576 ,
242
256
description : 'Best for complex tasks' ,
243
257
vision : true ,
@@ -251,7 +265,7 @@ export const models: TModelItem[] = [
251
265
{
252
266
name : 'Gemini Pro 2.0' ,
253
267
key : 'gemini-2.0-pro-exp-02-05' ,
254
- isNew : true ,
268
+ isNew : false ,
255
269
tokens : 2097152 ,
256
270
description : 'Best for complex tasks' ,
257
271
vision : true ,
@@ -265,7 +279,7 @@ export const models: TModelItem[] = [
265
279
{
266
280
name : 'Gemini Flash 2.0 Exp' ,
267
281
key : 'gemini-2.0-flash-exp' ,
268
- isNew : true ,
282
+ isNew : false ,
269
283
tokens : 1048576 ,
270
284
description : 'Best for complex tasks' ,
271
285
vision : true ,
@@ -279,7 +293,7 @@ export const models: TModelItem[] = [
279
293
{
280
294
name : 'Gemini Flash 2.0 Thinking Experimental 01-21' ,
281
295
key : 'gemini-2.0-flash-thinking-exp-01-21' ,
282
- isNew : true ,
296
+ isNew : false ,
283
297
tokens : 1048576 ,
284
298
description : 'Best for complex tasks' ,
285
299
vision : true ,
0 commit comments