# Air Container
Source: https://aircloud.mintlify.app/docs/air-container/index
Deploy your AI container to Air Cloud
Air Container enables you to deploy containerized AI services quickly and efficiently.
Here's how it works:
## Deployment Flow
### Step 1. Select a project
First, go to the Project Dashboard and select the organization and project you
created during onboarding.
From the Service tab on the project page, select **"Container"** and click
**\[+ Create]** button to create a new container.
### Step 2. Base Settings
During container creation, the following fields are required:
* **General Mode**: Define instance type (e.g., RTX 4070, 4090).
* **Autoscaling Mode**: Define minimum and maximum replicas (1 to 30). Higher
values require manual approval.
### Step 4. Advanced Settings
In the "Advanced" section, additional options are available:
### Step 6. Deployment Completion
Once deployed, the container will start immediately, and an API endpoint or service URL will be provided.
* The container will appear in the left-hand list.
* Selecting an item will show its detailed information on the right.
* You can edit settings from the right panel.
* Clicking the "Dashboard" button will redirect you to a detailed management page with container status and activity logs.
## API Request
Once the container status is `RUNNING`, you can access the AI inference API using the exposed endpoint.
Replace the host part with your container's Endpoint URL.
```bash cURL theme={null}
curl --request POST \
--url ${ENDPOINT_URL}/api/v1/chat/completions \
--header "Accept: application/json" \
--header "Authorization: Bearer ${YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--data '{
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about recursion in programming."
}
]
}'
```
# Monitoring & API Testing
Source: https://aircloud.mintlify.app/docs/air-container/monitoring-api-testing
* **Single Request Test**: Use Postman or similar tools to test your vLLM container endpoint.
* **Autoscaling Test**: Use Locust to simulate load and validate replica scaling.
* **Usage Metrics**: Monitor replica count, request rate, and system response time.
* **Runtime Logs**:
* Logs are displayed per container instance and replica.
* You can access real-time and historical logs from the Air Cloud dashboard.
* Logs are shown in reverse chronological order.
* Use filters to view logs by time range, container, or instance ID.
* Logs include startup command output, health check status, error messages, and stdout/stderr of model servers.
* If your container fails, logs will be preserved for a limited retention window for debugging.
* **Settings**: You can update endpoint settings only when the container is stopped.
# Introduction
Source: https://aircloud.mintlify.app/docs/index
**Air Cloud** is a cloud computing platform built to run AI inference at scale. Whether you're deploying for real-time AI services or cost-sensitive workloads, Air Cloud gives you two options:
* **Air Cloud**: A distributed, crowd-sourced GPU infrastructure offering the lowest possible pricing through our trusted GPU network.
* **Air Cloud+**: Proprietary GPU devices operated by AIEEV, offering guaranteed uptime, performance, and availability.
Forget complex configurations and overpriced legacy cloud platforms. Traditional bare-metal GPU clouds often fall short in dynamic, production-grade environments — Air Cloud is purpose-built to solve that.
[Get started instantly by creating an account.](https://integrated-dev.aieev.cloud:3002/ko)
## Choose Your Deployment Method
* **Air Container**: Seamlessly deploy containers from public or private repositories (AWS, GitHub, Docker Hub, Google). Just enter your image address and secure token, and you're good to go.
* **Air Model** (Coming Q3 2025): Designed for faster AI inference with serverless, pay-per-second billing. Automatically pulls your models, sets up REST endpoints, and enables autoscaling for your production workloads.
* **Air API** (Coming Q3 2025): Offers OpenAI-compatible REST API endpoints using open-source models like Whisper, LLaMA 3.3 8B, Solar Mini, and D.N.A. Features serverless.
## Choose Your Infrastructure
* **Air Cloud**: A distributed network of over 10,000 GPUs in Korea, sourced from our secure peer-to-peer partner network. We’ve pre-secured 1,000+ GPUs that can be dynamically assigned to your job at ultra-competitive pricing.
* **Air Cloud+**: AIEEV-owned GPU servers designed specifically for AI inference, offering high availability, service stability, and enterprise-grade security.
## Our Mission
We make cloud computing accessible and affordable for everyone — without compromising performance, reliability, or usability. Our goal is to empower both individuals and enterprises to unlock the full potential of AI and scalable infrastructure.
Start by signing up for an Air Cloud account to manage and access your deployments.
You can sign up using GitHub, Google, or Email ID. Once registered, log in to begin
using the platform.
## Adding Funds
New users receive \$20 in credit upon registration. To deploy resources, you must fund your account. Currently, bank transfers and credit card payments are supported.
To load your balance, email us at [sales@aieev.com](mailto:sales@aieev.com) — our team will respond immediately. Bulk credits and reserved-resource discounts are available.
## Creating a Project
Once your account is funded, create a project to deploy and organize your workloads. You can deploy multiple containers, models, or APIs within a single project to match your AI service architecture.
## Managing Your Team
You can either create a personal account or get invited by a team member.
* **Sign Up**: Use GitHub, Google, or Email ID.
* **Invite Team Members**: Admin users can invite teammates via email through the Member Management page. Team members must register using the exact email address they were invited with. After registration, they must accept the invite to join the organization and project.
* **Role Types**: Admins can manage team settings, invite/delete members, and remove projects. Users have limited access to deployment and monitoring tools only.