Commit
·
b5df8cb
1
Parent(s):
df4274f
- src/lib/data.ts +11 -1
src/lib/data.ts
CHANGED
@@ -317,6 +317,11 @@ export const mockData: Provider[] = [
|
|
317 |
provider: "Chutes",
|
318 |
uri: "https://chutes.ai/app",
|
319 |
models: [
|
|
|
|
|
|
|
|
|
|
|
320 |
{
|
321 |
name: "Qwen 3 14B",
|
322 |
inputPrice: 0.47,
|
@@ -1552,7 +1557,12 @@ export const mockData: Provider[] = [
|
|
1552 |
uri: "https://novita.ai/model-api/pricing",
|
1553 |
models: [
|
1554 |
{
|
1555 |
-
name: "
|
|
|
|
|
|
|
|
|
|
|
1556 |
inputPrice: 0.2,
|
1557 |
outputPrice: 0.8,
|
1558 |
},
|
|
|
317 |
provider: "Chutes",
|
318 |
uri: "https://chutes.ai/app",
|
319 |
models: [
|
320 |
+
{
|
321 |
+
name: "Deepseek Prover V2 671B",
|
322 |
+
inputPrice: 0,
|
323 |
+
outputPrice: 0,
|
324 |
+
},
|
325 |
{
|
326 |
name: "Qwen 3 14B",
|
327 |
inputPrice: 0.47,
|
|
|
1557 |
uri: "https://novita.ai/model-api/pricing",
|
1558 |
models: [
|
1559 |
{
|
1560 |
+
name: "Deepseek Prover V2 671B",
|
1561 |
+
inputPrice: 0.7,
|
1562 |
+
outputPrice: 2.5,
|
1563 |
+
},
|
1564 |
+
{
|
1565 |
+
name: "Qwen 3 A22B 235B",
|
1566 |
inputPrice: 0.2,
|
1567 |
outputPrice: 0.8,
|
1568 |
},
|