Platform
SSE streaming
Server-sent events stream a chat reply token by token over one HTTP connection, so users see text as it is generated instead of waiting for the whole completion.
The OpenAI convention sends data: chunks terminated by data: [DONE].
On eroq
Set stream: true on /v1/chat/completions; credits are flat per completion, streaming costs the same.
Questions
Does streaming cost more?
No — same flat credits per completion.