Commit
·
8ebb980
1
Parent(s):
4f69107
- src/lib/data.ts +3 -3
src/lib/data.ts
CHANGED
@@ -46,12 +46,12 @@ export const mockData: Provider[] = [
|
|
46 |
provider: 'Mistral',
|
47 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
48 |
models: [
|
49 |
-
{ name: 'Mistral Large
|
50 |
-
{ name: 'Codestral
|
51 |
{ name: 'Mixtral 8x22B', inputPrice: 2.0, outputPrice: 6.0 },
|
52 |
{ name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
|
53 |
{ name: 'Codestral Mamba', inputPrice: 0.25, outputPrice: 0.25 },
|
54 |
-
{ name: 'Mistral Nemo
|
55 |
],
|
56 |
},
|
57 |
{
|
|
|
46 |
provider: 'Mistral',
|
47 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
48 |
models: [
|
49 |
+
{ name: 'Mistral Large', inputPrice: 3.0, outputPrice: 9.0 },
|
50 |
+
{ name: 'Codestral', inputPrice: 1.0, outputPrice: 3.0 },
|
51 |
{ name: 'Mixtral 8x22B', inputPrice: 2.0, outputPrice: 6.0 },
|
52 |
{ name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
|
53 |
{ name: 'Codestral Mamba', inputPrice: 0.25, outputPrice: 0.25 },
|
54 |
+
{ name: 'Mistral Nemo', inputPrice: 0.3, outputPrice: 0.3 }
|
55 |
],
|
56 |
},
|
57 |
{
|