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

# Air API

> Quickly integrate and test AI models through APIs

Air API is an API-based workload that lets you quickly integrate AI models by selecting a supported model within your Project and generating a secret key. You can immediately test your integration using code samples or the Playground, without managing any infrastructure. It is ideal for rapid prototyping, proof-of-concept (PoC) projects, and applications that require fast model integration.

## What You Can Do with Air API

<Columns cols={2}>
  <Card title="Select a Model" icon="sparkles">
    Choose the AI model that best fits your use case. New models are continuously added.
  </Card>

  <Card title="Generate a Secret Key" icon="key">
    Select the API endpoints you want to access and generate a secret key.
  </Card>

  <Card title="Test with Code Samples" icon="code-xml">
    Verify your integration immediately using the generated secret key.
  </Card>

  <Card title="Test in Playground" icon="monitor-cloud">
    Interact with models directly from your browser using the web-based Playground.
  </Card>
</Columns>

## Quickstart

### 1. Select Air API from the Project Overview

<img src="https://mintcdn.com/aieev-723717ca/cmScYG9ndQf3b4fG/images/air-api-eng.png?fit=max&auto=format&n=cmScYG9ndQf3b4fG&q=85&s=ffece587e17fed06863955bacd8b9a24" alt="Air Api Eng" width="2750" height="1888" data-path="images/air-api-eng.png" />

After creating your Organization and Project, navigate to the Project Overview page and select **Air API**.

### 2. Select a Model

<img src="https://mintcdn.com/aieev-723717ca/dkFBRWuZs0kiNAeQ/images/request-model-eng.png?fit=max&auto=format&n=dkFBRWuZs0kiNAeQ&q=85&s=5a973393fd9169f6fe33bfcb94ffe57c" alt="Request Model Eng" width="2750" height="1888" data-path="images/request-model-eng.png" />

Create an API workload and select the model you want to use. If the model you need is not available, you can submit a request through our feedback channel.

### 3. Generate a Secret Key

Go to **API Keys** → **Create New Secret Key**.

<img src="https://mintcdn.com/aieev-723717ca/cmScYG9ndQf3b4fG/images/create-api-key-eng.png?fit=max&auto=format&n=cmScYG9ndQf3b4fG&q=85&s=951465555cc98e7f6f82601df4949e42" alt="Create Api Key Eng" width="2750" height="1888" data-path="images/create-api-key-eng.png" />

<Warning>
  A secret key is displayed only once after it is created. Be sure to copy and store it in a secure location.
</Warning>

### 4. Test with a Code Sample

After generating your secret key, open the desired model card and click <Icon icon="code" /> **View Code** in the upper-right corner. Replace `your-api-key` with your secret key and run the sample to verify your connection.

### 5. Test in Playground

Open the Playground to interact with the model directly from the web interface. When you need dedicated resources, lower latency, or specific GPU configurations, you can seamlessly migrate the same workload to Air Container.

<img src="https://mintcdn.com/aieev-723717ca/cmScYG9ndQf3b4fG/images/example-playground-eng.png?fit=max&auto=format&n=cmScYG9ndQf3b4fG&q=85&s=6fc2ba7e6ba7b19de1e1a087cec978b0" alt="Example Playground Eng" width="2750" height="1888" data-path="images/example-playground-eng.png" />

## Related Documentation

<Columns cols={2}>
  <Card title="Models and Playground" icon="sparkles" href="/docs/air-api/models-and-playground" cta="View Documentation" arrow="true">
    Browse supported models and learn how to use the Playground.
  </Card>

  <Card title="API Usage Guide" icon="astroid" href="/docs/air-api/api-usage-guide" cta="View Documentation" arrow="true">
    Learn how to authenticate, call the API, and follow best practices.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/docs/air-api/troubleshooting" cta="View Documentation" arrow="true">
    Find solutions to common errors and troubleshooting tips.
  </Card>
</Columns>
