Commit
·
201046b
1
Parent(s):
9833ea6
- src/lib/data.ts +21 -0
src/lib/data.ts
CHANGED
@@ -366,6 +366,27 @@ export const mockData: Provider[] = [
|
|
366 |
"provider": "XAI",
|
367 |
"uri": "https://x.ai/api",
|
368 |
"models": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
{
|
370 |
name: "grok-code-fast-1",
|
371 |
inputPrice: 0.20,
|
|
|
366 |
"provider": "XAI",
|
367 |
"uri": "https://x.ai/api",
|
368 |
"models": [
|
369 |
+
{
|
370 |
+
name: "grok-4-fast-non-reasoning <= 128K",
|
371 |
+
inputPrice: 0.20,
|
372 |
+
outputPrice: 0.50
|
373 |
+
},
|
374 |
+
|
375 |
+
{
|
376 |
+
name: "grok-4-fast-non-reasoning > 128K",
|
377 |
+
inputPrice: 0.60,
|
378 |
+
outputPrice: 1.50
|
379 |
+
},
|
380 |
+
{
|
381 |
+
name: "grok-4-fast-reasoning <= 128K",
|
382 |
+
inputPrice: 0.20,
|
383 |
+
outputPrice: 0.50
|
384 |
+
},
|
385 |
+
{
|
386 |
+
name: "grok-4-fast-reasoning > 128K",
|
387 |
+
inputPrice: 0.40,
|
388 |
+
outputPrice: 1.0
|
389 |
+
},
|
390 |
{
|
391 |
name: "grok-code-fast-1",
|
392 |
inputPrice: 0.20,
|