Skip to content

Commit 941709b

Browse files
authored
new llms
1 parent bad832b commit 941709b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/routes/model-metadata.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ export const modelMetadata: Record<string, ModelMetadata> = {
227227
"gpt-4o-2024-05-13": { price: mixPrice(5, 15), organization: "OpenAI" },
228228
"gpt-4o-2024-08-06": { price: mixPrice(2.5, 10), organization: "OpenAI" },
229229
"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" },
230231
"gpt-4.5-preview-2025-02-27": { price: mixPrice(75, 150), organization: "OpenAI" },
231232
"gpt4all-13b-snoozy": { isOpen: true },
232233
"granite-3.0-2b-instruct": { isOpen: true },
@@ -449,6 +450,11 @@ export const modelMetadata: Record<string, ModelMetadata> = {
449450
organization: "Qwen",
450451
},
451452
"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" },
452458
"qwq-32b-preview": {
453459
price: mixPrice(0.12, 0.18 * 4),
454460
isOpen: true,
@@ -459,10 +465,6 @@ export const modelMetadata: Record<string, ModelMetadata> = {
459465
isOpen: true,
460466
organization: "Qwen",
461467
},
462-
"qwen2.5-max": {
463-
price: mixPrice(1.6, 6.4),
464-
organization: "Qwen",
465-
},
466468
"reka-core-20240501": { deprecated: true, organization: "Reka AI" },
467469
"reka-core-20240722": { deprecated: true, organization: "Reka AI" },
468470
"reka-core-20240904": { organization: "Reka AI" },

0 commit comments

Comments
 (0)