(gateway, provider) pair.
Open Models
From the dashboard, go to Configuration → Models (/dashboard/configuration/models).

Trigger a sync
For each provider attached to a gateway, click Sync Models. The gateway calls the provider’s model-listing endpoint (or uses a static catalog for providers that don’t expose one), parses the result, and reports the inventory back to the dashboard. Syncs also run automatically on gateway heartbeat, so manual syncs are mostly for “I just rotated the key, pick up the new models now”.What you see
Each row in the table shows:| Column | Meaning |
|---|---|
| Name | Provider’s model id (e.g. gpt-4o-mini, claude-sonnet-4-5). |
| Gateway | Which gateway this inventory row belongs to. |
| Provider | Display name of the provider. |
| Type | chat, completion, embedding, image, or audio. |
| Context | Max context window reported by the provider. |
| Input / Output price | Per-million-token pricing if known, otherwise blank. |
| Requests / Latency | Rolling stats for this model on this gateway. |
| Enabled | Toggle. Disabled models are hidden from routing and the playground. |

Next step
Test a model in the Playground
Pick an enabled model and send your first request through the gateway.