Commit
·
c1ededc
1
Parent(s):
7fccc23
- src/lib/data.ts +5 -0
src/lib/data.ts
CHANGED
@@ -367,6 +367,11 @@ export const mockData: Provider[] = [
|
|
367 |
"uri": "https://x.ai/api",
|
368 |
"models": [
|
369 |
{
|
|
|
|
|
|
|
|
|
|
|
370 |
"name": "grok-4 <= 128K",
|
371 |
"inputPrice": 3.0,
|
372 |
"outputPrice": 15.0
|
|
|
367 |
"uri": "https://x.ai/api",
|
368 |
"models": [
|
369 |
{
|
370 |
+
"name": "grok-code-fast-1",
|
371 |
+
"inputPrice": 0.20,
|
372 |
+
"outputPrice": 1.50
|
373 |
+
},
|
374 |
+
{
|
375 |
"name": "grok-4 <= 128K",
|
376 |
"inputPrice": 3.0,
|
377 |
"outputPrice": 15.0
|