> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vlm.run/llms.txt
> Use this file to discover all available pages before exploring further.

# models

> List supported models and domains

The `vlmrun models` command lists the models available on the VLM Run platform.

## List Models

```bash theme={"theme":{"light":"github-light","dark":"dark-plus"}}
# List all models
vlmrun models list

# Filter by domain
vlmrun models list --domain document
vlmrun models list --domain document.invoice
```

| Option     | Description                                              |
| ---------- | -------------------------------------------------------- |
| `--domain` | Filter by domain (e.g. `document` or `document.invoice`) |

Models are grouped by category (e.g. `document`, `image`, `video`, `audio`) and display the model name and domain.
