Commit
·
ad219c0
1
Parent(s):
f9eabae
- src/lib/data.ts +85 -54
src/lib/data.ts
CHANGED
|
@@ -297,6 +297,7 @@ export const mockData: Provider[] = [
|
|
| 297 |
provider: "Mistral",
|
| 298 |
uri: "https://docs.mistral.ai/platform/pricing",
|
| 299 |
models: [
|
|
|
|
| 300 |
{ name: "Mistral Medium 3", inputPrice: 0.4, outputPrice: 2.0 },
|
| 301 |
{ name: "Mistral Small 3.1", inputPrice: 0.1, outputPrice: 0.3 },
|
| 302 |
{ name: "Mistral Small 2501", inputPrice: 0.1, outputPrice: 0.3 },
|
|
@@ -430,6 +431,11 @@ export const mockData: Provider[] = [
|
|
| 430 |
provider: "Chutes",
|
| 431 |
uri: "https://chutes.ai/app",
|
| 432 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 433 |
{
|
| 434 |
name: "Phi 4 Reasoning Plus",
|
| 435 |
inputPrice: 0.06,
|
|
@@ -480,9 +486,9 @@ export const mockData: Provider[] = [
|
|
| 480 |
inputPrice: 0,
|
| 481 |
outputPrice: 0,
|
| 482 |
},
|
| 483 |
-
{ name: "
|
| 484 |
-
{ name: "
|
| 485 |
-
{ name: "
|
| 486 |
{
|
| 487 |
name: "hugging-quants/Meta-Llama-3.1-70B-Instruct-AWQ-INT4",
|
| 488 |
inputPrice: 0.1136,
|
|
@@ -494,12 +500,12 @@ export const mockData: Provider[] = [
|
|
| 494 |
outputPrice: 0.048,
|
| 495 |
},
|
| 496 |
{
|
| 497 |
-
name: "
|
| 498 |
inputPrice: 1.14,
|
| 499 |
outputPrice: 1.14,
|
| 500 |
},
|
| 501 |
{
|
| 502 |
-
name: "
|
| 503 |
inputPrice: 4.38,
|
| 504 |
outputPrice: 4.38,
|
| 505 |
},
|
|
@@ -510,7 +516,7 @@ export const mockData: Provider[] = [
|
|
| 510 |
outputPrice: 0.0,
|
| 511 |
},
|
| 512 |
{
|
| 513 |
-
name: "
|
| 514 |
inputPrice: 0.0,
|
| 515 |
outputPrice: 0.0,
|
| 516 |
},
|
|
@@ -520,7 +526,7 @@ export const mockData: Provider[] = [
|
|
| 520 |
outputPrice: 0.048,
|
| 521 |
},
|
| 522 |
{
|
| 523 |
-
name: "
|
| 524 |
inputPrice: 0.058,
|
| 525 |
outputPrice: 0.058,
|
| 526 |
},
|
|
@@ -538,7 +544,7 @@ export const mockData: Provider[] = [
|
|
| 538 |
},
|
| 539 |
{ name: "unsloth/gemma-3-4b-it", inputPrice: 0.0, outputPrice: 0.0 },
|
| 540 |
{
|
| 541 |
-
name: "
|
| 542 |
inputPrice: 1.62,
|
| 543 |
outputPrice: 1.62,
|
| 544 |
},
|
|
@@ -575,7 +581,7 @@ export const mockData: Provider[] = [
|
|
| 575 |
outputPrice: 0.0,
|
| 576 |
},
|
| 577 |
{
|
| 578 |
-
name: "
|
| 579 |
inputPrice: 0.216,
|
| 580 |
outputPrice: 0.216,
|
| 581 |
},
|
|
@@ -585,7 +591,7 @@ export const mockData: Provider[] = [
|
|
| 585 |
inputPrice: 0.216,
|
| 586 |
outputPrice: 0.216,
|
| 587 |
},
|
| 588 |
-
{ name: "
|
| 589 |
{
|
| 590 |
name: "unsloth/Meta-Llama-3.1-8B-Instruct",
|
| 591 |
inputPrice: 0.216,
|
|
@@ -597,12 +603,12 @@ export const mockData: Provider[] = [
|
|
| 597 |
outputPrice: 0.108,
|
| 598 |
},
|
| 599 |
{
|
| 600 |
-
name: "
|
| 601 |
inputPrice: 0.108,
|
| 602 |
outputPrice: 0.108,
|
| 603 |
},
|
| 604 |
{
|
| 605 |
-
name: "
|
| 606 |
inputPrice: 0.027,
|
| 607 |
outputPrice: 0.027,
|
| 608 |
},
|
|
@@ -617,10 +623,15 @@ export const mockData: Provider[] = [
|
|
| 617 |
provider: "Hyperbolic",
|
| 618 |
uri: "https://hyperbolic.xyz/pricing",
|
| 619 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 620 |
{ name: "Qwen 3 A22B 235B", inputPrice: 0.4, outputPrice: 0.4 },
|
| 621 |
{ name: "QwQ-32B", inputPrice: 0.2, outputPrice: 0.2 },
|
| 622 |
{
|
| 623 |
-
name: "
|
| 624 |
inputPrice: 4.0,
|
| 625 |
outputPrice: 4.0,
|
| 626 |
},
|
|
@@ -935,6 +946,11 @@ export const mockData: Provider[] = [
|
|
| 935 |
provider: "Fireworks",
|
| 936 |
uri: "https://fireworks.ai/pricing",
|
| 937 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 938 |
{
|
| 939 |
name: "Llama 4 Scout Instruct (17Bx16E)",
|
| 940 |
inputPrice: 0.15,
|
|
@@ -951,7 +967,7 @@ export const mockData: Provider[] = [
|
|
| 951 |
outputPrice: 0.9,
|
| 952 |
},
|
| 953 |
{
|
| 954 |
-
name: "
|
| 955 |
inputPrice: 0.9,
|
| 956 |
outputPrice: 0.9,
|
| 957 |
},
|
|
@@ -1118,104 +1134,109 @@ export const mockData: Provider[] = [
|
|
| 1118 |
outputPrice: 0.24,
|
| 1119 |
},
|
| 1120 |
{
|
| 1121 |
-
name: "
|
| 1122 |
inputPrice: 0.5,
|
| 1123 |
outputPrice: 1.5,
|
| 1124 |
},
|
| 1125 |
{
|
| 1126 |
-
name: "
|
| 1127 |
inputPrice: 0.5,
|
| 1128 |
outputPrice: 1.5,
|
| 1129 |
},
|
| 1130 |
{
|
| 1131 |
-
name: "
|
| 1132 |
inputPrice: 0.8,
|
| 1133 |
outputPrice: 2.4,
|
| 1134 |
},
|
| 1135 |
{
|
| 1136 |
-
name: "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1137 |
inputPrice: 0.09,
|
| 1138 |
outputPrice: 0.27,
|
| 1139 |
},
|
| 1140 |
{
|
| 1141 |
-
name: "microsoft/phi
|
| 1142 |
inputPrice: 0.1,
|
| 1143 |
outputPrice: 0.3,
|
| 1144 |
},
|
| 1145 |
{
|
| 1146 |
-
name: "Meta/Llama
|
| 1147 |
inputPrice: 0.03,
|
| 1148 |
outputPrice: 0.09,
|
| 1149 |
},
|
| 1150 |
{
|
| 1151 |
-
name: "Meta/Llama
|
| 1152 |
inputPrice: 0.02,
|
| 1153 |
outputPrice: 0.06,
|
| 1154 |
},
|
| 1155 |
{
|
| 1156 |
-
name: "Meta/Llama
|
| 1157 |
inputPrice: 0.25,
|
| 1158 |
outputPrice: 0.75,
|
| 1159 |
},
|
| 1160 |
{
|
| 1161 |
-
name: "Meta/Llama
|
| 1162 |
inputPrice: 0.13,
|
| 1163 |
outputPrice: 0.4,
|
| 1164 |
},
|
| 1165 |
{
|
| 1166 |
-
name: "Meta/Llama
|
| 1167 |
inputPrice: 1.0,
|
| 1168 |
outputPrice: 3.0,
|
| 1169 |
},
|
| 1170 |
{
|
| 1171 |
-
name: "
|
| 1172 |
inputPrice: 0.08,
|
| 1173 |
outputPrice: 0.24,
|
| 1174 |
},
|
| 1175 |
{
|
| 1176 |
-
name: "
|
| 1177 |
inputPrice: 0.04,
|
| 1178 |
outputPrice: 0.12,
|
| 1179 |
},
|
| 1180 |
{
|
| 1181 |
-
name: "
|
| 1182 |
inputPrice: 0.7,
|
| 1183 |
outputPrice: 2.1,
|
| 1184 |
},
|
| 1185 |
{
|
| 1186 |
-
name: "
|
| 1187 |
inputPrice: 0.4,
|
| 1188 |
outputPrice: 1.2,
|
| 1189 |
},
|
| 1190 |
{
|
| 1191 |
-
name: "
|
| 1192 |
inputPrice: 0.08,
|
| 1193 |
outputPrice: 0.24,
|
| 1194 |
},
|
| 1195 |
{
|
| 1196 |
-
name: "
|
| 1197 |
inputPrice: 0.04,
|
| 1198 |
outputPrice: 0.12,
|
| 1199 |
},
|
| 1200 |
-
{ name: "Qwen2.5
|
| 1201 |
-
{ name: "Qwen2.5
|
| 1202 |
{
|
| 1203 |
-
name: "Microsoft/Phi
|
| 1204 |
inputPrice: 0.13,
|
| 1205 |
outputPrice: 0.4,
|
| 1206 |
},
|
| 1207 |
{
|
| 1208 |
-
name: "Microsoft/Phi
|
| 1209 |
inputPrice: 0.04,
|
| 1210 |
outputPrice: 0.13,
|
| 1211 |
},
|
| 1212 |
{
|
| 1213 |
-
name: "NVIDIA/Llama
|
| 1214 |
inputPrice: 0.25,
|
| 1215 |
outputPrice: 0.75,
|
| 1216 |
},
|
| 1217 |
{
|
| 1218 |
-
name: "NVIDIA/Llama
|
| 1219 |
inputPrice: 0.13,
|
| 1220 |
outputPrice: 0.4,
|
| 1221 |
},
|
|
@@ -1225,6 +1246,11 @@ export const mockData: Provider[] = [
|
|
| 1225 |
provider: "DeepInfra",
|
| 1226 |
uri: "https://deepinfra.com/models/text-generation/",
|
| 1227 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1228 |
{
|
| 1229 |
name: "Qwen 3 A22B 235B",
|
| 1230 |
inputPrice: 0.2,
|
|
@@ -1257,8 +1283,8 @@ export const mockData: Provider[] = [
|
|
| 1257 |
},
|
| 1258 |
{
|
| 1259 |
name: "DeepSeek R1",
|
| 1260 |
-
inputPrice: 0.
|
| 1261 |
-
outputPrice: 2.
|
| 1262 |
},
|
| 1263 |
{
|
| 1264 |
name: "DeepSeek V3",
|
|
@@ -1306,17 +1332,17 @@ export const mockData: Provider[] = [
|
|
| 1306 |
outputPrice: 0.06,
|
| 1307 |
},
|
| 1308 |
{
|
| 1309 |
-
name: "
|
| 1310 |
inputPrice: 0.03,
|
| 1311 |
outputPrice: 0.055,
|
| 1312 |
},
|
| 1313 |
{
|
| 1314 |
-
name: "
|
| 1315 |
inputPrice: 0.08,
|
| 1316 |
outputPrice: 0.18,
|
| 1317 |
},
|
| 1318 |
{
|
| 1319 |
-
name: "
|
| 1320 |
inputPrice: 0.04,
|
| 1321 |
outputPrice: 0.1,
|
| 1322 |
},
|
|
@@ -1336,7 +1362,7 @@ export const mockData: Provider[] = [
|
|
| 1336 |
outputPrice: 0.055,
|
| 1337 |
},
|
| 1338 |
{
|
| 1339 |
-
name: "
|
| 1340 |
inputPrice: 0.15,
|
| 1341 |
outputPrice: 0.6,
|
| 1342 |
},
|
|
@@ -1351,7 +1377,7 @@ export const mockData: Provider[] = [
|
|
| 1351 |
outputPrice: 0.4,
|
| 1352 |
},
|
| 1353 |
{
|
| 1354 |
-
name: "
|
| 1355 |
inputPrice: 0.24,
|
| 1356 |
outputPrice: 0.24,
|
| 1357 |
},
|
|
@@ -1381,7 +1407,7 @@ export const mockData: Provider[] = [
|
|
| 1381 |
outputPrice: 0.4,
|
| 1382 |
},
|
| 1383 |
{
|
| 1384 |
-
name: "
|
| 1385 |
inputPrice: 0.23,
|
| 1386 |
outputPrice: 0.4,
|
| 1387 |
},
|
|
@@ -1527,9 +1553,9 @@ export const mockData: Provider[] = [
|
|
| 1527 |
provider: "SambaNova Cloud",
|
| 1528 |
uri: "https://cloud.sambanova.ai/pricing",
|
| 1529 |
models: [
|
| 1530 |
-
{ name: "
|
| 1531 |
{
|
| 1532 |
-
name: "
|
| 1533 |
inputPrice: 1.5,
|
| 1534 |
outputPrice: 3.0,
|
| 1535 |
},
|
|
@@ -1537,7 +1563,7 @@ export const mockData: Provider[] = [
|
|
| 1537 |
{ name: "Llama 3.3 70B", inputPrice: 0.6, outputPrice: 1.2 },
|
| 1538 |
{ name: "Llama 3.1 8B", inputPrice: 0.1, outputPrice: 0.2 },
|
| 1539 |
{ name: "Llama 3.1 70B", inputPrice: 0.6, outputPrice: 1.2 },
|
| 1540 |
-
{ name: "
|
| 1541 |
{ name: "Llama-Guard-3-8B", inputPrice: 0.3, outputPrice: 0.3 },
|
| 1542 |
{ name: "Llama 3.1 405B", inputPrice: 5.0, outputPrice: 10.0 },
|
| 1543 |
{ name: "Llama 3.2 1B", inputPrice: 0.04, outputPrice: 0.08 },
|
|
@@ -1663,6 +1689,11 @@ export const mockData: Provider[] = [
|
|
| 1663 |
provider: "Novita AI",
|
| 1664 |
uri: "https://novita.ai/model-api/pricing",
|
| 1665 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1666 |
{
|
| 1667 |
name: "Deepseek Prover V2 671B",
|
| 1668 |
inputPrice: 0.7,
|
|
@@ -1682,7 +1713,7 @@ export const mockData: Provider[] = [
|
|
| 1682 |
{ name: "deepseek/deepseek-v3-0324", inputPrice: 0.4, outputPrice: 1.3 },
|
| 1683 |
{ name: "deepseek/deepseek-r1-turbo", inputPrice: 0.7, outputPrice: 2.5 },
|
| 1684 |
{ name: "deepseek/deepseek-v3-turbo", inputPrice: 0.4, outputPrice: 1.3 },
|
| 1685 |
-
{ name: "
|
| 1686 |
{
|
| 1687 |
name: "meta-llama/llama-3.1-8b-instruct",
|
| 1688 |
inputPrice: 0.05,
|
|
@@ -1700,7 +1731,7 @@ export const mockData: Provider[] = [
|
|
| 1700 |
inputPrice: 0.39,
|
| 1701 |
outputPrice: 0.39,
|
| 1702 |
},
|
| 1703 |
-
{ name: "
|
| 1704 |
{
|
| 1705 |
name: "deepseek/deepseek-r1-distill-qwen-14b",
|
| 1706 |
inputPrice: 0.15,
|
|
@@ -1724,7 +1755,7 @@ export const mockData: Provider[] = [
|
|
| 1724 |
outputPrice: 0.04,
|
| 1725 |
},
|
| 1726 |
{
|
| 1727 |
-
name: "qwen
|
| 1728 |
inputPrice: 0.38,
|
| 1729 |
outputPrice: 0.4,
|
| 1730 |
},
|
|
@@ -1740,7 +1771,7 @@ export const mockData: Provider[] = [
|
|
| 1740 |
},
|
| 1741 |
{ name: "google/gemma-2-9b-it", inputPrice: 0.08, outputPrice: 0.08 },
|
| 1742 |
{
|
| 1743 |
-
name: "
|
| 1744 |
inputPrice: 0.059,
|
| 1745 |
outputPrice: 0.059,
|
| 1746 |
},
|
|
@@ -1784,12 +1815,12 @@ export const mockData: Provider[] = [
|
|
| 1784 |
{ name: "sao10k/l3-8b-lunaris", inputPrice: 0.05, outputPrice: 0.05 },
|
| 1785 |
{ name: "google/gemma-3-27b-it", inputPrice: 0.2, outputPrice: 0.2 },
|
| 1786 |
{
|
| 1787 |
-
name: "
|
| 1788 |
inputPrice: 0.8,
|
| 1789 |
outputPrice: 0.8,
|
| 1790 |
},
|
| 1791 |
{
|
| 1792 |
-
name: "qwen
|
| 1793 |
inputPrice: 0.45,
|
| 1794 |
outputPrice: 0.45,
|
| 1795 |
},
|
|
@@ -1819,7 +1850,7 @@ export const mockData: Provider[] = [
|
|
| 1819 |
outputPrice: 1.48,
|
| 1820 |
},
|
| 1821 |
{
|
| 1822 |
-
name: "qwen
|
| 1823 |
inputPrice: 0.054,
|
| 1824 |
outputPrice: 0.054,
|
| 1825 |
},
|
|
|
|
| 297 |
provider: "Mistral",
|
| 298 |
uri: "https://docs.mistral.ai/platform/pricing",
|
| 299 |
models: [
|
| 300 |
+
{ name: "Mistral Devstral", inputPrice: 0.1, outputPrice: 0.3 },
|
| 301 |
{ name: "Mistral Medium 3", inputPrice: 0.4, outputPrice: 2.0 },
|
| 302 |
{ name: "Mistral Small 3.1", inputPrice: 0.1, outputPrice: 0.3 },
|
| 303 |
{ name: "Mistral Small 2501", inputPrice: 0.1, outputPrice: 0.3 },
|
|
|
|
| 431 |
provider: "Chutes",
|
| 432 |
uri: "https://chutes.ai/app",
|
| 433 |
models: [
|
| 434 |
+
{
|
| 435 |
+
name: "DeepSeek R1 0528",
|
| 436 |
+
inputPrice: 0.0,
|
| 437 |
+
outputPrice: 0.0,
|
| 438 |
+
},
|
| 439 |
{
|
| 440 |
name: "Phi 4 Reasoning Plus",
|
| 441 |
inputPrice: 0.06,
|
|
|
|
| 486 |
inputPrice: 0,
|
| 487 |
outputPrice: 0,
|
| 488 |
},
|
| 489 |
+
{ name: "DeepSeek-R1", inputPrice: 2.19, outputPrice: 2.19 },
|
| 490 |
+
{ name: "DeepSeek-V3", inputPrice: 2.19, outputPrice: 2.19 },
|
| 491 |
+
{ name: "QwQ-32B", inputPrice: 0.23, outputPrice: 0.23 },
|
| 492 |
{
|
| 493 |
name: "hugging-quants/Meta-Llama-3.1-70B-Instruct-AWQ-INT4",
|
| 494 |
inputPrice: 0.1136,
|
|
|
|
| 500 |
outputPrice: 0.048,
|
| 501 |
},
|
| 502 |
{
|
| 503 |
+
name: "DeepSeek-R1-Distill-Llama-70B",
|
| 504 |
inputPrice: 1.14,
|
| 505 |
outputPrice: 1.14,
|
| 506 |
},
|
| 507 |
{
|
| 508 |
+
name: "DeepSeek-R1-Zero",
|
| 509 |
inputPrice: 4.38,
|
| 510 |
outputPrice: 4.38,
|
| 511 |
},
|
|
|
|
| 516 |
outputPrice: 0.0,
|
| 517 |
},
|
| 518 |
{
|
| 519 |
+
name: "DeepSeek-V3-0324",
|
| 520 |
inputPrice: 0.0,
|
| 521 |
outputPrice: 0.0,
|
| 522 |
},
|
|
|
|
| 526 |
outputPrice: 0.048,
|
| 527 |
},
|
| 528 |
{
|
| 529 |
+
name: "Qwen2.5-Coder-32B-Instruct",
|
| 530 |
inputPrice: 0.058,
|
| 531 |
outputPrice: 0.058,
|
| 532 |
},
|
|
|
|
| 544 |
},
|
| 545 |
{ name: "unsloth/gemma-3-4b-it", inputPrice: 0.0, outputPrice: 0.0 },
|
| 546 |
{
|
| 547 |
+
name: "Qwen2.5-72B-Instruct",
|
| 548 |
inputPrice: 1.62,
|
| 549 |
outputPrice: 1.62,
|
| 550 |
},
|
|
|
|
| 581 |
outputPrice: 0.0,
|
| 582 |
},
|
| 583 |
{
|
| 584 |
+
name: "DeepSeek-R1-Distill-Qwen-14B",
|
| 585 |
inputPrice: 0.216,
|
| 586 |
outputPrice: 0.216,
|
| 587 |
},
|
|
|
|
| 591 |
inputPrice: 0.216,
|
| 592 |
outputPrice: 0.216,
|
| 593 |
},
|
| 594 |
+
{ name: "QwQ-32B-Preview", inputPrice: 0.117, outputPrice: 0.117 },
|
| 595 |
{
|
| 596 |
name: "unsloth/Meta-Llama-3.1-8B-Instruct",
|
| 597 |
inputPrice: 0.216,
|
|
|
|
| 603 |
outputPrice: 0.108,
|
| 604 |
},
|
| 605 |
{
|
| 606 |
+
name: "Qwen2.5-VL-7B-Instruct",
|
| 607 |
inputPrice: 0.108,
|
| 608 |
outputPrice: 0.108,
|
| 609 |
},
|
| 610 |
{
|
| 611 |
+
name: "Qwen2.5-VL-3B-Instruct",
|
| 612 |
inputPrice: 0.027,
|
| 613 |
outputPrice: 0.027,
|
| 614 |
},
|
|
|
|
| 623 |
provider: "Hyperbolic",
|
| 624 |
uri: "https://hyperbolic.xyz/pricing",
|
| 625 |
models: [
|
| 626 |
+
{
|
| 627 |
+
name: "DeepSeek R1 0528",
|
| 628 |
+
inputPrice: 3.0,
|
| 629 |
+
outputPrice: 1.0,
|
| 630 |
+
},
|
| 631 |
{ name: "Qwen 3 A22B 235B", inputPrice: 0.4, outputPrice: 0.4 },
|
| 632 |
{ name: "QwQ-32B", inputPrice: 0.2, outputPrice: 0.2 },
|
| 633 |
{
|
| 634 |
+
name: "DeepSeek-V3-0324",
|
| 635 |
inputPrice: 4.0,
|
| 636 |
outputPrice: 4.0,
|
| 637 |
},
|
|
|
|
| 946 |
provider: "Fireworks",
|
| 947 |
uri: "https://fireworks.ai/pricing",
|
| 948 |
models: [
|
| 949 |
+
{
|
| 950 |
+
name: "DeepSeek R1 0528 (Fast)",
|
| 951 |
+
inputPrice: 3.0,
|
| 952 |
+
outputPrice: 8.0,
|
| 953 |
+
},
|
| 954 |
{
|
| 955 |
name: "Llama 4 Scout Instruct (17Bx16E)",
|
| 956 |
inputPrice: 0.15,
|
|
|
|
| 967 |
outputPrice: 0.9,
|
| 968 |
},
|
| 969 |
{
|
| 970 |
+
name: "DeepSeek-V3-0324",
|
| 971 |
inputPrice: 0.9,
|
| 972 |
outputPrice: 0.9,
|
| 973 |
},
|
|
|
|
| 1134 |
outputPrice: 0.24,
|
| 1135 |
},
|
| 1136 |
{
|
| 1137 |
+
name: "DeepSeek V3",
|
| 1138 |
inputPrice: 0.5,
|
| 1139 |
outputPrice: 1.5,
|
| 1140 |
},
|
| 1141 |
{
|
| 1142 |
+
name: "DeepSeek V3 0324",
|
| 1143 |
inputPrice: 0.5,
|
| 1144 |
outputPrice: 1.5,
|
| 1145 |
},
|
| 1146 |
{
|
| 1147 |
+
name: "DeepSeek R1 0528",
|
| 1148 |
inputPrice: 0.8,
|
| 1149 |
outputPrice: 2.4,
|
| 1150 |
},
|
| 1151 |
{
|
| 1152 |
+
name: "DeepSeek R1",
|
| 1153 |
+
inputPrice: 0.8,
|
| 1154 |
+
outputPrice: 2.4,
|
| 1155 |
+
},
|
| 1156 |
+
{
|
| 1157 |
+
name: "QwQ 32B Preview",
|
| 1158 |
inputPrice: 0.09,
|
| 1159 |
outputPrice: 0.27,
|
| 1160 |
},
|
| 1161 |
{
|
| 1162 |
+
name: "microsoft/phi 4",
|
| 1163 |
inputPrice: 0.1,
|
| 1164 |
outputPrice: 0.3,
|
| 1165 |
},
|
| 1166 |
{
|
| 1167 |
+
name: "Meta/Llama 3.1 8B Instruct (fast)",
|
| 1168 |
inputPrice: 0.03,
|
| 1169 |
outputPrice: 0.09,
|
| 1170 |
},
|
| 1171 |
{
|
| 1172 |
+
name: "Meta/Llama 3.1 8B Instruct (base)",
|
| 1173 |
inputPrice: 0.02,
|
| 1174 |
outputPrice: 0.06,
|
| 1175 |
},
|
| 1176 |
{
|
| 1177 |
+
name: "Meta/Llama 3.1 70B Instruct (fast)",
|
| 1178 |
inputPrice: 0.25,
|
| 1179 |
outputPrice: 0.75,
|
| 1180 |
},
|
| 1181 |
{
|
| 1182 |
+
name: "Meta/Llama 3.1 70B Instruct (base)",
|
| 1183 |
inputPrice: 0.13,
|
| 1184 |
outputPrice: 0.4,
|
| 1185 |
},
|
| 1186 |
{
|
| 1187 |
+
name: "Meta/Llama 3.1 405B Instruct (base)",
|
| 1188 |
inputPrice: 1.0,
|
| 1189 |
outputPrice: 3.0,
|
| 1190 |
},
|
| 1191 |
{
|
| 1192 |
+
name: "Mistral Nemo Instruct 2407 (fast)",
|
| 1193 |
inputPrice: 0.08,
|
| 1194 |
outputPrice: 0.24,
|
| 1195 |
},
|
| 1196 |
{
|
| 1197 |
+
name: "Mistral Nemo Instruct 2407 (base)",
|
| 1198 |
inputPrice: 0.04,
|
| 1199 |
outputPrice: 0.12,
|
| 1200 |
},
|
| 1201 |
{
|
| 1202 |
+
name: "Mixtral 8x22B Instruct v0.1 (fast)",
|
| 1203 |
inputPrice: 0.7,
|
| 1204 |
outputPrice: 2.1,
|
| 1205 |
},
|
| 1206 |
{
|
| 1207 |
+
name: "Mixtral 8x22B Instruct v0.1 (base)",
|
| 1208 |
inputPrice: 0.4,
|
| 1209 |
outputPrice: 1.2,
|
| 1210 |
},
|
| 1211 |
{
|
| 1212 |
+
name: "DeepSeek Coder V2 Lite Instruct FP8 (fast)",
|
| 1213 |
inputPrice: 0.08,
|
| 1214 |
outputPrice: 0.24,
|
| 1215 |
},
|
| 1216 |
{
|
| 1217 |
+
name: "DeepSeek Coder V2 Lite Instruct FP8 (base)",
|
| 1218 |
inputPrice: 0.04,
|
| 1219 |
outputPrice: 0.12,
|
| 1220 |
},
|
| 1221 |
+
{ name: "Qwen2.5 Coder 7B (fast)", inputPrice: 0.03, outputPrice: 0.09 },
|
| 1222 |
+
{ name: "Qwen2.5 Coder 7B (base)", inputPrice: 0.01, outputPrice: 0.03 },
|
| 1223 |
{
|
| 1224 |
+
name: "Microsoft/Phi 3 mini 4k instruct (fast)",
|
| 1225 |
inputPrice: 0.13,
|
| 1226 |
outputPrice: 0.4,
|
| 1227 |
},
|
| 1228 |
{
|
| 1229 |
+
name: "Microsoft/Phi 3 mini 4k instruct (base)",
|
| 1230 |
inputPrice: 0.04,
|
| 1231 |
outputPrice: 0.13,
|
| 1232 |
},
|
| 1233 |
{
|
| 1234 |
+
name: "NVIDIA/Llama 3.1 Nemotron 70B Instruct HF (fast)",
|
| 1235 |
inputPrice: 0.25,
|
| 1236 |
outputPrice: 0.75,
|
| 1237 |
},
|
| 1238 |
{
|
| 1239 |
+
name: "NVIDIA/Llama 3.1 Nemotron 70B Instruct HF (base)",
|
| 1240 |
inputPrice: 0.13,
|
| 1241 |
outputPrice: 0.4,
|
| 1242 |
},
|
|
|
|
| 1246 |
provider: "DeepInfra",
|
| 1247 |
uri: "https://deepinfra.com/models/text-generation/",
|
| 1248 |
models: [
|
| 1249 |
+
{
|
| 1250 |
+
name: "DeepSeek R1 0528",
|
| 1251 |
+
inputPrice: 0.5,
|
| 1252 |
+
outputPrice: 2.18,
|
| 1253 |
+
},
|
| 1254 |
{
|
| 1255 |
name: "Qwen 3 A22B 235B",
|
| 1256 |
inputPrice: 0.2,
|
|
|
|
| 1283 |
},
|
| 1284 |
{
|
| 1285 |
name: "DeepSeek R1",
|
| 1286 |
+
inputPrice: 0.45,
|
| 1287 |
+
outputPrice: 2.18,
|
| 1288 |
},
|
| 1289 |
{
|
| 1290 |
name: "DeepSeek V3",
|
|
|
|
| 1332 |
outputPrice: 0.06,
|
| 1333 |
},
|
| 1334 |
{
|
| 1335 |
+
name: "Mistral-7B-Instruct-v0.3",
|
| 1336 |
inputPrice: 0.03,
|
| 1337 |
outputPrice: 0.055,
|
| 1338 |
},
|
| 1339 |
{
|
| 1340 |
+
name: "Qwen2.5-Coder-32B-Instruct",
|
| 1341 |
inputPrice: 0.08,
|
| 1342 |
outputPrice: 0.18,
|
| 1343 |
},
|
| 1344 |
{
|
| 1345 |
+
name: "Mistral-Nemo-Instruct-2407",
|
| 1346 |
inputPrice: 0.04,
|
| 1347 |
outputPrice: 0.1,
|
| 1348 |
},
|
|
|
|
| 1362 |
outputPrice: 0.055,
|
| 1363 |
},
|
| 1364 |
{
|
| 1365 |
+
name: "QwQ-32B-Preview",
|
| 1366 |
inputPrice: 0.15,
|
| 1367 |
outputPrice: 0.6,
|
| 1368 |
},
|
|
|
|
| 1377 |
outputPrice: 0.4,
|
| 1378 |
},
|
| 1379 |
{
|
| 1380 |
+
name: "Mixtral-8x7B-Instruct-v0.1",
|
| 1381 |
inputPrice: 0.24,
|
| 1382 |
outputPrice: 0.24,
|
| 1383 |
},
|
|
|
|
| 1407 |
outputPrice: 0.4,
|
| 1408 |
},
|
| 1409 |
{
|
| 1410 |
+
name: "Qwen2.5-72B-Instruct",
|
| 1411 |
inputPrice: 0.23,
|
| 1412 |
outputPrice: 0.4,
|
| 1413 |
},
|
|
|
|
| 1553 |
provider: "SambaNova Cloud",
|
| 1554 |
uri: "https://cloud.sambanova.ai/pricing",
|
| 1555 |
models: [
|
| 1556 |
+
{ name: "QwQ-32B-Preview", inputPrice: 0.1, outputPrice: 0.2 },
|
| 1557 |
{
|
| 1558 |
+
name: "Qwen2.5-Coder-32B-Instruct",
|
| 1559 |
inputPrice: 1.5,
|
| 1560 |
outputPrice: 3.0,
|
| 1561 |
},
|
|
|
|
| 1563 |
{ name: "Llama 3.3 70B", inputPrice: 0.6, outputPrice: 1.2 },
|
| 1564 |
{ name: "Llama 3.1 8B", inputPrice: 0.1, outputPrice: 0.2 },
|
| 1565 |
{ name: "Llama 3.1 70B", inputPrice: 0.6, outputPrice: 1.2 },
|
| 1566 |
+
{ name: "Qwen2.5-72B-Instruct", inputPrice: 2.0, outputPrice: 4.0 },
|
| 1567 |
{ name: "Llama-Guard-3-8B", inputPrice: 0.3, outputPrice: 0.3 },
|
| 1568 |
{ name: "Llama 3.1 405B", inputPrice: 5.0, outputPrice: 10.0 },
|
| 1569 |
{ name: "Llama 3.2 1B", inputPrice: 0.04, outputPrice: 0.08 },
|
|
|
|
| 1689 |
provider: "Novita AI",
|
| 1690 |
uri: "https://novita.ai/model-api/pricing",
|
| 1691 |
models: [
|
| 1692 |
+
{
|
| 1693 |
+
name: "DeepSeek R1 0528",
|
| 1694 |
+
inputPrice: 0.7,
|
| 1695 |
+
outputPrice: 2.5,
|
| 1696 |
+
},
|
| 1697 |
{
|
| 1698 |
name: "Deepseek Prover V2 671B",
|
| 1699 |
inputPrice: 0.7,
|
|
|
|
| 1713 |
{ name: "deepseek/deepseek-v3-0324", inputPrice: 0.4, outputPrice: 1.3 },
|
| 1714 |
{ name: "deepseek/deepseek-r1-turbo", inputPrice: 0.7, outputPrice: 2.5 },
|
| 1715 |
{ name: "deepseek/deepseek-v3-turbo", inputPrice: 0.4, outputPrice: 1.3 },
|
| 1716 |
+
{ name: "qwq-32b", inputPrice: 0.18, outputPrice: 0.2 },
|
| 1717 |
{
|
| 1718 |
name: "meta-llama/llama-3.1-8b-instruct",
|
| 1719 |
inputPrice: 0.05,
|
|
|
|
| 1731 |
inputPrice: 0.39,
|
| 1732 |
outputPrice: 0.39,
|
| 1733 |
},
|
| 1734 |
+
{ name: "mistral-nemo", inputPrice: 0.17, outputPrice: 0.17 },
|
| 1735 |
{
|
| 1736 |
name: "deepseek/deepseek-r1-distill-qwen-14b",
|
| 1737 |
inputPrice: 0.15,
|
|
|
|
| 1755 |
outputPrice: 0.04,
|
| 1756 |
},
|
| 1757 |
{
|
| 1758 |
+
name: "qwen-2.5-72b-instruct",
|
| 1759 |
inputPrice: 0.38,
|
| 1760 |
outputPrice: 0.4,
|
| 1761 |
},
|
|
|
|
| 1771 |
},
|
| 1772 |
{ name: "google/gemma-2-9b-it", inputPrice: 0.08, outputPrice: 0.08 },
|
| 1773 |
{
|
| 1774 |
+
name: "mistral-7b-instruct",
|
| 1775 |
inputPrice: 0.059,
|
| 1776 |
outputPrice: 0.059,
|
| 1777 |
},
|
|
|
|
| 1815 |
{ name: "sao10k/l3-8b-lunaris", inputPrice: 0.05, outputPrice: 0.05 },
|
| 1816 |
{ name: "google/gemma-3-27b-it", inputPrice: 0.2, outputPrice: 0.2 },
|
| 1817 |
{
|
| 1818 |
+
name: "qwen2.5-vl-72b-instruct",
|
| 1819 |
inputPrice: 0.8,
|
| 1820 |
outputPrice: 0.8,
|
| 1821 |
},
|
| 1822 |
{
|
| 1823 |
+
name: "qwen-2-vl-72b-instruct",
|
| 1824 |
inputPrice: 0.45,
|
| 1825 |
outputPrice: 0.45,
|
| 1826 |
},
|
|
|
|
| 1850 |
outputPrice: 1.48,
|
| 1851 |
},
|
| 1852 |
{
|
| 1853 |
+
name: "qwen-2-7b-instruct",
|
| 1854 |
inputPrice: 0.054,
|
| 1855 |
outputPrice: 0.054,
|
| 1856 |
},
|