Skip to main content

What is Reactor Runtime?

Reactor Runtime is a backend framework that lets researchers deploy interactive video generation models without building infrastructure. The problem? Most researchers spend weeks building networking code, managing servers, and handling sessions—just to demo their models. Amazing models stay locked in papers because deployment is too hard. The solution? Reactor Runtime handles all of it:
  • Real-time video streaming - WebRTC powered by LiveKit
  • Local development - Test with a web frontend instantly
  • One-click deployment - Go from local to production seamlessly
  • Session management - Multiple users handled automatically
  • Model registry - Weights download from S3 automatically
You write your model. We handle deployment.

Who is this for?

This documentation is for:
  • Researchers who want to demo their models interactively without building infrastructure
  • Partners integrating custom models into the Reactor ecosystem
  • ML Engineers converting existing models for real-time deployment

How It Works

A Reactor model consists of two essential files:

Next Steps