feat: DeepSeek V4 Pro/Flash 上下文 1M,maxTokens 384K

This commit is contained in:
OpenClaw Backup Bot
2026-04-28 23:27:42 +08:00
parent e8fbfc2fb9
commit b0a1b2237f
+4 -4
View File
@@ -148,8 +148,8 @@ description: |
"reasoning": false, "reasoning": false,
"input": ["text"], "input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000, "contextWindow": 1000000,
"maxTokens": 64000 "maxTokens": 384000
}, },
{ {
"id": "deepseek-v4-flash", "id": "deepseek-v4-flash",
@@ -158,8 +158,8 @@ description: |
"reasoning": false, "reasoning": false,
"input": ["text"], "input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000, "contextWindow": 1000000,
"maxTokens": 64000 "maxTokens": 384000
}, },
{ {
"id": "gpt-5.5", "id": "gpt-5.5",