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

# Models

> Inspect models and providers configured for the current tenant environment (text, vision, OCR).

## Commands

### Core

| Command                              | Description                                                                                                                                                                                                                       |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `eigenpal models list\|ls [options]` | List configured text, vision, and OCR models. This is a catalog inventory from the server, not a live provider health probe. `health` is `configured` or `unconfigured` from local credentials. Pair with `--json` for scripting. |

## Details

### `eigenpal models list|ls [options]`

List configured text, vision, and OCR models. This is a catalog inventory from the server, not a live provider health probe. `health` is `configured` or `unconfigured` from local credentials. Pair with `--json` for scripting.

### Options

| Flag                  | Required | Default | Description                                                                |
| --------------------- | -------- | ------- | -------------------------------------------------------------------------- |
| `--capability <kind>` | no       |         | Filter to `text`, `vision`, or `ocr` (matches the API `capability` query). |
| `--base-url <url>`    | no       |         | Server base URL                                                            |
| `--json`              | no       |         | Emit machine-readable JSON on stdout                                       |
