Streaming
Streaming enables NovaAI to return generated content in real time instead of waiting for the entire response to complete. This improves responsiveness and creates a smoother user experience for chat applications, AI assistants, and interactive interfaces.
Overview
With streaming enabled, the model sends small chunks of generated text as they become available. Your application can display these chunks immediately, reducing perceived latency and making conversations feel more natural.
How Streaming Works
Enable Streaming
Streaming Properties
stream
boolean
required
Enables real-time response streaming.
model
string
required
Model used for generation.
messages
array
required
Conversation history sent to the model.
Common Use Cases
AI chat interfaces
Writing assistants
Live code generation
Customer support bots
Real-time content generation
Next Step
Continue to Function Calling to learn how NovaAI models can invoke external tools and APIs to perform actions beyond text generation.