streaming — Sending a model's response token by token as it is generated, so the reader sees text immediately instead of waiting for the whole answer.
Why it matters
Gives a working integration path for text-to-speech across multiple providers through one API key and one request shape, including the specific gotchas (default format, per-model voice support) that break naive implementations.