Presidentlin commited on
Commit
6732deb
·
1 Parent(s): 50612aa
Files changed (1) hide show
  1. src/lib/data.ts +5 -10
src/lib/data.ts CHANGED
@@ -440,19 +440,14 @@ export const mockData: Provider[] = [
440
  uri: "https://x.ai/api",
441
  models: [
442
  {
443
- name: "grok-beta",
444
- inputPrice: 5.0,
445
- outputPrice: 15.0,
446
- },
447
- {
448
- name: "grok-vision-beta",
449
- inputPrice: 5.0,
450
  outputPrice: 15.0,
451
  },
452
  {
453
- name: "grok-2-vision-1212",
454
- inputPrice: 2.0,
455
- outputPrice: 10.0,
456
  },
457
  {
458
  name: "grok-2-1212",
 
440
  uri: "https://x.ai/api",
441
  models: [
442
  {
443
+ name: "grok-3-beta",
444
+ inputPrice: 3.0,
 
 
 
 
 
445
  outputPrice: 15.0,
446
  },
447
  {
448
+ name: "grok-3-mini-beta",
449
+ inputPrice: 0.3,
450
+ outputPrice: 0.5,
451
  },
452
  {
453
  name: "grok-2-1212",