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

# Models | AI Router

> Browse available LLM models and enable them in your AI Router workspace. Filter by provider, capability, and pricing to find the right model.

## Enabling new Models

To see your available Models and enable them for use, head to the **AI Router** section in **AI Studio**, open the **Models** page.

<Frame caption="Searching through all available models.">
  <img src="https://mintcdn.com/orqai/SAn95uZ5XYhBD5zK/images/model-garden-updated-315.png?fit=max&auto=format&n=SAn95uZ5XYhBD5zK&q=85&s=ca6469299dbb03808fcca9b1d742d1ba" alt="Searching through all available models." width="1815" height="1239" data-path="images/model-garden-updated-315.png" />
</Frame>

Each model  includes a detailed overview of its capabilities, performance, and configuration.\
You can easily compare models across multiple columns, such as:

* **Provider and Model Type** — to identify the source and intended use of the model
* **Modality** — to see whether the model supports text, image, or both for input and output
* **Intelligence and Speed Ratings** — to quickly assess performance tradeoffs
* **Token and Pricing Data** — to understand input and output costs
* **Region and Release Date** — to identify where and when models are available

These columns help you make informed decisions when selecting a model for your experiments or deployments.

You can also directly access **AI Router code snippets** from each model card, allowing you to copy ready to use integration examples for immediate use in your application or deployment.

<Check>
  Use the **Status Toggle** to **Enable** a model for use with the AI Router.
</Check>

### Filters

You have access to *multiple filters* to search models:

* **Providers** let you filter which LLM provider you want to see.
* **Model Type** lets you decide on which type of model you intend to see (Chat, Completion, Embedding, Rerank, Vision).
* **Active** lets you filter on enabled or disabled models in your workspace.
* **Owner** lets you filter between Orq.ai provided models and private models.
* **API Key Status** lets you filter models for which you have added an API key.

<Tip>
  You can now filter by **Location, Modality, Providers, and Features** to find the right model for your use-case.

  <img src="https://mintcdn.com/orqai/ERBp3OXPbMR9FYu-/images/filter-router.png?fit=max&auto=format&n=ERBp3OXPbMR9FYu-&q=85&s=84c970c416c2ddcd2e3dbf34f617919f" alt="Filter Router" title="Filter Router" width="1712" height="957" data-path="images/filter-router.png" />
</Tip>

You can preview the pricing of each model within the **Pricing column**.

To enable a model, **toggle** it on. It will immediately be available to call with the AI Router.

## Using your own API keys

To start using models, you have to bring your own keys, head to the [**Providers**](/docs/router/providers-overview) tab to use your own API keys with the supported providers.

## Onboarding Private Models

You can onboard private models by choosing **Add Model** at the top-right of the screen. This can be useful when you have a model fine-tuned you want to use.

### Private Models Providers

<Expandable title="Azure">
  Here is an example configuration for an *Azure* model, entering the endpoint and API Key will make your private model available on the platform.

  <img src="https://mintcdn.com/orqai/x_6IXnot9ETOc_0g/images/docs/81d4e32c827156ded1f4f428b907d7d5d08a8b22f2118bc3631419141c5d7c20-Screenshot_2024-11-13_at_11.40.46.png?fit=max&auto=format&n=x_6IXnot9ETOc_0g&q=85&s=8dd4ad2ea2dbd4d1db75b7efb828ea0c" alt="Here an example configuration for an _Azure_ model, entering the endpoint and API Key will make your private model available on the platform." width="2264" height="760" data-path="images/docs/81d4e32c827156ded1f4f428b907d7d5d08a8b22f2118bc3631419141c5d7c20-Screenshot_2024-11-13_at_11.40.46.png" />
</Expandable>

<Expandable title="Vertex AI">
  Here is an example configuration for a **Google Vertex AI** model, enter the JSON configuration to make a private model available on the platform.

  <img src="https://mintcdn.com/orqai/E8L3R46ivX7g9-QI/images/docs/c76d3d8163d2c08158ee0993dbb0c4f0b9c9bb5c6e7d8f3e376454242da9a198-Screenshot_2025-06-30_at_10.03.24.png?fit=max&auto=format&n=E8L3R46ivX7g9-QI&q=85&s=246e104299278460165221db715ac135" alt="Google Vertex AI model configuration form showing the JSON configuration input to add a private model." width="1518" height="1446" data-path="images/docs/c76d3d8163d2c08158ee0993dbb0c4f0b9c9bb5c6e7d8f3e376454242da9a198-Screenshot_2025-06-30_at_10.03.24.png" />
</Expandable>

<Expandable title="LiteLLM">
  LiteLLM

  To import LiteLLM models, first create an [Integration](/docs/integrations/providers/litellm) to your LiteLLM instance. Once created, come back to the AI Router and Import models from your Instance.

  <img src="https://mintcdn.com/orqai/E8L3R46ivX7g9-QI/images/docs/a6550edb6c1b14f32f561b6003ad29d42a6b4697c1d58ef31a26badf60ed3fae-Screenshot_2025-06-30_at_10.16.55.png?fit=max&auto=format&n=E8L3R46ivX7g9-QI&q=85&s=a8930b79f727e61ccdf6e0864db9229a" alt="LiteLLM model import screen showing how to select and import models from a connected LiteLLM instance." width="790" height="480" data-path="images/docs/a6550edb6c1b14f32f561b6003ad29d42a6b4697c1d58ef31a26badf60ed3fae-Screenshot_2025-06-30_at_10.16.55.png" />
</Expandable>

### Referencing Private Models in Code

When referencing private models through our SDKs, API or [Supported Libraries](/docs/proxy/frameworks/overview), the model is referenced by the following string: `<workspacename>@<provider>/<modelname>`.

> Example: `corp@azure/gpt-4o-2024-05-13`

## Auto Router

<Card title="Auto Router" icon="code-fork" href="/docs/router/auto-router">
  Route requests automatically between a Strong Model and an Economical Model based on task complexity. See the Auto Router page for setup, profiles, and recommended model pairs.
</Card>
