models command surfaces which LLMs the agent builder is allowed to select in this workspace. It’s the same filter the app applies: only providers with a key set (via nora providers) contribute models to the list.
Set a provider key and the list grows. Nothing new — same catalog every workspace sees.
Commands
models list
--json for the full response including per-model capability blobs:
Empty list
If the command prints “no models available”, you haven’t keyed any provider yet:Custom OpenAI-compatible endpoints
When a provider is set with a customapi_base (self-hosted vLLM, LM Studio, an OpenAI-compatible proxy), the extra column shows the base URL so you can tell hosted from self-hosted at a glance.
Related
nora providers— set the keys that populate this list.nora agents update --set-model— pick a model on an Agent.- Providers (Settings) — the concept doc.