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",