<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>AlayaLab | Awesome Agents</title><link>https://awesomeagents.ai/tags/alayalab/</link><description>Your guide to AI models, agents, and the future of intelligence. Reviews, leaderboards, news, and tools - all in one place.</description><language>en-us</language><managingEditor>contact@awesomeagents.ai (Awesome Agents)</managingEditor><lastBuildDate>Wed, 22 Jul 2026 21:59:23 +0200</lastBuildDate><atom:link href="https://awesomeagents.ai/tags/alayalab/index.xml" rel="self" type="application/rss+xml"/><image><url>https://awesomeagents.ai/images/logo.png</url><title>Awesome Agents</title><link>https://awesomeagents.ai/</link></image><item><title>AlayaWorld</title><link>https://awesomeagents.ai/models/alayaworld/</link><pubDate>Wed, 22 Jul 2026 21:59:23 +0200</pubDate><guid>https://awesomeagents.ai/models/alayaworld/</guid><description>&lt;p>AlayaWorld is a video world model that turns a single starting image into a camera-controllable, minute-long environment you can steer in real time. It comes from Alaya Lab, a Tokyo-based research group under Shanda AI Research (SARI), the AI institute founded by Chinese entrepreneur Chen Tianqiao. The team released it fully open, weights included, on July 7, 2026.&lt;/p></description><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>AlayaWorld is a video world model that turns a single starting image into a camera-controllable, minute-long environment you can steer in real time. It comes from Alaya Lab, a Tokyo-based research group under Shanda AI Research (SARI), the AI institute founded by Chinese entrepreneur Chen Tianqiao. The team released it fully open, weights included, on July 7, 2026.</p>
<div class="news-tldr">
<p><strong>TL;DR</strong></p>
<ul>
<li>Creates camera-steerable, prompt-editable video worlds that stay spatially coherent past 60 seconds - longer than the open-weight field it benchmarks against</li>
<li>15B diffusion transformer fine-tuned from <a href="/models/ltx-2-3/">LTX-2.3</a>, running at 24fps and 4 denoising steps per chunk after distillation</li>
<li>Beats Cosmos, HunyuanVideo-1.5, Matrix-Game 2.0, and HY-World 1.5 on most iWorld-Bench dimensions, though the license is academic-only, not Apache 2.0</li>
</ul>
</div>
<h2 id="overview">Overview</h2>
<p>Video generation models are good at making a clip look right for a few seconds. Keeping a scene coherent while a user steers a camera, casts a spell, or walks back to a spot they already visited for a full minute is a different problem, and it's the one AlayaWorld's authors set out to solve. The project shipped in stages: a short arXiv paper on July 7, 2026 that hit #1 on Hugging Face's Daily Papers the next day, inference code and pretrained weights on July 16, and a full technical report on July 20-21.</p>
<p>The system takes an image, a camera path, and a text prompt, then rolls out video chunk by chunk - about 1.33 seconds per chunk at 24fps - along that path. Every few chunks a new prompt can be injected mid-generation (&quot;fireworks burst over the rooftops&quot;), and the underlying scene keeps its geometry. That combination of steerability and persistence is what separates a world model from a text-to-video generator, and it's the same bet NVIDIA is making with <a href="/models/nvidia-cosmos-3/">Cosmos 3</a> and NVIDIA NVLabs made with the far smaller <a href="/models/nvidia-sana-wm/">SANA-WM</a>.</p>
<p>Alaya Lab isn't a one-off shop. The same team published WildWorld, an action-conditioned dataset built from an AAA action RPG, and separately runs iWorld-Bench, the evaluation suite AlayaWorld reports its own numbers against. That's worth flagging up front: a lab publishing both the model and the benchmark it wins on is not disqualifying, but it's a reason to read the comparison table with a critical eye rather than take it at face value.</p>
<p><img src="/images/models/alayaworld-teaser.jpg" alt="Grid of AlayaWorld-generated environments spanning realistic, painterly, and game-style aesthetics with camera and spell-casting UI overlays">
<em>AlayaWorld's project page teaser: the same underlying model rendering pyramid, coastal, forest, and urban scenes across seven visual styles, with real-time camera control and prompt-triggered events.</em>
<small>Source: alaya-lab.github.io</small></p>
<h2 id="key-specifications">Key Specifications</h2>
<table>
  <thead>
      <tr>
          <th>Specification</th>
          <th>Details</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Provider</td>
          <td>Alaya Lab (Shanda AI Research, Tokyo)</td>
      </tr>
      <tr>
          <td>Model Family</td>
          <td>AlayaWorld</td>
      </tr>
      <tr>
          <td>Architecture</td>
          <td>Diffusion Transformer (DiT), autoregressive chunked generation</td>
      </tr>
      <tr>
          <td>Parameters</td>
          <td>15B, fine-tuned from LTX-2.3's 22B base with the audio stream stripped</td>
      </tr>
      <tr>
          <td>Resolution</td>
          <td>540p and 720p (24fps); iWorld-Bench evaluation run at 480p to match benchmark input frames</td>
      </tr>
      <tr>
          <td>Rollout Length</td>
          <td>~45 chunks (~1.33s each) for continuous ~60-second interactive sessions</td>
      </tr>
      <tr>
          <td>Inference Steps</td>
          <td>4 per chunk after distillation (down from ~30 in the teacher model)</td>
      </tr>
      <tr>
          <td>Training Data</td>
          <td>222,147 clips across 7 sources (real and synthetic)</td>
      </tr>
      <tr>
          <td>Release Date</td>
          <td>July 7, 2026 (paper); July 16, 2026 (weights)</td>
      </tr>
      <tr>
          <td>License</td>
          <td>LTX-2 Community License Agreement - academic/non-commercial only</td>
      </tr>
  </tbody>
