From d1a4744d3106424061d06d8efa9c1e49d190f201 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 17 Apr 2026 09:52:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20Claude=20Opus=204?= =?UTF-8?q?.7=20=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opencode.jsonc b/opencode.jsonc index 552c8cc..7534183 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -12,6 +12,12 @@ "apiKey": "{env:AI_GATEWAY_API_KEY}" }, "models": { + "claude-opus-4-7": { + "name": "Claude Opus 4.7", + "reasoning": true, + "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, + "limit": { "context": 1000000, "output": 128000 } + }, "claude-opus-4-6": { "name": "Claude Opus 4.6", "reasoning": true,