Commit
·
15019f8
1
Parent(s):
0e59ea1
- src/lib/data.ts +11 -1
src/lib/data.ts
CHANGED
@@ -317,6 +317,16 @@ export const mockData: Provider[] = [
|
|
317 |
provider: "Chutes",
|
318 |
uri: "https://chutes.ai/app",
|
319 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
{
|
321 |
name: "Deepseek Prover V2 671B",
|
322 |
inputPrice: 0,
|
@@ -1011,7 +1021,7 @@ export const mockData: Provider[] = [
|
|
1011 |
uri: "https://nebius.com/prices-ai-studio",
|
1012 |
models: [
|
1013 |
{
|
1014 |
-
name: "Qwen 3 235B
|
1015 |
inputPrice: 0.2,
|
1016 |
outputPrice: 0.6,
|
1017 |
},
|
|
|
317 |
provider: "Chutes",
|
318 |
uri: "https://chutes.ai/app",
|
319 |
models: [
|
320 |
+
{
|
321 |
+
name: "Phi 4 Reasoning Plus",
|
322 |
+
inputPrice: 0.06,
|
323 |
+
outputPrice: 0.06,
|
324 |
+
},
|
325 |
+
{
|
326 |
+
name: "Phi 4 Reasoning",
|
327 |
+
inputPrice: 0.06,
|
328 |
+
outputPrice: 0.06,
|
329 |
+
},
|
330 |
{
|
331 |
name: "Deepseek Prover V2 671B",
|
332 |
inputPrice: 0,
|
|
|
1021 |
uri: "https://nebius.com/prices-ai-studio",
|
1022 |
models: [
|
1023 |
{
|
1024 |
+
name: "Qwen 3 A22B 235B",
|
1025 |
inputPrice: 0.2,
|
1026 |
outputPrice: 0.6,
|
1027 |
},
|