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

# Models

> List available LLM models you can track against

## `geogen models`

List every LLM model GeoGen can run mention checks against (ChatGPT, Claude, Perplexity, Gemini, etc.). Maps to [`GET /v1/models`](/api-reference/models).

```bash theme={null}
geogen models
```

Columns: `id`, `name`, `description`.

Use the `id` (a UUID) with the `--models` flag on commands like `geogen entities create`, `geogen entities update`, `geogen responses list`, and the trend commands.

```bash theme={null}
# Pick the two model UUIDs you want and pass them comma-separated
geogen entities update --entity ent_123 --models <uuid-a>,<uuid-b>
```
