Presidentlin commited on
Commit
d9bc1b5
·
1 Parent(s): e7e1c56
Files changed (1) hide show
  1. src/lib/data.ts +1 -0
src/lib/data.ts CHANGED
@@ -295,6 +295,7 @@ export const mockData: Provider[] = [
295
  provider: "Mistral",
296
  uri: "https://docs.mistral.ai/platform/pricing",
297
  models: [
 
298
  { name: "Mistral Small 3.1", inputPrice: 0.1, outputPrice: 0.3 },
299
  { name: "Mistral Small 2501", inputPrice: 0.1, outputPrice: 0.3 },
300
  { name: "Mistral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
 
295
  provider: "Mistral",
296
  uri: "https://docs.mistral.ai/platform/pricing",
297
  models: [
298
+ { name: "Mistral Medium 3.1", inputPrice: 0.4, outputPrice: 2.0 },
299
  { name: "Mistral Small 3.1", inputPrice: 0.1, outputPrice: 0.3 },
300
  { name: "Mistral Small 2501", inputPrice: 0.1, outputPrice: 0.3 },
301
  { name: "Mistral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },