Presidentlin commited on
Commit
a6d7518
·
1 Parent(s): b9c0892
Files changed (1) hide show
  1. src/lib/data.ts +1 -0
src/lib/data.ts CHANGED
@@ -220,6 +220,7 @@ export const mockData: Provider[] = [
220
  { name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
221
 
222
  { name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
 
223
  ],
224
  },
225
  {
 
220
  { name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
221
 
222
  { name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
223
+ { name: "DeepSeek R1", inputPrice: 0.55, outputPrice: 2.19 },
224
  ],
225
  },
226
  {