Commit
·
06fa2ab
1
Parent(s):
95b2e5b
- src/lib/data.ts +25 -0
src/lib/data.ts
CHANGED
@@ -317,6 +317,31 @@ export const mockData: Provider[] = [
|
|
317 |
provider: "Chutes",
|
318 |
uri: "https://chutes.ai/app",
|
319 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
{
|
321 |
name: "Llama 4 Scout Instruct (17Bx16E)",
|
322 |
inputPrice: 0,
|
|
|
317 |
provider: "Chutes",
|
318 |
uri: "https://chutes.ai/app",
|
319 |
models: [
|
320 |
+
{
|
321 |
+
name: "Qwen3 14B",
|
322 |
+
inputPrice: 0.47,
|
323 |
+
outputPrice: 0.47,
|
324 |
+
},
|
325 |
+
{
|
326 |
+
name: "Qwen3 A3B 30B",
|
327 |
+
inputPrice: 1.06,
|
328 |
+
outputPrice: 1.06,
|
329 |
+
},
|
330 |
+
{
|
331 |
+
name: "Qwen3 8B",
|
332 |
+
inputPrice: 0.47,
|
333 |
+
outputPrice: 0.47,
|
334 |
+
},
|
335 |
+
{
|
336 |
+
name: "Qwen3 32B",
|
337 |
+
inputPrice: 0.47,
|
338 |
+
outputPrice: 0.47,
|
339 |
+
},
|
340 |
+
{
|
341 |
+
name: "Qwen3 A22B 235B",
|
342 |
+
inputPrice: 2.28,
|
343 |
+
outputPrice: 2.28,
|
344 |
+
},
|
345 |
{
|
346 |
name: "Llama 4 Scout Instruct (17Bx16E)",
|
347 |
inputPrice: 0,
|