Install
Python, via pip (Python 3.9+):Quickstart
AsyncAkumi, with the same methods behind await.
Streaming
Callclient.chat.create_streamed(params={...}) for a streamed variant of the chat call that yields chunks as they arrive; AsyncAkumi exposes the same as an async iterator. Pass "stream": true in the request alongside it.