Install
TypeScript, via npm (Node 18+):Quickstart
Streaming
Callakumi.chat.createStreamed({...}) for a streamed variant of the chat call that returns an AsyncGenerator; iterate it with for await. Pass "stream": true in the request alongside it.
Source
The TypeScript SDK lives in its own repository and is generated, not hand-written. When the API changes, it is regenerated from the spec.- TypeScript: https://github.com/akumi-cloud/ts-sdk