Same behaviour as /v2/chat but returns individual tokens via SSE for low-latency client rendering.
Supply Authorization: Bearer <token>.
The token can be either a JWT (from supported auth vendors) or an API key generated via /v1/api-key/generate.
Stream of chat response tokens.
Server-Sent Events stream where each event payload is a single token.