Skip to content

Overview

PyPI version Python versions License

The Airia Python library provides a clean and intuitive interface to interact with Airia API. The library offers both synchronous and asynchronous clients for maximum flexibility in your applications.

Installation

You can install the package using pip or uv:

pip uv
pip install airia
uv add airia

Install with optional dependencies

The package supports optional dependencies for gateway functionality:

OpenAI Gateway Anthropic Gateway All Gateways
pip install "airia[openai]"
pip install "airia[anthropic]"
pip install "airia[all]"