Install
PHP, via Composer:Quickstart
AKUMI_API_KEY in your environment, then resolve the client from the container or use the Akumi facade; no manual provider wiring is needed.
Streaming
Call$akumi->chat->createStreamed([...]) for a streamed variant of the chat call that returns a Generator yielding chunks as they arrive. Pass "stream": true in the request alongside it.