diff --git a/opencode.jsonc b/opencode.jsonc index 7abe7dd..b8a6b50 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -17,6 +17,7 @@ "models": { "claude-opus-4-5": { "name": "Claude Opus 4.5", + "tool_call": true, "reasoning": true, "modalities": { "input": ["text", "image", "pdf"], @@ -26,6 +27,7 @@ }, "claude-sonnet-4-5": { "name": "Claude Sonnet 4.5", + "tool_call": true, "reasoning": false, "modalities": { "input": ["text", "image", "pdf"], @@ -45,6 +47,7 @@ "models": { "gemini-3-pro": { "name": "Gemini 3 Pro", + "tool_call": true, "reasoning": true, "modalities": { "input": ["text", "image", "video", "audio", "pdf"], @@ -54,6 +57,7 @@ }, "gemini-3-flash": { "name": "Gemini 3 Flash", + "tool_call": true, "reasoning": true, "modalities": { "input": ["text", "image", "video", "audio", "pdf"],