OpenCode + Ollama
Auth: none (local). Cost: free. Output: plain text.
Install
# 1. install Ollama and pull a modelcurl https://ollama.ai/install.sh | shollama pull qwen2.5-coder:14b
# 2. install OpenCode (see https://opencode.ai for current instructions)Confirm with:
opencode run -m ollama/qwen2.5-coder:14b "hello"Config entry
{ "id": "opencode-ollama", "enabled": true, "command": "opencode", "args": ["run", "-m", "{model}", "{prompt}"], "prompt_via": "arg", "model": "ollama/qwen2.5-coder:14b", "result_path": null, "timeout": 600, "paid": false}Notes
result_path: nullbecause OpenCode prints the answer as plain text.- Longer
timeoutbecause local inference is slower than hosted. - Pick whatever Ollama-served model you prefer. Larger code-tuned models give better reviews; 14B is a reasonable starting point.
- This is often the most useful reviewer to keep on the panel even when you have hosted ones, because it brings a genuinely different model family.