Lincoln Gachagua commited on
Commit
08adbe1
1 Parent(s): d6ac749

Update src/lib/data.ts

Browse files

Added new Mistral models
https://mistral.ai/technology/#pricing

Files changed (1) hide show
  1. src/lib/data.ts +2 -0
src/lib/data.ts CHANGED
@@ -45,6 +45,8 @@ export const mockData: Provider[] = [
45
  { name: 'codestral-2405', inputPrice: 1.0, outputPrice: 3.0 },
46
  { name: 'Mixtral 8x22B', inputPrice: 2.0, outputPrice: 6.0 },
47
  { name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
 
 
48
  ],
49
  },
50
  {
 
45
  { name: 'codestral-2405', inputPrice: 1.0, outputPrice: 3.0 },
46
  { name: 'Mixtral 8x22B', inputPrice: 2.0, outputPrice: 6.0 },
47
  { name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
48
+ { name: 'codestral-mamba', inputPrice: 0.25, outputPrice: 0.25 },
49
+ { name: 'mistral-nemo-2407', inputPrice: 0.3, outputPrice: 0.3 },
50
  ],
51
  },
52
  {