diff --git a/opencode.cfg/opencode.json b/opencode.cfg/opencode.json index a095e7e..a53bcb7 100644 --- a/opencode.cfg/opencode.json +++ b/opencode.cfg/opencode.json @@ -21,15 +21,45 @@ "name": "qwen3" }, "gemma3:4b": { - "name": "Gemma", + "name": "Gemma *", "capabilities": { - "modalities": { - "input": [ - "text", - "image" - ] + "temperature": false, + "reasoning": false, + "attachment": false, + "toolcall": true, + "input": { + "text": true, + "audio": false, + "image": true, + "video": false, + "pdf": false + }, + "output": { + "text": true, + "audio": false, + "image": false, + "video": false, + "pdf": false + }, + "interleaved": false + }, + "cost": { + "input": 0, + "output": 0, + "cache": { + "read": 0, + "write": 0 } - } + }, + "options": {}, + "limit": { + "context": 0, + "output": 0 + }, + "headers": {}, + "family": "", + "release_date": "", + "variants": {} } } }