From 694bb0e2c0d35332301753bb2c21d071bb726db7 Mon Sep 17 00:00:00 2001 From: Rui Hu Date: Sun, 2 Aug 2026 21:53:12 +0800 Subject: [PATCH] add ds v4 flash 0731 --- opencode.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/opencode.json b/opencode.json index 53708e4..b87d50e 100644 --- a/opencode.json +++ b/opencode.json @@ -15,6 +15,7 @@ "GITEA_HOST": "https://git.cleverthis.com", "GITEA_ACCESS_TOKEN": "{env:FORGEJO_PAT}" }, + "timeout": 300000, "enabled": true }, "playwright": { @@ -113,6 +114,26 @@ "text" ] } + }, + "deepseek-v4-flash": { + "name": "Deepseak V4 Flash 0731", + "variants": { + "max": { + "reasoningEffort": "max" + } + }, + "limit": { + "context": 1000000, + "output": 384000 + }, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + } } } }