Get Active Model
Model Roles
NIOM routes different phases of the reasoning pipeline to different models:| Role | Used For | Default | Why |
|---|---|---|---|
fast | Analysis, evaluation | groq/llama-3.3-70b-versatile | Sub-second, cheap — classification doesn’t need GPT-4 |
capable | Main execution | User’s selected model | Full reasoning power for actual tasks |
vision | Screenshot analysis | openai/gpt-4o | Vision-capable model for understanding UI |
Override Model Roles
Add to~/.niom/config.json: