Presidentlin commited on
Commit
f57e43d
·
1 Parent(s): 2c9f481
Files changed (1) hide show
  1. src/lib/data.ts +1 -2
src/lib/data.ts CHANGED
@@ -388,11 +388,10 @@ export const mockData: Provider[] = [
388
  ]
389
  },
390
  {
391
- provider: "DeepSpeek",
392
  uri: "https://platform.deepseek.com/api-docs/pricing/",
393
  models: [
394
  { name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
395
-
396
  { name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
397
  { name: "DeepSeek R1", inputPrice: 0.55, outputPrice: 2.19 },
398
  ],
 
388
  ]
389
  },
390
  {
391
+ provider: "DeepSeek",
392
  uri: "https://platform.deepseek.com/api-docs/pricing/",
393
  models: [
394
  { name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
 
395
  { name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
396
  { name: "DeepSeek R1", inputPrice: 0.55, outputPrice: 2.19 },
397
  ],