Presidentlin commited on
Commit
03f025d
·
1 Parent(s): ccd02d6
Files changed (1) hide show
  1. src/lib/data.ts +1 -0
src/lib/data.ts CHANGED
@@ -169,6 +169,7 @@ export const mockData: Provider[] = [
169
  provider: "Mistral",
170
  uri: "https://docs.mistral.ai/platform/pricing",
171
  models: [
 
172
  { name: "Mistral Small 2501", inputPrice: 0.1, outputPrice: 0.3 },
173
  { name: "Mistral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
174
  { name: "Pixtral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
 
169
  provider: "Mistral",
170
  uri: "https://docs.mistral.ai/platform/pricing",
171
  models: [
172
+ { name: "Mistral Small 3.1", inputPrice: 0.1, outputPrice: 0.3 },
173
  { name: "Mistral Small 2501", inputPrice: 0.1, outputPrice: 0.3 },
174
  { name: "Mistral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
175
  { name: "Pixtral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },