fix: normalize legacy DeepSeek aliases to V4 flash

This commit is contained in:
Hunter Bown
2026-04-23 23:08:44 -05:00
parent b7bd02d814
commit 35595f8edc
28 changed files with 101 additions and 106 deletions
+3 -3
View File
@@ -69,7 +69,7 @@ Resume session request body (all fields optional):
```json
{
"model": "deepseek-chat",
"model": "deepseek-v4-pro",
"mode": "agent"
}
```
@@ -96,7 +96,7 @@ Request body:
```json
{
"prompt": "Summarize recent commits",
"model": "deepseek-reasoner",
"model": "deepseek-v4-pro",
"mode": "agent",
"workspace": ".",
"allow_shell": false,
@@ -132,7 +132,7 @@ Create thread request example:
```json
{
"model": "deepseek-reasoner",
"model": "deepseek-v4-pro",
"workspace": ".",
"mode": "agent",
"allow_shell": false,