@@ -227,6 +227,7 @@ export const modelMetadata: Record<string, ModelMetadata> = {
227
227
"gpt-4o-2024-05-13" : { price : mixPrice ( 5 , 15 ) , organization : "OpenAI" } ,
228
228
"gpt-4o-2024-08-06" : { price : mixPrice ( 2.5 , 10 ) , organization : "OpenAI" } ,
229
229
"gpt-4o-mini-2024-07-18" : { price : mixPrice ( 0.15 , 0.6 ) , organization : "OpenAI" } ,
230
+ "gpt-4.1-nano-2025-04-14" : { price : mixPrice ( 0.1 , 0.4 ) , organization : "OpenAI" } ,
230
231
"gpt-4.5-preview-2025-02-27" : { price : mixPrice ( 75 , 150 ) , organization : "OpenAI" } ,
231
232
"gpt4all-13b-snoozy" : { isOpen : true } ,
232
233
"granite-3.0-2b-instruct" : { isOpen : true } ,
@@ -449,6 +450,11 @@ export const modelMetadata: Record<string, ModelMetadata> = {
449
450
organization : "Qwen" ,
450
451
} ,
451
452
"qwen2.5-plus-1127" : { price : mixPrice ( 3 , 9 ) , organization : "Qwen" } ,
453
+ "qwen2.5-max" : {
454
+ price : mixPrice ( 1.6 , 6.4 ) ,
455
+ organization : "Qwen" ,
456
+ } ,
457
+ "qwen2.5-vl-32b-instruct" : { isOpen : true , price : mixPrice ( 0.9 , 0.9 ) , organization : "Qwen" } ,
452
458
"qwq-32b-preview" : {
453
459
price : mixPrice ( 0.12 , 0.18 * 4 ) ,
454
460
isOpen : true ,
@@ -459,10 +465,6 @@ export const modelMetadata: Record<string, ModelMetadata> = {
459
465
isOpen : true ,
460
466
organization : "Qwen" ,
461
467
} ,
462
- "qwen2.5-max" : {
463
- price : mixPrice ( 1.6 , 6.4 ) ,
464
- organization : "Qwen" ,
465
- } ,
466
468
"reka-core-20240501" : { deprecated : true , organization : "Reka AI" } ,
467
469
"reka-core-20240722" : { deprecated : true , organization : "Reka AI" } ,
468
470
"reka-core-20240904" : { organization : "Reka AI" } ,
0 commit comments