Presidentlin commited on
Commit
58d2e2c
·
1 Parent(s): 0cc324f
Files changed (1) hide show
  1. src/lib/data.ts +22 -1
src/lib/data.ts CHANGED
@@ -396,6 +396,27 @@ export const mockData: Provider[] = [
396
  "provider": "XAI",
397
  "uri": "https://x.ai/api",
398
  "models": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
  {
400
  name: "grok-4-fast-non-reasoning <= 128K",
401
  inputPrice: 0.20,
@@ -405,7 +426,7 @@ export const mockData: Provider[] = [
405
  {
406
  name: "grok-4-fast-non-reasoning > 128K",
407
  inputPrice: 0.60,
408
- outputPrice: 1.50
409
  },
410
  {
411
  name: "grok-4-fast-reasoning <= 128K",
 
396
  "provider": "XAI",
397
  "uri": "https://x.ai/api",
398
  "models": [
399
+ {
400
+ name: "grok-4-1-fast-non-reasoning <= 128K",
401
+ inputPrice: 0.20,
402
+ outputPrice: 0.50
403
+ },
404
+
405
+ {
406
+ name: "grok-4-1-fast-non-reasoning > 128K",
407
+ inputPrice: 0.40,
408
+ outputPrice: 1.00
409
+ },
410
+ {
411
+ name: "grok-4-1-fast-reasoning <= 128K",
412
+ inputPrice: 0.20,
413
+ outputPrice: 0.50
414
+ },
415
+ {
416
+ name: "grok-4-1-fast-reasoning > 128K",
417
+ inputPrice: 0.40,
418
+ outputPrice: 1.0
419
+ },
420
  {
421
  name: "grok-4-fast-non-reasoning <= 128K",
422
  inputPrice: 0.20,
 
426
  {
427
  name: "grok-4-fast-non-reasoning > 128K",
428
  inputPrice: 0.60,
429
+ outputPrice: 1.00
430
  },
431
  {
432
  name: "grok-4-fast-reasoning <= 128K",