Presidentlin commited on
Commit
9833ea6
·
1 Parent(s): c1ededc
Files changed (1) hide show
  1. src/lib/data.ts +63 -36
src/lib/data.ts CHANGED
@@ -367,49 +367,49 @@ export const mockData: Provider[] = [
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
378
  },
379
  {
380
- "name": "grok-4 > 128K",
381
- "inputPrice": 6.0,
382
- "outputPrice": 30.0
383
  },
384
  {
385
- "name": "grok-3",
386
- "inputPrice": 3.0,
387
- "outputPrice": 15.0
388
  },
389
  {
390
- "name": "grok-3-mini-fast",
391
- "inputPrice": 0.6,
392
- "outputPrice": 4.0
393
  },
394
  {
395
- "name": "grok-3-mini",
396
- "inputPrice": 0.3,
397
- "outputPrice": 0.5
398
  },
399
  {
400
- "name": "grok-3-fast",
401
- "inputPrice": 5.0,
402
- "outputPrice": 25.0
403
  },
404
  {
405
- "name": "grok-2-1212",
406
- "inputPrice": 2.0,
407
- "outputPrice": 10.0
408
  },
409
  {
410
- "name": "grok-2-vision-1212",
411
- "inputPrice": 2.0,
412
- "outputPrice": 10.0
413
  }
414
  ]
415
  },
@@ -637,18 +637,45 @@ export const mockData: Provider[] = [
637
  {
638
  provider: "Z AI",
639
  uri: "https://docs.z.ai/guides/overview/pricing#agents-%26-pricing",
 
640
  models: [
641
  {
642
- name: "GLM 4.5",
643
- inputPrice: 0.60,
644
- outputPrice: 2.20,
645
  },
646
  {
647
- name: "GLM 4.5 Air",
648
- inputPrice: 0.20,
649
- outputPrice: 1.10,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
650
  },
 
 
 
 
 
651
  ]
 
652
  },
653
  {
654
  provider: "01.ai",
@@ -664,7 +691,7 @@ export const mockData: Provider[] = [
664
  provider: "Chutes",
665
  uri: "https://chutes.ai/app",
666
  models: [
667
- { name: "DeepSeek V3.1", inputPrice: 0.20, outputPrice: 0.80 },
668
  {
669
  name: "GPT OSS 120B 128k",
670
  inputPrice: 0.10,
@@ -1599,7 +1626,7 @@ export const mockData: Provider[] = [
1599
  provider: "DeepInfra",
1600
  uri: "https://deepinfra.com/models/text-generation/",
1601
  models: [
1602
- { name: "DeepSeek V3.1", inputPrice: 0.32, outputPrice: 1.15 },
1603
  {
1604
  name: "GPT OSS 20B 128k",
1605
  inputPrice: 0.04,
 
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
378
  },
379
  {
380
+ name: "grok-4 > 128K",
381
+ inputPrice: 6.0,
382
+ outputPrice: 30.0
383
  },
384
  {
385
+ name: "grok-3",
386
+ inputPrice: 3.0,
387
+ outputPrice: 15.0
388
  },
389
  {
390
+ name: "grok-3-mini-fast",
391
+ inputPrice: 0.6,
392
+ outputPrice: 4.0
393
  },
394
  {
395
+ name: "grok-3-mini",
396
+ inputPrice: 0.3,
397
+ outputPrice: 0.5
398
  },
399
  {
400
+ name: "grok-3-fast",
401
+ inputPrice: 5.0,
402
+ outputPrice: 25.0
403
  },
404
  {
405
+ name: "grok-2-1212",
406
+ inputPrice: 2.0,
407
+ outputPrice: 10.0
408
  },
409
  {
410
+ name: "grok-2-vision-1212",
411
+ inputPrice: 2.0,
412
+ outputPrice: 10.0
413
  }
414
  ]
415
  },
 
637
  {
638
  provider: "Z AI",
639
  uri: "https://docs.z.ai/guides/overview/pricing#agents-%26-pricing",
640
+
641
  models: [
642
  {
643
+ name: "GLM-4.5",
644
+ inputPrice: 0.6,
645
+ outputPrice: 2.2
646
  },
647
  {
648
+ name: "GLM-4.5V",
649
+ inputPrice: 0.6,
650
+ outputPrice: 1.8
651
+ },
652
+ {
653
+ name: "GLM-4.5-X",
654
+ inputPrice: 2.2,
655
+ outputPrice: 8.9
656
+ },
657
+ {
658
+ name: "GLM-4.5-Air",
659
+ inputPrice: 0.2,
660
+ outputPrice: 1.1
661
+ },
662
+ {
663
+ name: "GLM-4.5-AirX",
664
+ inputPrice: 1.1,
665
+ outputPrice: 4.5
666
+ },
667
+ {
668
+ name: "GLM-4-32B-0414-128K",
669
+ inputPrice: 0.1,
670
+ outputPrice: 0.1
671
  },
672
+ {
673
+ name: "GLM-4.5-Flash",
674
+ inputPrice: 0,
675
+ outputPrice: 0
676
+ }
677
  ]
678
+
679
  },
680
  {
681
  provider: "01.ai",
 
691
  provider: "Chutes",
692
  uri: "https://chutes.ai/app",
693
  models: [
694
+ { name: "DeepSeek V3.1", inputPrice: 0.20, outputPrice: 0.80 },
695
  {
696
  name: "GPT OSS 120B 128k",
697
  inputPrice: 0.10,
 
1626
  provider: "DeepInfra",
1627
  uri: "https://deepinfra.com/models/text-generation/",
1628
  models: [
1629
+ { name: "DeepSeek V3.1", inputPrice: 0.32, outputPrice: 1.15 },
1630
  {
1631
  name: "GPT OSS 20B 128k",
1632
  inputPrice: 0.04,