Commit
·
1ea7218
1
Parent(s):
ad219c0
- bun.lock +0 -0
- src/lib/data.ts +2 -0
bun.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
src/lib/data.ts
CHANGED
|
@@ -297,6 +297,8 @@ export const mockData: Provider[] = [
|
|
| 297 |
provider: "Mistral",
|
| 298 |
uri: "https://docs.mistral.ai/platform/pricing",
|
| 299 |
models: [
|
|
|
|
|
|
|
| 300 |
{ name: "Mistral Devstral", inputPrice: 0.1, outputPrice: 0.3 },
|
| 301 |
{ name: "Mistral Medium 3", inputPrice: 0.4, outputPrice: 2.0 },
|
| 302 |
{ name: "Mistral Small 3.1", inputPrice: 0.1, outputPrice: 0.3 },
|
|
|
|
| 297 |
provider: "Mistral",
|
| 298 |
uri: "https://docs.mistral.ai/platform/pricing",
|
| 299 |
models: [
|
| 300 |
+
{ name: "Magistral Medium", inputPrice: 2.0, outputPrice: 5.0 },
|
| 301 |
+
{ name: "Magistral Small", inputPrice: 0.5, outputPrice: 1.5 },
|
| 302 |
{ name: "Mistral Devstral", inputPrice: 0.1, outputPrice: 0.3 },
|
| 303 |
{ name: "Mistral Medium 3", inputPrice: 0.4, outputPrice: 2.0 },
|
| 304 |
{ name: "Mistral Small 3.1", inputPrice: 0.1, outputPrice: 0.3 },
|