Question
https://kilo.ai/docs/ai-providers/ollama discusses how to set up Kilo Code in VS Code to use local models via Ollama. However, I am not sure how to get it to work with Kilo Code CLI. It only allows me to select "Ollama Cloud":
I can confirm that ollama is installed and works. curl http://localhost:11434/api/version gives me {"version":"0.17.7"}(base), and ollama list works too:
ollama list
NAME ID SIZE MODIFIED
glm-4.7-flash:latest d1a8a26252f1 19 GB 19 minutes ago
lfm2:latest d6c816d74887 14 GB 18 hours ago
qwen3-coder:30b 06c1097efce0 18 GB 18 hours ago
gemma3:latest a2af6cc3eb7f 3.3 GB 19 hours ago
nomic-embed-text:latest 0a109f422b47 274 MB 3 months ago
qwen2.5-coder:1.5b-base 02e0f2817a89 986 MB 3 months ago
llama3.1:8b 46e0c10c039e 4.9 GB 3 months ago
Versions:
kilo -v
7.0.41
ollama -v
ollama version is 0.17.7
Question
https://kilo.ai/docs/ai-providers/ollama discusses how to set up Kilo Code in VS Code to use local models via Ollama. However, I am not sure how to get it to work with Kilo Code CLI. It only allows me to select "Ollama Cloud":
I can confirm that ollama is installed and works.
curl http://localhost:11434/api/versiongives me{"version":"0.17.7"}(base), andollama listworks too:Versions: