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.

For the initial release, each model’s reference is hand-written here. Longer term, these pages
will be generated automatically from each model’s published schema so they stay in lockstep with
what’s deployed.
Available models
Helios
Interactive real-time video generation with autoregressive chunked diffusion and image-to-video
support.
LingBot
Real-time navigable video model with WASD movement, look controls, and live prompt steering.
What you’ll find per model
- Every command the model accepts, with parameter types and constraints
- Every event the model emits, with payload shapes
- Track capabilities (which media streams are publishable or receivable)
- Any model-specific preconditions or ordering rules
Working without a typed SDK
If a model doesn’t have a typed SDK published yet, or you’re prototyping against a model in development, drive it from the baseReactor class using
sendCommand() and raw event payloads. The Model API Reference tells you exactly what those
payloads should look like.