From 571f658c0c0fa10f7459e127ca2b5ca9f3e03506 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 28 Feb 2026 09:04:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=E9=A1=BA=E5=BA=8F=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=20Gemini=203=20Flash=20=E8=87=B3=E6=9C=AB=E5=B0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 7f3f138..ffb8b37 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -41,12 +41,6 @@ "modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] }, "limit": { "context": 1048576, "output": 65536 } }, - "gemini-3-flash-preview": { - "name": "Gemini 3 Flash", - "reasoning": true, - "modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] }, - "limit": { "context": 1048576, "output": 65536 } - }, // OpenAI "gpt-5.2": { "name": "GPT-5.2", @@ -65,6 +59,12 @@ "reasoning": true, "modalities": { "input": ["text", "image"], "output": ["text"] }, "limit": { "context": 400000, "input": 272000, "output": 128000 } + }, + "gemini-3-flash-preview": { + "name": "Gemini 3 Flash", + "reasoning": true, + "modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] }, + "limit": { "context": 1048576, "output": 65536 } } } },