# 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.

## FAQ

### Does streaming cost more?

No — same flat credits per completion.

## Related

- https://eroq.ai/docs/streaming — Streaming guide
- https://eroq.ai/models/eroq-rp-plus — RP+

---

This page as HTML: https://eroq.ai/glossary/sse-streaming · Studio: https://eroq.ai/studio · Docs: https://eroq.ai/docs · Machine index: https://eroq.ai/llms.txt
