Alongside the video stream, your app and the model exchange data over a real-time channel. You control the model and receive feedback while it generates.Documentation Index
Fetch the complete documentation index at: https://docs.reactor.inc/llms.txt
Use this file to discover all available pages before exploring further.
- Commands are instructions your app sends to the model. They control what the model generates in real time.
- Messages are updates the model sends back to your app. They report state, signal events, or deliver data.
set_prompt command to change what it generates, and
respond with periodic state messages reporting the current frame number and active prompt.
Commands
A command is a named action with a payload.set_prompt; a model with camera controls might expose move or rotate. Command names, parameter
names, and types are all model-specific.
Commands can only be sent when the connection is in the
ready state.