Shanda's Alaya Lab released AlayaWorld, an interactive world model that generates video environments you can steer in real time, and published it as a full-stack open-source framework under an Apache-2.0 license.

The model runs at 720p and 24 frames per second with more than 60 seconds of drift-free interactive playback, the point where most real-time world models start to fall apart. It ships with real-time 6-DoF camera control and the ability to change what is happening in the scene by typing a new prompt mid-generation.

  • Full pipeline, not just a demo. Alaya Lab open-sourced data preparation, model architecture, training, inference acceleration, and deployment, per its technical report.

  • 15 billion parameters, trained on both gameplay recordings and real-world video.

  • Weights are not out yet. The GitHub roadmap lists pretrained weights and inference code as coming, so today the release is the framework and the paper rather than something you can run.

A dual-memory design and an error bank keep the world stable past the one-minute mark

Interactive world models tend to degrade as they run. Objects drift, geometry warps, and errors compound frame after frame until the scene turns to noise. AlayaWorld's approach to staying coherent is a two-part memory.

The model keeps an explicit 3D cache that it reprojects to whatever view the camera is looking at, which handles spatial recall when you turn around and come back to a place. Alongside it, a compressed frame-history embedding carries temporal continuity so recent motion stays consistent. Camera moves are grounded through lightweight AdaLN modulation tied to that 3D cache.

The stability piece is an error bank. During training the model is exposed to its own accumulated mistakes so it learns to correct rather than amplify them, which is what lets the rollout hold together past 60 seconds instead of collapsing. A DMD distillation pass handles the runtime side so the whole thing can generate at 24fps.

You drive with a joystick and rewrite the scene on the fly

The interaction model is built for open-ended play rather than fixed clips. An on-screen joystick handles the 6-DoF camera, so you navigate a generated space the way you would move through a game.

Prompt switching happens at chunk boundaries. Type an action and it executes inside the world you are already in, which is how the demos show combat, monster summoning, and spell casting with distinct fire, ice, water, earth, light, void, and poison effects. AlayaWorld also swaps visual style on command across seven looks, including realistic, oil painting, cyberpunk, pixel, and anime.

This is the interactivity distinction we covered with Genie 3: video models generate footage you watch, while world models generate environments you control.

An open-source release aimed at the gap the closed models leave

AlayaWorld lands in a crowded stretch of the world-model race, and its pitch is access. Google DeepMind's Genie 3 generates interactive worlds at a comparable 24fps but stayed behind limited access. An open release lets researchers and studios fine-tune, adapt, or deploy the system on their own terms.

On specs, it sits alongside other open efforts. We reported on Skywork's Matrix-Game 3.0, an open-source real-time world model that runs 720p at 40fps with 5 billion parameters. AlayaWorld trades some of that frame rate for a larger 15-billion-parameter model and an explicit focus on holding a scene together past the one-minute mark. PixVerse took a different route with its real-time R1 model, which generates 1080p as users interact but remains a hosted product rather than open code.

What a full-minute, camera-controlled world means for production

For virtual production and previz, a controllable world that holds up for a full minute is closer to a usable scouting or blocking tool than the few-second clips these models produced a year ago. A director could fly a camera through a generated environment, change the action, and swap the look without rebuilding anything.

The caveat is timing. Until Alaya Lab ships the weights and inference code, AlayaWorld is a paper and a framework rather than a tool on your machine, and its real-world usefulness depends on the hardware needed to run a 15-billion-parameter model at 24fps once the code lands. Alaya Lab frames the open release as a way for researchers and studios to adapt, fine-tune, or deploy the system themselves. If the weights arrive as promised, that gives studios the full pipeline for building playable, camera-driven worlds rather than a closed demo they can only look at.

Reply

Avatar

or to participate

Keep Reading