Rewind
New
- Rewind. Helios saves snapshots of the scene and returns to them on demand.
save_snapshotcaptures the world state,rewindrestores it, andlist_snapshotsreports what the buffer holds. The buffer keeps up to 50 snapshots per session and evicts the oldest once full; aresetempties it, and it is released when the session ends. Each snapshot records the one it descends from, so a save after a rewind branches off the restored snapshot while a save without one extends the branch in progress, andcurrent_snapshot_idon thestatemessage says which branch is live. Rewinding restores the scene but not the prompt, so send the prompt you want to continue with after the rewind. Available in@reactor-models/heliosassaveSnapshot,rewind, andlistSnapshots, with the matchinguseHeliosSnapshotSaved,useHeliosRewindComplete,useHeliosRewindFailed, anduseHeliosSnapshotListhooks.
Image conditioning
Launch
New
- Helios launch. Reactor’s first interactive real-time video generation model, built on a 14B-parameter Diffusion Transformer. Produces a continuous infinite stream you can steer with prompts and reference images.
- Helios prompt guide. A dedicated Prompt Guide covering scene composition, transitions, and steering techniques.