Presidentlin commited on
Commit
2863c8a
·
1 Parent(s): 76f93fe
Files changed (1) hide show
  1. src/lib/data.ts +2 -2
src/lib/data.ts CHANGED
@@ -64,8 +64,8 @@ export const mockData: Provider[] = [
64
  provider: 'Deepspeek',
65
  uri: 'https://platform.deepseek.com/api-docs/pricing/',
66
  models: [
67
- { name: 'deepseek-chat', inputPrice: 0.14, outputPrice: 0.28 },
68
- { name: 'deepseek-coder', inputPrice: 0.14, outputPrice: 0.28 },
69
  ],
70
  },
71
  {
 
64
  provider: 'Deepspeek',
65
  uri: 'https://platform.deepseek.com/api-docs/pricing/',
66
  models: [
67
+ { name: 'DeepSeek-V2', inputPrice: 0.14, outputPrice: 0.28 },
68
+ { name: 'DeepSeek-Coder-V2', inputPrice: 0.14, outputPrice: 0.28 },
69
  ],
70
  },
71
  {