pawa-ai) is the official client for the Pawa AI API. It wraps chat, models, voice, embeddings, document parsing, agents, knowledge bases, and transcription behind a typed Python interface — with sync and async clients, streaming helpers, and automatic retries.
Use it when you want to call the same surface documented in the API reference without hand-writing HTTP requests.
Requirements
- Python 3.9+
- A Pawa AI API key from the Builders Dashboard
Installation
Authentication
Set your API key as an environment variable (recommended):Quick example
API coverage
Chat and agent chat support both non-streaming (
stream=False) and streaming (stream=True) responses.
Source & package
- PyPI: pypi.org/project/pawa-ai
- GitHub: github.com/Sartify/pawa-ai-python
PyPI package
Install with pip and read the package description.
Source on GitHub
Browse the SDK source, examples, and issue tracker.