Presidentlin commited on
Commit
770943a
1 Parent(s): 6323d2b
Files changed (1) hide show
  1. src/lib/data.ts +3 -1
src/lib/data.ts CHANGED
@@ -436,10 +436,12 @@ export const mockData: Provider[] = [
436
  provider: "Writer",
437
  uri: "https://dev.writer.com/home/pricing",
438
  models: [
 
439
  { name: "Palmyra X 003 Instruct", inputPrice: 7.5, outputPrice: 22.5 },
 
440
  { name: "Palmyra Med 32K", inputPrice: 5.0, outputPrice: 12.0 },
441
- { name: "Palmyra Fin 32K", inputPrice: 5.0, outputPrice: 12.0 },
442
  { name: "Palmyra Med", inputPrice: 4.0, outputPrice: 10.0 },
 
443
  { name: "Palmyra X 32K Instruct", inputPrice: 1.0, outputPrice: 2.0 },
444
  { name: "Palmyra X 002 Instruct", inputPrice: 1.0, outputPrice: 2.0 },
445
  { name: "Palmyra X 002 32K", inputPrice: 1.0, outputPrice: 2.0 },
 
436
  provider: "Writer",
437
  uri: "https://dev.writer.com/home/pricing",
438
  models: [
439
+ { name: "Palmyra X 004", inputPrice: 5.0, outputPrice: 12.0 },
440
  { name: "Palmyra X 003 Instruct", inputPrice: 7.5, outputPrice: 22.5 },
441
+ { name: "Palmyra Creative", inputPrice: 5.0, outputPrice: 12.0 },
442
  { name: "Palmyra Med 32K", inputPrice: 5.0, outputPrice: 12.0 },
 
443
  { name: "Palmyra Med", inputPrice: 4.0, outputPrice: 10.0 },
444
+ { name: "Palmyra Fin 32K", inputPrice: 5.0, outputPrice: 12.0 },
445
  { name: "Palmyra X 32K Instruct", inputPrice: 1.0, outputPrice: 2.0 },
446
  { name: "Palmyra X 002 Instruct", inputPrice: 1.0, outputPrice: 2.0 },
447
  { name: "Palmyra X 002 32K", inputPrice: 1.0, outputPrice: 2.0 },