Supported Models
For detailed specifications and usage examples of each model, see the Models page.
- Chat: Conversational models that generate responses from text prompts. Suitable for tasks such as chatbots, summarization, and code generation. Pricing is based on input and output tokens (/M tokens).
- Embedding: Models that convert text into vector embeddings for semantic search, classification, and similarity search. Pricing is based on input tokens (/M tokens).
- TTS: Models that convert text into speech. Pricing is based on the number of input characters (/K chars).
Playground
The Playground is a web-based interface for testing models directly in your browser. It allows you to quickly validate model behavior and experiment with parameters before integrating the API into your application.Playground is available only for Chat and TTS models. Embedding models do not provide a Playground and can only be used through the API.
- Playground — Interact with the selected model directly.
- README — Learn about the selected model’s capabilities and usage.
Chat Models
The Chat Playground provides a conversational interface where you can enter prompts and receive responses from the selected model.
TTS Models
The TTS Playground lets you generate speech from text. Enter the text you want to convert, then click Generate to create and play the audio.
Related Documentation
Air API
Learn the overall Air API workflow and complete the Quickstart.
API Usage Guide
Learn how to call the API and follow operational best practices.
Troubleshooting
Find solutions to common issues and errors.
Models
Explore detailed specifications and usage examples for each supported model.

