RodiumAi docs
Guides

Streaming responses

Flip stream to true on your chat completion request, you receive incremental deltas over HTTP using the familiar SSE framing (lines beginning with data:). Parse until the sentinel [DONE].

POSThttps://api.rodiumai.io/v1/chat/completions

Examples

Wire format

Full SSE notes plus JSON chunk shapes live in API Streaming.