Presidentlin commited on
Commit
1d85709
·
1 Parent(s): f9ff812
Files changed (1) hide show
  1. src/lib/data.ts +3 -1
src/lib/data.ts CHANGED
@@ -73,7 +73,9 @@ export const mockData: Provider[] = [
73
  { name: 'Mistral Nemo', inputPrice: 0.15, outputPrice: 0.15 },
74
  { name: 'Mistral Codestral', inputPrice: 0.2, outputPrice: 0.6 },
75
  { name: 'Mistral Pixtral', inputPrice: 0.15, outputPrice: 0.15 },
76
- { name: 'Mistral Embed', inputPrice: 0.1, outputPrice: 0.1 }
 
 
77
  ],
78
  },
79
  {
 
73
  { name: 'Mistral Nemo', inputPrice: 0.15, outputPrice: 0.15 },
74
  { name: 'Mistral Codestral', inputPrice: 0.2, outputPrice: 0.6 },
75
  { name: 'Mistral Pixtral', inputPrice: 0.15, outputPrice: 0.15 },
76
+ { name: 'Mistral Embed', inputPrice: 0.1, outputPrice: 0.1 },
77
+ { name: 'Mistral Ministral 3B 24.10', inputPrice: 0.04, outputPrice: 0.04 },
78
+ { name: 'Mistral Ministral 8B 24.10', inputPrice: 0.1, outputPrice: 0.1 }
79
  ],
80
  },
81
  {