Skip to main content

Async client

Every sync resource has an async counterpart on AsyncPawaAI (client.models, client.voice, client.transcribe, and so on).

Retries

Retries apply to rate limits (429), server errors (500 / 502 / 503 / 504), and connection failures. The SDK respects Retry-After when present.
You can also set max_retries on the client constructor for a simpler default.

Error handling