Commit
·
7a1a6dd
1
Parent(s):
cf50377
- src/lib/data.ts +4 -2
src/lib/data.ts
CHANGED
@@ -50,8 +50,10 @@ export const mockData: Provider[] = [
|
|
50 |
provider: 'Cohere',
|
51 |
uri: 'https://cohere.com/pricing',
|
52 |
models: [
|
53 |
-
{ name: '
|
54 |
-
{ name: '
|
|
|
|
|
55 |
],
|
56 |
},
|
57 |
{
|
|
|
50 |
provider: 'Cohere',
|
51 |
uri: 'https://cohere.com/pricing',
|
52 |
models: [
|
53 |
+
{ name: 'command-r-plus', inputPrice: 3.0, outputPrice: 15.0 },
|
54 |
+
{ name: 'command-r', inputPrice: 0.5, outputPrice: 1.5 },
|
55 |
+
{ name: 'command-r-plus-08-2024', inputPrice: 2.5, outputPrice: 10.0 },
|
56 |
+
{ name: 'command-r-08-2024', inputPrice: 0.15, outputPrice: 0.6 },
|
57 |
],
|
58 |
},
|
59 |
{
|