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