RodiumAi docs
API

Streaming

Set stream:true on chat completions to receive SSE events. Each meaningful payload arrives as its own data: line terminating with \n.

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

Terminate consumption when encountering the literal sentinel data: [DONE].

Examples

Wire format

Conceptual primer: Streaming guide