> ## 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.

# What is AirCloud?

[AirCloud](https://ap-1.aieev.cloud:3007/get-started) is a fully distributed GPU Cloud Platform designed to deploy and operate AI inference workloads quickly and flexibly. Users can integrate models quickly through APIs, or deploy container images directly to build the runtime environment they need.

## Choose your deployment method

<Columns cols={2}>
  <Card title="Air API" icon="sparkles" href="/docs/air-api" cta="Start with APIs" arrow="true">
    Integrate AI models through APIs without managing infrastructure directly. Ideal when you want to quickly integrate high-quality open-source models or run inference workloads on a usage-based basis without operational overhead.
  </Card>

  <Card title="Air Container" icon="box" href="/docs/air-container/deploy-a-container" cta="Deploy a container" arrow="true">
    Deploy container images you prepare directly onto AirCloud. Ideal when you need full control over the GPU environment and runtime — for custom CUDA environments, fine-tuned model serving, or complex pipeline configurations.
  </Card>
</Columns>

## Choose your infrastructure option

<Columns cols={2}>
  <Card title="AirCloud Zero" icon="cloud">
    A distributed infrastructure option well suited for workloads where cost efficiency matters most.
  </Card>

  <Card title="AirCloud Plus" icon="shield-check">
    A dedicated infrastructure option well suited for workloads that require stability and predictable performance.
  </Card>
</Columns>

For a detailed comparison of infrastructure configuration, allocation methods, and more, see the [Concepts page](/docs/get-started/concepts).

## Next steps

<Columns cols={3}>
  <Card title="Quickstart" icon="rocket" href="/docs/get-started/quickstart" cta="Get started" arrow="true">
    Review account setup, basic configuration, and the first steps to get started.
  </Card>

  <Card title="Authentication" icon="key" href="/docs/get-started/authentication" cta="Set up authentication" arrow="true">
    Learn how to generate API keys and configure authentication.
  </Card>

  <Card title="Support" icon="life-buoy" href="/docs/support" cta="Get help" arrow="true">
    Check the support documentation if you need help while using AirCloud.
  </Card>
</Columns>
