Commit
·
78a1a11
1
Parent(s):
4d3d02a
- src/lib/data.ts +47 -1
src/lib/data.ts
CHANGED
@@ -606,6 +606,23 @@ export const mockData: Provider[] = [
|
|
606 |
},
|
607 |
],
|
608 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 |
{
|
610 |
provider: "01.ai",
|
611 |
uri: "https://platform.01.ai/docs#models-and-pricing",
|
@@ -620,6 +637,16 @@ export const mockData: Provider[] = [
|
|
620 |
provider: "Chutes",
|
621 |
uri: "https://chutes.ai/app",
|
622 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
{
|
624 |
name: "Qwen 3 Coder 480B A35B",
|
625 |
inputPrice: 0.3,
|
@@ -887,6 +914,11 @@ export const mockData: Provider[] = [
|
|
887 |
provider: "Together.AI",
|
888 |
uri: "https://www.together.ai/pricing",
|
889 |
models: [
|
|
|
|
|
|
|
|
|
|
|
890 |
{
|
891 |
name: "kimi-k2-0711-preview",
|
892 |
inputPrice: 1.0,
|
@@ -1488,6 +1520,16 @@ export const mockData: Provider[] = [
|
|
1488 |
provider: "DeepInfra",
|
1489 |
uri: "https://deepinfra.com/models/text-generation/",
|
1490 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1491 |
{
|
1492 |
name: "Qwen 3 Coder 480B A35B",
|
1493 |
inputPrice: 0.90,
|
@@ -1949,7 +1991,11 @@ export const mockData: Provider[] = [
|
|
1949 |
provider: "Novita AI",
|
1950 |
uri: "https://novita.ai/model-api/pricing",
|
1951 |
models: [
|
1952 |
-
|
|
|
|
|
|
|
|
|
1953 |
{
|
1954 |
|
1955 |
name: "Qwen 3 Coder 480B A35B",
|
|
|
606 |
},
|
607 |
],
|
608 |
},
|
609 |
+
|
610 |
+
{
|
611 |
+
provider: "Z AI",
|
612 |
+
uri: "https://docs.z.ai/guides/overview/pricing#agents-%26-pricing",
|
613 |
+
models: [
|
614 |
+
{
|
615 |
+
name: "GLM 4.5",
|
616 |
+
inputPrice: 0.60,
|
617 |
+
outputPrice: 2.20,
|
618 |
+
},
|
619 |
+
{
|
620 |
+
name: "GLM 4.5 Air",
|
621 |
+
inputPrice: 0.20,
|
622 |
+
outputPrice: 1.10,
|
623 |
+
},
|
624 |
+
]
|
625 |
+
},
|
626 |
{
|
627 |
provider: "01.ai",
|
628 |
uri: "https://platform.01.ai/docs#models-and-pricing",
|
|
|
637 |
provider: "Chutes",
|
638 |
uri: "https://chutes.ai/app",
|
639 |
models: [
|
640 |
+
{
|
641 |
+
name: "GLM 4.5",
|
642 |
+
inputPrice: 0.0,
|
643 |
+
outputPrice: 0.0,
|
644 |
+
},
|
645 |
+
{
|
646 |
+
name: "GLM 4.5 Air",
|
647 |
+
inputPrice: 0.0,
|
648 |
+
outputPrice: 0.0,
|
649 |
+
},
|
650 |
{
|
651 |
name: "Qwen 3 Coder 480B A35B",
|
652 |
inputPrice: 0.3,
|
|
|
914 |
provider: "Together.AI",
|
915 |
uri: "https://www.together.ai/pricing",
|
916 |
models: [
|
917 |
+
{
|
918 |
+
name: "GLM 4.5 Air FP8",
|
919 |
+
inputPrice: 0.20,
|
920 |
+
outputPrice: 1.10,
|
921 |
+
},
|
922 |
{
|
923 |
name: "kimi-k2-0711-preview",
|
924 |
inputPrice: 1.0,
|
|
|
1520 |
provider: "DeepInfra",
|
1521 |
uri: "https://deepinfra.com/models/text-generation/",
|
1522 |
models: [
|
1523 |
+
{
|
1524 |
+
name: "GLM 4.5",
|
1525 |
+
inputPrice: 0.55,
|
1526 |
+
outputPrice: 2.0,
|
1527 |
+
},
|
1528 |
+
{
|
1529 |
+
name: "GLM 4.5 Air",
|
1530 |
+
inputPrice: 0.20,
|
1531 |
+
outputPrice: 1.10,
|
1532 |
+
},
|
1533 |
{
|
1534 |
name: "Qwen 3 Coder 480B A35B",
|
1535 |
inputPrice: 0.90,
|
|
|
1991 |
provider: "Novita AI",
|
1992 |
uri: "https://novita.ai/model-api/pricing",
|
1993 |
models: [
|
1994 |
+
{
|
1995 |
+
name: "GLM 4.5",
|
1996 |
+
inputPrice: 0.6,
|
1997 |
+
outputPrice: 2.2,
|
1998 |
+
},
|
1999 |
{
|
2000 |
|
2001 |
name: "Qwen 3 Coder 480B A35B",
|