</table>
<p>The dependency list is longer than the parameter count suggests. Alongside its own weights, AlayaWorld needs Google's Gemma-3-12B as a text encoder and ByteDance's Depth-Anything-3 for its spatial-memory branch - neither ships in the repo, both have to be pulled separately. It's not a single-download model.</p>
<h2 id="benchmark-performance">Benchmark Performance</h2>
<p>AlayaWorld reports its results on iWorld-Bench, a benchmark from the same lab covering 14 interactive world models across Generation Quality, Trajectory Following, and Memory Ability. The full technical report puts AlayaWorld against Cosmos, HunyuanVideo-1.5, YUME 1.5, Matrix-Game 2.0, and HY-World 1.5.</p>
<table>
  <thead>
      <tr>
          <th>Benchmark</th>
          <th>AlayaWorld</th>
          <th>HY-World 1.5</th>
          <th>NVIDIA Cosmos</th>
          <th>Matrix-Game 2.0</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Brightness Consistency</td>
          <td><strong>0.9492</strong></td>
          <td>0.8051</td>
          <td>0.6952</td>
          <td>0.2963</td>
      </tr>
      <tr>
          <td>Color Temp. Constraint</td>
          <td><strong>0.9379</strong></td>
          <td>0.7819</td>
          <td>0.7170</td>
          <td>0.2937</td>
      </tr>
      <tr>
          <td>Sharpness Retention</td>
          <td><strong>0.8361</strong></td>
          <td>0.6634</td>
          <td>0.4363</td>
          <td>0.4149</td>
      </tr>
      <tr>
          <td>Trajectory Accuracy</td>
          <td><strong>0.7985</strong></td>
          <td>0.7472</td>
          <td>0.4955</td>
          <td>0.7008</td>
      </tr>
      <tr>
          <td>Memory Symmetry</td>
          <td><strong>0.8871</strong></td>
          <td>0.8481</td>
          <td>0.3738</td>
          <td>0.3311</td>
      </tr>
      <tr>
          <td>Motion Smoothness</td>
          <td><strong>0.9924</strong></td>
          <td>0.9921</td>
          <td>0.9907</td>
          <td>0.9848</td>
      </tr>
  </tbody>
