Commit
·
4075e7f
1
Parent(s):
9919505
- src/lib/data.ts +5 -0
src/lib/data.ts
CHANGED
@@ -346,6 +346,11 @@ export const mockData: Provider[] = [
|
|
346 |
"uri": "https://x.ai/api",
|
347 |
"models": [
|
348 |
{
|
|
|
|
|
|
|
|
|
|
|
349 |
"name": "grok-3",
|
350 |
"inputPrice": 3.0,
|
351 |
"outputPrice": 15.0
|
|
|
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
|