Skip to main content
The model advisor probes your machine and recommends per-task LLM models for Arka’s skill profiles (route, chat, summarize, etc.).

Natural language

CLI

Hardware tiers

The advisor checks CPU cores, RAM, GPU (CUDA/MPS/Metal), disk space, battery status, and installed Ollama models.

Apply recommendations

This writes to ~/.config/arka/llm-skill-models.json. Override individual profiles anytime:

Requirements

  • At least one cloud API key (GEMINI_API_KEY, GROQ_API_KEY, etc.) for cloud tiers.
  • ollama serve running with pulled models for local tiers.
For an on-device-only choice, use select_model --local. Arka inspects the available Ollama models and local memory/GPU capacity, then selects the largest installed text model that should fit with runtime headroom. Add --apply to use that model for all skill profiles.