Streaming
La transmisión en tiempo real (streaming) permite a NovaAI devolver el contenido generado al instante, en lugar de esperar a que se complete toda la respuesta. Esto mejora la capacidad de respuesta y crea una experiencia de usuario más fluida para aplicaciones de chat, asistentes de IA e interfaces interactivas.
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
requerido
Enables real-time response streaming.
model
string
requerido
Model used for generation.
messages
array
requerido
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.