For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 support this feature.

Last updated

Was this helpful?