Skip to main content
The Pawa AI Python SDK (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

Installation

Authentication

Set your API key as an environment variable (recommended):
Then create a client:
Or pass the key explicitly:

Quick example

API coverage

Chat and agent chat support both non-streaming (stream=False) and streaming (stream=True) responses.

Source & package

PyPI package

Install with pip and read the package description.

Source on GitHub

Browse the SDK source, examples, and issue tracker.