Skip to main content
AirCloud provides access to a variety of AI models for inference. Models are accessible through the Air API using an OpenAI-compatible interface.

Text models

Conversational AI, reasoning, and code generation.

Embedding models

Vector embeddings for semantic search and RAG.

Audio models

Text-to-speech and voice synthesis.

Getting Started

1

Get your API key

Sign up for an AirCloud account and generate an API key from the dashboard.
2

Make your first request

Replace YOUR_API_KEY with your actual key and run the code below.