Commit
·
8a5d8fc
1
Parent(s):
fb00bf6
- src/lib/data.ts +6 -6
src/lib/data.ts
CHANGED
@@ -62,12 +62,12 @@ export const mockData: Provider[] = [
|
|
62 |
provider: 'Mistral',
|
63 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
64 |
models: [
|
65 |
-
{ name: 'Mistral Large', inputPrice:
|
66 |
-
{ name: '
|
67 |
-
{ name: '
|
68 |
-
{ name: '
|
69 |
-
{ name: '
|
70 |
-
{ name: 'Mistral
|
71 |
],
|
72 |
},
|
73 |
{
|
|
|
62 |
provider: 'Mistral',
|
63 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
64 |
models: [
|
65 |
+
{ name: 'Mistral Large 2', inputPrice: 2.0, outputPrice: 6.0 },
|
66 |
+
{ name: 'Mistral Small 24.09', inputPrice: 0.2, outputPrice: 0.6 },
|
67 |
+
{ name: 'Mistral Nemo', inputPrice: 0.15, outputPrice: 0.15 },
|
68 |
+
{ name: 'Mistral Codestral', inputPrice: 0.2, outputPrice: 0.6 },
|
69 |
+
{ name: 'Mistral Pixtral', inputPrice: 0.15, outputPrice: 0.15 },
|
70 |
+
{ name: 'Mistral Embed', inputPrice: 0.1, outputPrice: 0.1 }
|
71 |
],
|
72 |
},
|
73 |
{
|