Managing models
Models represent specific LLM models available
through a provider (e.g., gpt-5,
claude-sonnet-4-6, llama-3).
The model list with capability badges, context length, and cost-per-token columns.
Adding a model manually
- Navigate to Admin Tools > LLM > Models.
- Click Add Model.
-
Fill in the required fields:
- Identifier
- Unique slug (e.g.,
gpt-5,claude-sonnet). - Name
- Display name (e.g.,
GPT-5 (128K)). - Provider
- Select the parent provider.
- Model ID
- The API model identifier as the provider
expects it (e.g.,
gpt-5.3-instant,claude-sonnet-4-6).
- Optionally set capabilities (
chat,completion,embeddings,vision,streaming,tools), context length, max output tokens, and pricing. - Click Save.
Fetching models from a provider
Instead of adding models manually, use the Fetch Models action to query the provider API and auto-populate the model list:
- Ensure the provider is saved and the connection test passes.
- On the model list or model edit form, click Fetch Models.
- The extension queries the provider API and creates model records with capabilities and metadata pre-filled.
This is the recommended approach — it ensures model IDs match the provider exactly and keeps your catalogue current as providers release new models.