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

# Models

> Add and configure the AI models that power your agents.

Models are the AI engines behind your agents. Before an agent can do anything, it needs a model. The Models page is where you add and manage them for your organization.

<Frame caption="The Models page, listing your configured models.">
  <img src="https://mintcdn.com/aiplanet/Jy4Vl1U9sSF_9LZH/images/models.png?fit=max&auto=format&n=Jy4Vl1U9sSF_9LZH&q=85&s=c6044db9ce59d9a688604d700501b0fe" alt="Models management page" width="1600" height="900" data-path="images/models.png" />
</Frame>

## Adding a model

Click **Add New Model** to open the configuration drawer. You'll provide:

* **Name** — a label you choose, so you can recognize this configuration later (for example, `Fast Model` or `High-Quality Model`).
* **Provider** — the model provider this configuration uses.
* **Provider details** — the connection fields for that provider. These vary by provider, but typically include the specific model name, an API key, and an endpoint or region. Credentials are stored securely and never shown again in full after you save.

Save the configuration, and the model becomes available to select wherever you configure an agent.

<Note>
  A "model" on this page is a *configuration* — a named bundle of a provider and its connection details. You can create several configurations, including more than one for the same provider.
</Note>

## Managing models

Each model configuration appears as a card. From it you can:

* **Edit** — change the name and the provider details. The provider itself can't be changed after the configuration is created.
* **Delete** — remove the configuration. Agents using it will need a different model selected.

## Next steps

<Card title="Configure an agent" icon="robot" href="/building-workflows/configuring-agents">
  Select your model when setting up an agent.
</Card>
