Presidentlin commited on
Commit
5d39b24
·
1 Parent(s): 0f72b98
Files changed (1) hide show
  1. src/lib/data.ts +2 -0
src/lib/data.ts CHANGED
@@ -112,6 +112,8 @@ export const mockData: Provider[] = [
112
  models: [
113
  { name: 'Llama 3 70B', inputPrice: 0.90, outputPrice: 0.90 },
114
  { name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
 
 
115
  ],
116
  },
117
  {
 
112
  models: [
113
  { name: 'Llama 3 70B', inputPrice: 0.90, outputPrice: 0.90 },
114
  { name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
115
+ { name: 'DeepSeek Coder V2 Instruct', inputPrice: 2.7, outputPrice: 2.7 },
116
+ { name: 'DeepSeek Coder V2 Lite Instruct', inputPrice: 0.20, outputPrice: 0.20 },
117
  ],
118
  },
119
  {