Presidentlin commited on
Commit
b29bfe7
·
1 Parent(s): 567ce0b
Files changed (1) hide show
  1. src/lib/data.ts +28 -14
src/lib/data.ts CHANGED
@@ -342,27 +342,41 @@ export const mockData: Provider[] = [
342
  ],
343
  },
344
  {
345
- provider: "XAI",
346
- uri: "https://x.ai/api",
347
- models: [
348
  {
349
- name: "grok-3-beta",
350
- inputPrice: 3.0,
351
- outputPrice: 15.0,
352
  },
353
  {
354
- name: "grok-3-mini-beta",
355
- inputPrice: 0.3,
356
- outputPrice: 0.5,
357
  },
358
  {
359
- name: "grok-2-1212",
360
- inputPrice: 2.0,
361
- outputPrice: 10.0,
362
  },
363
- ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  },
365
-
366
  {
367
  provider: "DeepSpeek",
368
  uri: "https://platform.deepseek.com/api-docs/pricing/",
 
342
  ],
343
  },
344
  {
345
+ "provider": "XAI",
346
+ "uri": "https://x.ai/api",
347
+ "models": [
348
  {
349
+ "name": "grok-3",
350
+ "inputPrice": 3.0,
351
+ "outputPrice": 15.0
352
  },
353
  {
354
+ "name": "grok-3-mini-fast",
355
+ "inputPrice": 0.6,
356
+ "outputPrice": 4.0
357
  },
358
  {
359
+ "name": "grok-3-mini",
360
+ "inputPrice": 0.3,
361
+ "outputPrice": 0.5
362
  },
363
+ {
364
+ "name": "grok-3-fast",
365
+ "inputPrice": 5.0,
366
+ "outputPrice": 25.0
367
+ },
368
+ {
369
+ "name": "grok-2-1212",
370
+ "inputPrice": 2.0,
371
+ "outputPrice": 10.0
372
+ },
373
+ {
374
+ "name": "grok-2-vision-1212",
375
+ "inputPrice": 2.0,
376
+ "outputPrice": 10.0
377
+ }
378
+ ]
379
  },
 
380
  {
381
  provider: "DeepSpeek",
382
  uri: "https://platform.deepseek.com/api-docs/pricing/",