Presidentlin commited on
Commit
8a5d8fc
·
1 Parent(s): fb00bf6
Files changed (1) hide show
  1. src/lib/data.ts +6 -6
src/lib/data.ts CHANGED
@@ -62,12 +62,12 @@ export const mockData: Provider[] = [
62
  provider: 'Mistral',
63
  uri: 'https://docs.mistral.ai/platform/pricing',
64
  models: [
65
- { name: 'Mistral Large', inputPrice: 3.0, outputPrice: 9.0 },
66
- { name: 'Codestral', inputPrice: 1.0, outputPrice: 3.0 },
67
- { name: 'Mixtral 8x22B', inputPrice: 2.0, outputPrice: 6.0 },
68
- { name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
69
- { name: 'Codestral Mamba', inputPrice: 0.25, outputPrice: 0.25 },
70
- { name: 'Mistral Nemo', inputPrice: 0.3, outputPrice: 0.3 }
71
  ],
72
  },
73
  {
 
62
  provider: 'Mistral',
63
  uri: 'https://docs.mistral.ai/platform/pricing',
64
  models: [
65
+ { name: 'Mistral Large 2', inputPrice: 2.0, outputPrice: 6.0 },
66
+ { name: 'Mistral Small 24.09', inputPrice: 0.2, outputPrice: 0.6 },
67
+ { name: 'Mistral Nemo', inputPrice: 0.15, outputPrice: 0.15 },
68
+ { name: 'Mistral Codestral', inputPrice: 0.2, outputPrice: 0.6 },
69
+ { name: 'Mistral Pixtral', inputPrice: 0.15, outputPrice: 0.15 },
70
+ { name: 'Mistral Embed', inputPrice: 0.1, outputPrice: 0.1 }
71
  ],
72
  },
73
  {