diff --git a/opencode.jsonc b/opencode.jsonc index 48b4deb..63968e0 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -43,6 +43,12 @@ "apiKey": "{env:LITELLM_API_KEY}" }, "models": { + "gpt-5.4": { + "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,