Commit
·
72ffd96
1
Parent(s):
4075e7f
- src/lib/data.ts +7 -2
src/lib/data.ts
CHANGED
@@ -346,11 +346,16 @@ export const mockData: Provider[] = [
|
|
346 |
"uri": "https://x.ai/api",
|
347 |
"models": [
|
348 |
{
|
349 |
-
"name": "grok-4",
|
350 |
"inputPrice": 3.0,
|
351 |
"outputPrice": 15.0
|
352 |
},
|
353 |
-
|
|
|
|
|
|
|
|
|
|
|
354 |
"name": "grok-3",
|
355 |
"inputPrice": 3.0,
|
356 |
"outputPrice": 15.0
|
|
|
346 |
"uri": "https://x.ai/api",
|
347 |
"models": [
|
348 |
{
|
349 |
+
"name": "grok-4 128K",
|
350 |
"inputPrice": 3.0,
|
351 |
"outputPrice": 15.0
|
352 |
},
|
353 |
+
{
|
354 |
+
"name": "grok-4 1M",
|
355 |
+
"inputPrice": 6.0,
|
356 |
+
"outputPrice": 30.0
|
357 |
+
},
|
358 |
+
{
|
359 |
"name": "grok-3",
|
360 |
"inputPrice": 3.0,
|
361 |
"outputPrice": 15.0
|