From 94c7118b71399f3174387c8347879548891a273f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 19 Mar 2026 10:12:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20GPT-5.4=20mini=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=B9=89?= 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 a58487b..12c9c9d 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -50,6 +50,12 @@ "reasoning": true, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 400000, "input": 272000, "output": 128000 } + }, + "gpt-5.4-mini": { + "name": "GPT-5.4 mini", + "reasoning": true, + "modalities": { "input": ["text", "image"], "output": ["text"] }, + "limit": { "context": 400000, "input": 272000, "output": 128000 } } } },