API
Streaming
Set stream:true on chat completions to receive SSE events. Each meaningful payload arrives as its own data: line terminating with \n.
POST
https://api.rodiumai.io/v1/chat/completionsTerminate consumption when encountering the literal sentinel data: [DONE].
Examples
…Wire format
…Conceptual primer: Streaming guide