From ff111ef27827eee08f736cc06f1d6ce7243e5684 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Fri, 9 Jan 2026 08:13:20 -0800 Subject: [PATCH] fix(external-llm): correct o3 and glm-4.7 tiers - github-copilot/o3: opus -> sonnet-equivalent - zai-coding-plan/glm-4.7: sonnet -> opus-equivalent Co-Authored-By: Claude Opus 4.5 --- state/model-policy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/state/model-policy.json b/state/model-policy.json index 67e185a..29b006f 100644 --- a/state/model-policy.json +++ b/state/model-policy.json @@ -137,7 +137,7 @@ "cli": "opencode", "cli_args": ["-m", "zai-coding-plan/glm-4.7"], "use_cases": ["code-generation"], - "tier": "sonnet-equivalent" + "tier": "opus-equivalent" }, "github-copilot/gemini-3-pro-preview": { "cli": "opencode", @@ -155,7 +155,7 @@ "cli": "opencode", "cli_args": ["-m", "github-copilot/o3"], "use_cases": ["complex-reasoning"], - "tier": "opus-equivalent" + "tier": "sonnet-equivalent" }, "opencode/big-pickle": { "cli": "opencode",