# Streaming Mode

Streaming mode allows the text chat model to deliver responses as they are generated, rather than waiting for the entire response to be completed. This provides faster feedback and a more fluid interaction. The `stream` parameter is used to enable/disable this mode.

All our available [text models](https://docs.aimlapi.com/api-references/text-models-llm) support this feature.
