From ed81de0122ee6bfb3fde39a467af8a1453eb4dfe Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque Date: Sat, 5 Sep 2026 09:00:47 -0700 Subject: [PATCH 1/2] fix: register DeepSeek V4 Flash for Bonk --- opencode.jsonc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/opencode.jsonc b/opencode.jsonc index 102ee90bb51..86f635e564e 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -6,6 +6,26 @@ "provider": { "cloudflare-ai-gateway": { "models": { + "workers-ai/@cf/deepseek-ai/deepseek-v4-flash-0731": { + "name": "DeepSeek V4 Flash", + "reasoning": true, + "tool_call": true, + "temperature": true, + "interleaved": { + "field": "reasoning_content", + }, + "modalities": { + "input": ["text"], + "output": ["text"], + }, + "limit": { + "context": 1048576, + "output": 64000, + }, + "options": { + "parallel_tool_calls": true, + }, + }, "workers-ai/@cf/moonshotai/kimi-k2.5": { "name": "Kimi K2.5", "attachment": true, From 9fa7d75889a77df38eaeed4ca5b19b292e106b7c Mon Sep 17 00:00:00 2001 From: "ask-bonk[bot]" Date: Sat, 5 Sep 2026 16:46:36 +0000 Subject: [PATCH 2/2] Registered GLM-4.7 Flash small model. Co-authored-by: mvvmm --- opencode.jsonc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/opencode.jsonc b/opencode.jsonc index 86f635e564e..018d218859c 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -26,6 +26,26 @@ "parallel_tool_calls": true, }, }, + "workers-ai/@cf/zai-org/glm-4.7-flash": { + "name": "GLM-4.7-Flash", + "reasoning": true, + "tool_call": true, + "temperature": true, + "interleaved": { + "field": "reasoning_content", + }, + "modalities": { + "input": ["text"], + "output": ["text"], + }, + "limit": { + "context": 131072, + "output": 131072, + }, + "options": { + "parallel_tool_calls": true, + }, + }, "workers-ai/@cf/moonshotai/kimi-k2.5": { "name": "Kimi K2.5", "attachment": true,