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

# Models Overview

The Models section provides a catalog of models supported by Intelleap.

Models can be browsed regardless of whether a provider API key has been configured.

API keys affect model availability for execution, but do not affect whether a model appears in the catalog.

## Providers and Models

The Models section displays supported providers and their models.

You can browse models by provider and switch between providers directly from the model details view.

This makes it easy to explore models without leaving the page.

## Search and Filtering

The model catalog includes tools for searching and filtering models.

You can:

* Search models by name
* Filter models by status
* Switch between providers
* Browse models from a selected provider

These tools help quickly locate the model you need.

## Model Capabilities

Each model may support different capabilities.

Capabilities are displayed as badges next to the model.

Supported capabilities include:

<CardGroup cols={3}>
  <Card title="Images">
    Indicates image-capable model workflows.
  </Card>

  <Card title="Reasoning">
    Indicates models designed for stronger reasoning behavior.
  </Card>

  <Card title="Code">
    Indicates models suitable for coding-oriented tasks.
  </Card>
</CardGroup>

These badges provide a quick way to understand what a model can be used for.

## Model Information

Selecting a model displays detailed information in the panel on the right.

Depending on the model, the following information may be available:

* Name
* ID
* Pricing
* Description
* Supported Capabilities
* Availability Status

## Availability Status

The **Available** status indicates that a model can be used within Intelleap.

Availability depends on a valid API key being configured for the corresponding provider.

A model may still appear in the catalog even if it is not currently available for execution.

## Using Models

Models with the **Available** status can be selected when configuring Prompt Variants.

Once selected, the model is used during:

* Editor executions
* Testing runs
* Release executions

Model settings are stored at the Prompt Variant level.

## If a Model Is Unavailable

If a model appears in the catalog but does not have the **Available** status, check the following:

* A provider API key has been configured
* The API key is valid
* The model is available under your provider account

Provider credentials are managed in the workspace settings.

<Note>
  Models can appear in the catalog even when they are not currently available for execution.
</Note>
