Alpha
Install a local model
Pull a free local model so your agents have a brain.
Models are downloaded once and run locally. In Evano Studio you can install recommended models from the Models page — no terminal needed.
From the app
- Open the Models page.
- Pick a recommended model (e.g. Gemma, Qwen for coding, Llama for chat, Mistral, or a DeepSeek distill).
- Click Install and watch the progress. Models are large (often 2–5 GB) — make sure you have disk space and RAM.
Advanced (optional)
If you prefer the terminal, you can also pull a model directly with Ollama:
ollama pull gemma3:4bUse the exact model tag (e.g. gemma3:4b) when configuring an agent — a family name alone may not match an installed model.