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

# model

> Discover models available from a provider.

## `crewship model list`

Lists models a provider can serve. With an active provider credential the list
is live; otherwise Crewship returns a curated fallback where available.

```bash theme={null}
crewship model list --provider anthropic
crewship model list --provider openai --format json
crewship model list --provider ollama
```

`--provider` is required (`anthropic`, `openai`, `google`, or `ollama`). The
response identifies its source as live or curated.
