Commit
·
2f9a3df
1
Parent(s):
61e1944
- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
@@ -149,7 +149,7 @@ export const mockData: Provider[] = [
|
|
149 |
provider: "Cohere",
|
150 |
uri: "https://cohere.com/pricing",
|
151 |
models: [
|
152 |
-
{ name: "command-
|
153 |
{ name: "command-r-plus", inputPrice: 3.0, outputPrice: 15.0 },
|
154 |
{ name: "command-r", inputPrice: 0.5, outputPrice: 1.5 },
|
155 |
{ name: "command-r-plus-08-2024", inputPrice: 2.5, outputPrice: 10.0 },
|
|
|
149 |
provider: "Cohere",
|
150 |
uri: "https://cohere.com/pricing",
|
151 |
models: [
|
152 |
+
{ name: "command-r7b", inputPrice: 0.0375, outputPrice: 0.15 },
|
153 |
{ name: "command-r-plus", inputPrice: 3.0, outputPrice: 15.0 },
|
154 |
{ name: "command-r", inputPrice: 0.5, outputPrice: 1.5 },
|
155 |
{ name: "command-r-plus-08-2024", inputPrice: 2.5, outputPrice: 10.0 },
|