Managing models 

Models represent specific LLM models available through a provider (e.g., gpt-5, claude-sonnet-4-6, llama-3).

Model list showing capabilities, context length, pricing, and default status

The model list with capability badges, context length, and cost-per-token columns.

Adding a model manually 

  1. Navigate to Admin Tools > LLM > Models.
  2. Click Add Model.
  3. 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).
  4. Optionally set capabilities (chat, completion, embeddings, vision, streaming, tools), context length, max output tokens, and pricing.
  5. 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:

  1. Ensure the provider is saved and the connection test passes.
  2. On the model list or model edit form, click Fetch Models.
  3. 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.