fix(deepseek): 更新 DeepSeek 模型至 V4 系列,修正价格与参数 (#28)

- 新增 deepseek-v4-flash(主力)和 deepseek-v4-pro(旗舰)
- 上下文窗口 128K → 1M,最大输出 8K/64K → 384K
- 价格更新:V4 Flash 输入 1 元/M 输出 2 元/M;V4 Pro 输入 3 元/M 输出 6 元/M
- 保留 deepseek-chat / deepseek-reasoner 作为旧别名(标记 2026-07-24 弃用)
- bump presetDataVersion to 52

Co-authored-by: Yige <a@wyr.me>
This commit is contained in:
2026-05-28 14:50:28 +08:00
committed by GitHub
parent 55f948a725
commit 161eb04d39
2 changed files with 85 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 52,
"updatedAt": "2026-05-26",
"presetDataVersion": 53,
"updatedAt": "2026-05-27",
"description": "DesireCore 官方配置中心"
}