From 71ffc2b23f20226d9afc7b1bba0b576ba7f7904d Mon Sep 17 00:00:00 2001 From: Rui Hu Date: Tue, 28 Apr 2026 19:55:38 +0800 Subject: [PATCH] fix qwen3 next context size --- opencode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.json b/opencode.json index 6c26c6a..8ed4cb3 100644 --- a/opencode.json +++ b/opencode.json @@ -179,7 +179,7 @@ "Qwen/Qwen3-Next-80B-A3B-Instruct": { "name": "Qwen 3-Next 80b A3B Instruct", "limit": { - "context": 196608, + "context": 262144, "output": 65536 }, }