Async client
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.
max_retries on the client constructor for a simpler default.