</table>
<p>HY-World 1.5 is the closest competitor by a wide margin - the gap on motion smoothness is basically noise, and memory symmetry is close too. Where AlayaWorld pulls ahead clearly is color and brightness stability across a rollout, which lines up with the paper's central claim: its error bank training specifically targets the drift that makes long generations shift hue or dim over time. Matrix-Game 2.0 lags on almost every axis here, and Cosmos, despite being the best-known name in the comparison, trails on memory symmetry and trajectory accuracy - a reminder that brand recognition and long-horizon world modeling are different skills.</p>
<p>One caveat worth repeating: this evaluation was run at 480p to match the benchmark's input frames, not at the 720p AlayaWorld is capable of, and the benchmark itself comes from Alaya Lab. Independent third-party replication on iWorld-Bench, or a comparable evaluation from someone outside the lab, hasn't happened yet as of this writing.</p>
<h2 id="key-capabilities">Key Capabilities</h2>
<p>The interaction model has two channels. A rendered 3D cache with AdaLN camera modulation handles trajectory-aware navigation - move the camera, the geometry that was already created stays put and reprojects correctly. Chunk-level prompt switching handles events - a new text prompt can fire mid-rollout without restarting the scene, which is how the project demo triggers spells and weather changes over a static pyramid environment.</p>
<p>Long-horizon stability doesn't come from a bigger context window; there isn't one, in the language-model sense. It comes from training on deliberately corrupted history - feeding the model its own drifted outputs during training so it learns to correct rather than compound errors - combined with an &quot;error bank&quot; that reinjects accumulated artifacts back into training targets. Combined with the persistent sink frame and compressed temporal history, that's what gets rollouts to roughly a minute without the visible drift that shows up in most autoregressive video generation past 10-20 seconds.</p>
<p>Runtime efficiency is the other half of the pitch. AlayaWorld's distillation - blending distribution-matching distillation, self-forcing++, and consistency distillation - cuts the teacher's ~30-step sampling process down to 4 steps per chunk. That's the difference between &quot;generates a usable minute-long clip&quot; and &quot;generates a minute-long clip you could plausibly interact with in something close to real time,&quot; though the repo doesn't publish end-to-end latency numbers or specific GPU throughput figures for the released checkpoint.</p>
<h2 id="pricing-and-availability">Pricing and Availability</h2>
<p>There's no pricing tier, API, or hosted endpoint. AlayaWorld ships as open weights on <a href="https://huggingface.co/AlayaLab/AlayaWorld">Hugging Face</a> (<code>merged_infer.safetensors</code>) with <a href="https://github.com/AlayaLab/AlayaWorld">inference code on GitHub</a>, and running it requires a CUDA GPU with PyTorch 2.6+ for <code>flex_attention</code> support, plus the separately-downloaded Gemma-3-12B text encoder and Depth-Anything-3 weights.</p>
<p>The license is the detail to get right before building anything on top of this. Some early aggregator coverage described the release as Apache 2.0 full-stack open source. The repository's own <code>LICENSE</code> and <code>NOTICE</code> files say otherwise: because the weights are fine-tuned from LTX-2.3, the entire project - code and weights - ships under the LTX-2 Community License Agreement, restricted to academic research and non-commercial use. Organizations with $10 million or more in annual revenue need a separate commercial license from Lightricks for any LTX-2 derivative, AlayaWorld included. Training code and training data are listed on the project roadmap as not yet released.</p>
<h3 id="strengths">Strengths</h3>
<ul>
<li>Leads or ties the field on most iWorld-Bench dimensions among open-weight interactive world models, particularly color and brightness stability over long rollouts</li>
<li>Full inference code and weights available within days of the first paper, unusually fast for a research release</li>
<li>Explicit engineering for the failure mode (drift/collapse past 10-20 seconds) that limits most competing systems</li>
<li>Distillation drops sampling from ~30 steps to 4 per chunk without a published quality collapse on the reported metrics</li>
</ul>
<h3 id="weaknesses">Weaknesses</h3>
<ul>
<li>License is academic/non-commercial only, not the permissive open-source terms some coverage implied - a real constraint for any product use</li>
<li>Benchmark is self-published by the same lab; no independent third-party replication yet</li>
<li>Requires three external weight downloads (Gemma-3-12B, Depth-Anything-3, plus its own checkpoint) - not a single-file deployment</li>
<li>Training code and training data remain unreleased as of this writing, limiting reproducibility</li>
<li>No published end-to-end latency or GPU throughput numbers for real-time interactive use</li>
</ul>
<h2 id="related-coverage">Related Coverage</h2>
<ul>
<li><a href="/models/ltx-2-3/">LTX-2.3</a> - the base video diffusion model AlayaWorld is fine-tuned from</li>
<li><a href="/models/nvidia-cosmos-3/">NVIDIA Cosmos 3</a> - the physical-AI world model AlayaWorld benchmarks against and loses to on some metrics, beats on others</li>
<li><a href="/models/nvidia-sana-wm/">NVIDIA SANA-WM</a> - a smaller, single-GPU world model built for robotics rather than interactive play</li>
<li><a href="/leaderboards/video-generation-benchmarks-leaderboard/">Video Generation Benchmarks Leaderboard</a> - where open-weight video models rank overall</li>
<li><a href="/news/odyssey-amazon-310m-world-models/">Odyssey Raises $310M as Amazon Bets on World Models</a> - context on the wider world-model funding push</li>
<li><a href="/news/lecun-ami-labs-1b-seed-world-models/">LeCun Raises $1B Seed to Build AI Beyond LLMs</a> - the broader industry bet that world models matter as much as language models</li>
</ul>
<h2 id="faq">FAQ</h2>
<h3 id="what-is-alayaworld">What is AlayaWorld?</h3>
<p>An open-weight video world model from Alaya Lab (Shanda AI Research) that turns an image, camera path, and text prompt into an interactive, minute-long video environment you can steer and edit mid-generation.</p>
<h3 id="can-i-use-alayaworld-commercially">Can I use AlayaWorld commercially?</h3>
<p>Not under the current license. It ships under the LTX-2 Community License Agreement, restricted to academic research and non-commercial use. Commercial use requires licensing LTX-2 directly from Lightricks.</p>
<h3 id="how-is-alayaworld-different-from-a-text-to-video-model">How is AlayaWorld different from a text-to-video model?</h3>
<p>Text-to-video models produce a fixed clip from a prompt. AlayaWorld generates chunk by chunk in response to live camera movement and mid-rollout prompt changes, while keeping the scene's geometry consistent as you revisit places.</p>
<h3 id="what-hardware-does-alayaworld-need">What hardware does AlayaWorld need?</h3>
<p>A CUDA GPU with PyTorch 2.6 or later for <code>flex_attention</code> support, plus separate downloads of Google's Gemma-3-12B text encoder and ByteDance's Depth-Anything-3 depth model. No official minimum VRAM figure is published.</p>
<h3 id="how-long-can-an-alayaworld-session-run-before-quality-degrades">How long can an AlayaWorld session run before quality degrades?</h3>
<p>The paper reports roughly 60 seconds of continuous, spatially coherent rollout (about 45 chunks at 1.33 seconds each), longer than the other open-weight interactive world models it compares against on iWorld-Bench.</p>
<hr>
<h2 id="sources">Sources</h2>
<ul>
<li><a href="https://arxiv.org/abs/2607.18367">AlayaWorld: Interactive Long-Horizon World Modeling - Full Technical Report (arXiv 2607.18367)</a></li>
<li><a href="https://arxiv.org/abs/2607.06291">AlayaWorld: Long-Horizon and Playable Video World Generation (arXiv 2607.06291)</a></li>
<li><a href="https://github.com/AlayaLab/AlayaWorld">AlayaWorld GitHub Repository - AlayaLab</a></li>
<li><a href="https://huggingface.co/AlayaLab/AlayaWorld">AlayaWorld Model Weights - Hugging Face</a></li>
<li><a href="https://huggingface.co/papers/2607.06291">AlayaWorld Paper Page - Hugging Face Daily Papers</a></li>
<li><a href="https://alaya-lab.github.io/AlayaWorld/">AlayaWorld Interactive Project Page and Demo</a></li>
<li><a href="https://www.techtimes.com/articles/319980/20260709/open-source-world-model-alayaworld-sustains-interactive-play-past-one-minute-mark.htm">Open-Source World Model AlayaWorld Sustains Interactive Play Past the One-Minute Mark - Tech Times</a></li>
<li><a href="https://github.com/AlayaLab/WildWorld">WildWorld Dataset - AlayaLab</a></li>
<li><a href="https://www.shanda.com/scientific-research/">Shanda Scientific Research</a></li>
</ul>
]]></content:encoded><dc:creator>James Kowalski</dc:creator><category>Models</category><media:content url="https://awesomeagents.ai/images/models/alayaworld_hu_235caa765c8ce247.jpg" medium="image" width="1200" height="675"/><media:thumbnail url="https://awesomeagents.ai/images/models/alayaworld_hu_235caa765c8ce247.jpg" width="1200" height="675"/></item></channel></rss>