# Use your own LLM API Keys

The "API Providers" tab shows the full list of currently supported model vendors within AirOps, including OpenAI, Anthropic, and Google Gemini. In order to bring your model to AirOps, you need an API Key from the respective vendor. Once connected, you can use your existing models from within the LLM Step, Transcription Step, or Image Generation Step.

<figure><img src="/files/mugWokdCjZqDl2usxC2b" alt=""><figcaption></figcaption></figure>

## Supported Providers

AirOps supports bringing your own API keys for the following providers:

| Provider      | Supported Steps                      |
| ------------- | ------------------------------------ |
| OpenAI        | LLM, Transcription, Image Generation |
| Anthropic     | LLM                                  |
| Google Gemini | LLM                                  |

## How to Configure Your LLM Model Provider

1. Click **Settings** > **API Providers** > **Configure** for your selected provider, and enter your API Key.
2. In the LLM step, select **My Models** instead of AirOps Models

<figure><img src="/files/oFYiDSgjQwlEVssRgZe9" alt=""><figcaption></figcaption></figure>

3. **Select AI Model:** select one of your models which will appear here after adding your API Key

{% hint style="info" %}
**Google Gemini BYOK:** When you bring your own Gemini API key, you get access to all Gemini models including Gemini 3 Pro and Gemini Flash 3, with costs billed directly to your Google Cloud account.
{% endhint %}

## Pricing

When you connect your own model with your API Key, the pricing will change as follows:

* Cost of Service: you will pay the cost of the service directly to the provider e.g. token cost, transcription cost, or image generation cost
* AirOps Cost: you will only be charged one task for the corresponding step in AirOps.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airops.com/your-workspace/byo-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
