Commit
·
ad581cd
1
Parent(s):
d6ac749
- src/lib/data.ts +3 -1
src/lib/data.ts
CHANGED
@@ -45,6 +45,8 @@ export const mockData: Provider[] = [
|
|
45 |
{ name: 'codestral-2405', inputPrice: 1.0, outputPrice: 3.0 },
|
46 |
{ name: 'Mixtral 8x22B', inputPrice: 2.0, outputPrice: 6.0 },
|
47 |
{ name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
|
|
|
|
|
48 |
],
|
49 |
},
|
50 |
{
|
@@ -135,4 +137,4 @@ export const mockData: Provider[] = [
|
|
135 |
{ name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
|
136 |
],
|
137 |
}
|
138 |
-
]
|
|
|
45 |
{ name: 'codestral-2405', inputPrice: 1.0, outputPrice: 3.0 },
|
46 |
{ name: 'Mixtral 8x22B', inputPrice: 2.0, outputPrice: 6.0 },
|
47 |
{ name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
|
48 |
+
{ name: 'codestral-mamba', inputPrice: 0.25, outputPrice: 0.25 },
|
49 |
+
{ name: 'mistral-nemo-2407', inputPrice: 0.3, outputPrice: 0.3 },
|
50 |
],
|
51 |
},
|
52 |
{
|
|
|
137 |
{ name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
|
138 |
],
|
139 |
}
|
140 |
+
]
|