Streaming
Breeze supports both POST /v1/text-to-speech/{voice_id} (non-streaming) and POST /v1/text-to-speech/{voice_id}/stream (streaming).
Use the streaming endpoint for lower time-to-first-byte and chunked audio. Supports mp3 and pcm output formats.
Timing metadata and realtime text input over WebSocket are planned.