Commit
·
76f93fe
1
Parent(s):
af1b4ff
- src/lib/data.ts +6 -6
src/lib/data.ts
CHANGED
@@ -52,12 +52,12 @@ export const mockData: Provider[] = [
|
|
52 |
provider: 'Mistral',
|
53 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
54 |
models: [
|
55 |
-
{ name:
|
56 |
-
{ name:
|
57 |
-
{ name:
|
58 |
-
{ name:
|
59 |
-
{ name:
|
60 |
-
{ name:
|
61 |
],
|
62 |
},
|
63 |
{
|
|
|
52 |
provider: 'Mistral',
|
53 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
54 |
models: [
|
55 |
+
{ name: "Mistral Large 2402", inputPrice: 4.0, outputPrice: 12.0 },
|
56 |
+
{ name: "Codestral 2405", inputPrice: 1.0, outputPrice: 3.0 },
|
57 |
+
{ name: "Mixtral 8x22B", inputPrice: 2.0, outputPrice: 6.0 },
|
58 |
+
{ name: "Mixtral 8x7B", inputPrice: 0.7, outputPrice: 0.7 },
|
59 |
+
{ name: "Codestral Mamba", inputPrice: 0.25, outputPrice: 0.25 },
|
60 |
+
{ name: "Mistral Nemo 2407", inputPrice: 0.3, outputPrice: 0.3 }
|
61 |
],
|
62 |
},
|
63 |
{
|