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": {