HLVM starts with auto. It never downloads, installs, or starts Ollama,
Python, or a model during installation or launch.
hlvm ask "summarize the main points of REST in five bullets"
auto selects an eligible concrete route for the request.If at least one route is ready, no setup screen or command is required.
hlvm doctor
hlvm model list
hlvm model login <backend>
Use the exact backend shown by hlvm model list. A native app may present the
same focused sign-in action. HLVM does not infer a paid subscription without an
installed authenticated vendor runtime or supported login flow.
Install and authenticate one supported agent runtime or configure a provider key. Existing Ollama installations are optional and discovered automatically; HLVM does not install or own Ollama.
To opt into a local model after installing and starting Ollama yourself:
hlvm model pull ollama/qwen3:8b
hlvm model set ollama/qwen3:8b
The pull is always explicit. Local Ollama is never an injected auto fallback.
hlvm doctor
hlvm model list
hlvm ask --verbose "hello"