Commit 7261867
DeepSeek 模型升级至 V4 系列,使用官方 API 命名体系
- 新增 deepseek-v4-pro(专家模式)和 deepseek-v4-flash(快速模式)
- 模型通过后缀 -think / -search 独立控制思考和搜索
- chat completion 新增 model_type / parent_message_id / preempt 字段
- 保留 deepseek-chat / deepseek-reasoner 兼容旧名
- 移除已下线的 DeepSeek-V3.2 / R1 / Search / R1-Search
Co-Authored-By: DeepSeek V4 Pro <noreply@deepseek.com>1 parent 4eec87f commit 7261867
9 files changed
Lines changed: 1091 additions & 40 deletions
File tree
- src
- main
- providers/builtin
- proxy/adapters
- renderer/src
- components/providers
- i18n/locales
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments