# Selora AI — Ollama (general self-routing model) A single Qwen3-1.7B model that self-routes each Home Assistant request into command / automation / answer / clarification / utilities and emits one compact JSON "slim envelope" — one general model, no per-specialist hot-swapping. Q6_K, ~1.3 GB. ## Use with Ollama Fastest path — pull and run straight from Hugging Face, no download or Modelfile step (the copy at the repo root has the system prompt, template, and params baked into the GGUF): ``` ollama run hf.co/selorahomes/Selora-AI:selora-ollama.Q6_K.gguf ``` Or build it locally from this folder — download the folder, then from it: ``` ollama create selora-ollama -f Modelfile ollama run selora-ollama ``` The Modelfile bundles the unified router system prompt and chat template (`/no_think`, temperature 0). Run it standalone to see the raw envelope; pair with the [Selora AI integration](https://github.com/SeloraHomes/ha-selora-ai) to execute it against your home.