From b0a1b2237fabf49889a9c807f2daf547fb70fd05 Mon Sep 17 00:00:00 2001 From: OpenClaw Backup Bot Date: Tue, 28 Apr 2026 23:27:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20DeepSeek=20V4=20Pro/Flash=20=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E6=96=87=201M=EF=BC=8CmaxTokens=20384K?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SKILL.md b/SKILL.md index 05c8a22..2a0f766 100644 --- a/SKILL.md +++ b/SKILL.md @@ -148,8 +148,8 @@ description: | "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 200000, - "maxTokens": 64000 + "contextWindow": 1000000, + "maxTokens": 384000 }, { "id": "deepseek-v4-flash", @@ -158,8 +158,8 @@ description: | "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, - "contextWindow": 200000, - "maxTokens": 64000 + "contextWindow": 1000000, + "maxTokens": 384000 }, { "id": "gpt-5.5",