Commit
·
2130577
1
Parent(s):
b92497f
- src/lib/data.ts +2 -1
src/lib/data.ts
CHANGED
@@ -218,7 +218,8 @@ export const mockData: Provider[] = [
|
|
218 |
uri: "https://platform.deepseek.com/api-docs/pricing/",
|
219 |
models: [
|
220 |
{ name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
|
221 |
-
|
|
|
222 |
],
|
223 |
},
|
224 |
{
|
|
|
218 |
uri: "https://platform.deepseek.com/api-docs/pricing/",
|
219 |
models: [
|
220 |
{ name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
|
221 |
+
|
222 |
+
{ name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
|
223 |
],
|
224 |
},
|
225 |
{
|