From b22844503965bec48f0ab85a919c58c477b5844d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 16 Mar 2026 00:06:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=8F=82=E6=95=B0=E5=B9=B6=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=20GPT-5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 523cdbf..e251835 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -19,7 +19,7 @@ "name": "Claude Opus 4.6", "reasoning": true, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, - "limit": { "context": 200000, "output": 128000 } + "limit": { "context": 1000000, "output": 128000 } }, "claude-sonnet-4-6": { "name": "Claude Sonnet 4.6", @@ -46,13 +46,7 @@ "name": "GPT-5.4", "reasoning": true, "modalities": { "input": ["text", "image"], "output": ["text"] }, - "limit": { "context": 1050000, "input": 272000, "output": 128000 } - }, - "gpt-5.2": { - "name": "GPT-5.2", - "reasoning": true, - "modalities": { "input": ["text", "image"], "output": ["text"] }, - "limit": { "context": 400000, "input": 272000, "output": 128000 } + "limit": { "context": 1050000, "input": 922000, "output": 128000 } }, "gpt-5.3-codex": { "name": "GPT-5.3-Codex",