From 80f21cdf08e80bfaca9e18890cfe8e4c006885a8 Mon Sep 17 00:00:00 2001 From: Sergey <93754860+slaid098@users.noreply.github.com> Date: Sun, 2 Aug 2026 02:15:51 +0300 Subject: [PATCH] feat(config): add deepseek-v4-flash:0731 model for ollama-cloud (#221) Co-authored-by: opencode-agent --- .opencode/opencode.json | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/.opencode/opencode.json b/.opencode/opencode.json index 0768227..2089c70 100644 --- a/.opencode/opencode.json +++ b/.opencode/opencode.json @@ -109,6 +109,53 @@ } } } + }, + "ollama-cloud": { + "models": { + "deepseek-v4-flash:0731": { + "name": "DS4F-0731", + "reasoning": true, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "limit": { + "context": 200000, + "input": 200000, + "output": 65536 + }, + "options": { + "reasoningEffort": "max" + }, + "variants": { + "max": { + "reasoningEffort": "max" + }, + "none": { + "disabled": true + }, + "minimal": { + "disabled": true + }, + "low": { + "disabled": true + }, + "medium": { + "disabled": true + }, + "high": { + "disabled": true + }, + "xhigh": { + "disabled": true + } + } + } + } } }, "permission": {