Skip to main content

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.

A weathered stone gateway arching over a dirt track through misty highlands
The Model API Reference is the source of truth for what each model accepts and emits: every command, every parameter, every event. This is distinct from the SDK Reference, which documents the JavaScript and Python client libraries (sessions, connect/disconnect, file uploads, raw event sending). Learning how to use Reactor is one thing; learning how to drive a specific model is another. For background on what a Reactor model is, see What is a Reactor model?.
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.
Each per-model page combines the overview, schema, prompt guide, and tutorial in a single document.

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 base Reactor class using sendCommand() and raw event payloads. The Model API Reference tells you exactly what those payloads should look like.