Spaces:
Running
Running
Update src/lib/data.ts
#6
by
Presidentlin
- opened
- src/lib/data.ts +2 -0
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 |
{
|
|
|
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 |
{
|