Commit
·
1e6171c
1
Parent(s):
7a2d1f3
- src/lib/data.ts +14 -2
src/lib/data.ts
CHANGED
@@ -621,6 +621,11 @@ export const mockData: Provider[] = [
|
|
621 |
provider: "Chutes",
|
622 |
uri: "https://chutes.ai/app",
|
623 |
models: [
|
|
|
|
|
|
|
|
|
|
|
624 |
{
|
625 |
name: "kimi-k2-0711-preview",
|
626 |
inputPrice: 0.53,
|
@@ -835,7 +840,7 @@ export const mockData: Provider[] = [
|
|
835 |
uri: "https://hyperbolic.xyz/pricing",
|
836 |
models: [
|
837 |
{
|
838 |
-
name: "Qwen3
|
839 |
inputPrice: 2.0,
|
840 |
outputPrice: 2.0,
|
841 |
},
|
@@ -1472,6 +1477,11 @@ export const mockData: Provider[] = [
|
|
1472 |
provider: "DeepInfra",
|
1473 |
uri: "https://deepinfra.com/models/text-generation/",
|
1474 |
models: [
|
|
|
|
|
|
|
|
|
|
|
1475 |
{
|
1476 |
name: "kimi-k2-0711-preview",
|
1477 |
inputPrice: 0.55,
|
@@ -1923,8 +1933,10 @@ export const mockData: Provider[] = [
|
|
1923 |
provider: "Novita AI",
|
1924 |
uri: "https://novita.ai/model-api/pricing",
|
1925 |
models: [
|
|
|
1926 |
{
|
1927 |
-
|
|
|
1928 |
inputPrice: 2.0,
|
1929 |
outputPrice: 2.0,
|
1930 |
},
|
|
|
621 |
provider: "Chutes",
|
622 |
uri: "https://chutes.ai/app",
|
623 |
models: [
|
624 |
+
{
|
625 |
+
name: "Qwen3 Coder 480B A35B",
|
626 |
+
inputPrice: 0.3,
|
627 |
+
outputPrice: 0.3,
|
628 |
+
},
|
629 |
{
|
630 |
name: "kimi-k2-0711-preview",
|
631 |
inputPrice: 0.53,
|
|
|
840 |
uri: "https://hyperbolic.xyz/pricing",
|
841 |
models: [
|
842 |
{
|
843 |
+
name: "Qwen3 Coder 480B A35B",
|
844 |
inputPrice: 2.0,
|
845 |
outputPrice: 2.0,
|
846 |
},
|
|
|
1477 |
provider: "DeepInfra",
|
1478 |
uri: "https://deepinfra.com/models/text-generation/",
|
1479 |
models: [
|
1480 |
+
{
|
1481 |
+
name: "Qwen3 Coder 480B A35B",
|
1482 |
+
inputPrice: 0.90,
|
1483 |
+
outputPrice: 4.50,
|
1484 |
+
},
|
1485 |
{
|
1486 |
name: "kimi-k2-0711-preview",
|
1487 |
inputPrice: 0.55,
|
|
|
1933 |
provider: "Novita AI",
|
1934 |
uri: "https://novita.ai/model-api/pricing",
|
1935 |
models: [
|
1936 |
+
|
1937 |
{
|
1938 |
+
|
1939 |
+
name: "Qwen3 Coder 480B A35B",
|
1940 |
inputPrice: 2.0,
|
1941 |
outputPrice: 2.0,
|
1942 |
},
|