Commit
·
ccd02d6
1
Parent(s):
4fcdabc
- src/lib/data.ts +1 -0
src/lib/data.ts
CHANGED
|
@@ -157,6 +157,7 @@ export const mockData: Provider[] = [
|
|
| 157 |
provider: "Cohere",
|
| 158 |
uri: "https://cohere.com/pricing",
|
| 159 |
models: [
|
|
|
|
| 160 |
{ name: "command-r7b", inputPrice: 0.0375, outputPrice: 0.15 },
|
| 161 |
{ name: "command-r-plus", inputPrice: 3.0, outputPrice: 15.0 },
|
| 162 |
{ name: "command-r", inputPrice: 0.5, outputPrice: 1.5 },
|
|
|
|
| 157 |
provider: "Cohere",
|
| 158 |
uri: "https://cohere.com/pricing",
|
| 159 |
models: [
|
| 160 |
+
{ name: "command-a", inputPrice: 2.5, outputPrice: 10.0 },
|
| 161 |
{ name: "command-r7b", inputPrice: 0.0375, outputPrice: 0.15 },
|
| 162 |
{ name: "command-r-plus", inputPrice: 3.0, outputPrice: 15.0 },
|
| 163 |
{ name: "command-r", inputPrice: 0.5, outputPrice: 1.5 },
|