Commit
·
c3ff4a6
1
Parent(s):
d9bc1b5
- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
@@ -295,7 +295,7 @@ export const mockData: Provider[] = [
|
|
295 |
provider: "Mistral",
|
296 |
uri: "https://docs.mistral.ai/platform/pricing",
|
297 |
models: [
|
298 |
-
{ name: "Mistral Medium 3
|
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 },
|
|
|
295 |
provider: "Mistral",
|
296 |
uri: "https://docs.mistral.ai/platform/pricing",
|
297 |
models: [
|
298 |
+
{ name: "Mistral Medium 3", 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 },
|