From fefc5bf5e5f60932d58ea83745bc65c48ccf66e9 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 16 Jan 2026 20:41:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=B0=8F=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E4=B8=BAGemini=203=20Flash=E5=B9=B6=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=AB=98=E7=B2=BE=E5=BA=A6=E4=B8=8E=E5=9B=BE=E5=83=8F=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新小模型为Gemini 3 Flash,并新增Gemini 3 Pro高精度和图像模型选项。 --- opencode.jsonc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 3fa7eca..e1fac40 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,7 @@ "autoupdate": "notify", "theme": "tokyonight", "model": "gateway/claude-sonnet-4-5", - "small_model": "gateway/gemini-3-flash-preview", + "small_model": "gateway/gemini-3-flash", "plugin": [ "@tarquinen/opencode-dcp@latest", "@franlol/opencode-md-table-formatter@latest" @@ -46,10 +46,13 @@ "claude-haiku-4-5": { "name": "Claude Haiku 4.5" }, - "gemini-3-pro-preview": { - "name": "Gemini 3 Pro" + "gemini-3-pro-high": { + "name": "Gemini 3 Pro (High)" }, - "gemini-3-flash-preview": { + "gemini-3-pro-image": { + "name": "Gemini 3 Pro (Image)" + }, + "gemini-3-flash": { "name": "Gemini 3 Flash" }, "gpt-5.2": {