Commit
·
5627f0c
1
Parent(s):
ac3dd0d
- src/lib/data.ts +8 -4
src/lib/data.ts
CHANGED
@@ -237,10 +237,14 @@ export const mockData: Provider[] = [
|
|
237 |
provider: 'Writer',
|
238 |
uri: 'https://dev.writer.com/home/pricing',
|
239 |
models: [
|
240 |
-
{ name:
|
241 |
-
{ name:
|
242 |
-
{ name:
|
243 |
-
{ name:
|
|
|
|
|
|
|
|
|
244 |
],
|
245 |
}
|
246 |
]
|
|
|
237 |
provider: 'Writer',
|
238 |
uri: 'https://dev.writer.com/home/pricing',
|
239 |
models: [
|
240 |
+
{ name: "Palmyra X 003 Instruct", inputPrice: 7.50, outputPrice: 22.50 },
|
241 |
+
{ name: "Palmyra Med 32K", inputPrice: 5.0, outputPrice: 12.0 },
|
242 |
+
{ name: "Palmyra Fin 32K", inputPrice: 5.0, outputPrice: 12.0 },
|
243 |
+
{ name: "Palmyra Med", inputPrice: 4.0, outputPrice: 10.0 },
|
244 |
+
{ name: "Palmyra X 32K Instruct", inputPrice: 1.0, outputPrice: 2.0 },
|
245 |
+
{ name: "Palmyra X 002 Instruct", inputPrice: 1.0, outputPrice: 2.0 },
|
246 |
+
{ name: "Palmyra X 002 32K", inputPrice: 1.0, outputPrice: 2.0 },
|
247 |
+
|
248 |
],
|
249 |
}
|
250 |
]
|