Commit
·
50612aa
1
Parent(s):
5477d34
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
@@ -282,6 +282,16 @@ export const mockData: Provider[] = [
|
|
282 |
provider: "Chutes",
|
283 |
uri: "https://chutes.ai/app",
|
284 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
{ name: "deepseek-ai/DeepSeek-R1", inputPrice: 2.19, outputPrice: 2.19 },
|
286 |
{ name: "deepseek-ai/DeepSeek-V3", inputPrice: 2.19, outputPrice: 2.19 },
|
287 |
{ name: "Qwen/QwQ-32B", inputPrice: 0.23, outputPrice: 0.23 },
|
|
|
282 |
provider: "Chutes",
|
283 |
uri: "https://chutes.ai/app",
|
284 |
models: [
|
285 |
+
{
|
286 |
+
name: "Llama 4 Scout Instruct (17Bx16E)",
|
287 |
+
inputPrice: 0,
|
288 |
+
outputPrice: 0,
|
289 |
+
},
|
290 |
+
{
|
291 |
+
name: "Llama 4 Maverick Instruct (17Bx128E)",
|
292 |
+
inputPrice: 0,
|
293 |
+
outputPrice: 0,
|
294 |
+
},
|
295 |
{ name: "deepseek-ai/DeepSeek-R1", inputPrice: 2.19, outputPrice: 2.19 },
|
296 |
{ name: "deepseek-ai/DeepSeek-V3", inputPrice: 2.19, outputPrice: 2.19 },
|
297 |
{ name: "Qwen/QwQ-32B", inputPrice: 0.23, outputPrice: 0.23 },
|