Pneumetron.
  • News
  • Tools
  • Infrastructure
  • Get the Workflow
Read News
Pneumetron.LingBot-Video: A New Open-Source MoE Model for Embodied Video Generation
Share
Skip to article content
  1. Home
  2. ›
  3. News
  4. ›
  5. ai research
  6. ›
  7. LingBot-Video: A New Open-Source MoE Model for Embodied Video Generation
ai research·July 14, 2026·Updated Jul 19

LingBot-Video: A New Open-Source MoE Model for Embodied Video Generation

BY PNEUMETRON|4 MIN READ · 673 WORDS4 MIN READ|1 views
Tools
Share

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

Robbyant has released LingBot-Video, the first open-source large-scale Mixture-of-Experts (MoE) video generation model specifically designed for embodied intelligence. This model aims to bridge the gap between video synthesis and real-world physical understanding, featuring an efficient MoE architecture and training on extensive embodied data.

What Changed

Robbyant has introduced LingBot-Video, an open-source large-scale Mixture-of-Experts (MoE) video generation model. This release marks a significant step towards integrating video synthesis with embodied intelligence, focusing on generating videos that reflect physical world understanding. The project includes the technical report, code, models, and rewriters, all released under an Apache 2.0 License.

LingBot-Video differentiates itself through its MoE architecture, which is designed for efficiency and scalability. It has been trained on a substantial dataset comprising massive web videos combined with over 70,000 hours of embodied data. The model's training incorporates a multi-reward system, optimizing for high aesthetic quality, physical rationality, and task completion within generated videos.

Technical Details

LingBot-Video leverages an efficient MoE architecture, enabling approximately 3x faster inference compared to dense models while maintaining capacity. The model suite includes several components:

  • LingBot-Video-Dense (1.3B parameters): A dense model for Text-to-Image (T2I), Text-to-Video (T2V), and Image-to-Video (TI2V) tasks.
  • LingBot-Video-MoE (30B-A3B parameters) + Refiner: The primary MoE model, supporting T2I, T2V, TI2V, and refinement capabilities.
  • LingBot-Video-Rewriter-Base (Qwen3.6-27B official): A prompt rewriter for expanding user prompts.
  • LingBot-Video-Rewriter-Adapter (Qwen3.6-27B LoRA): A prompt rewriter specifically for JSON output.

The recommended inference workflow involves a three-stage process: prompt rewriting, automatic negative prompt generation, and unified inference. The prompt rewriter converts plain natural-language prompts into structured JSON captions. An Auto Negative block then prunes the negative prompt based on this caption. Finally, the unified inference runner executes the video generation, supporting both direct diffusers and SGLang Diffusion backends. For multi-GPU inference, the --enable_fsdp_inference flag shards the base DiT and refiner DiT across GPUs, reducing memory pressure, though sufficient system RAM is required for loading large MoE checkpoints.

The project provides installation instructions and a requirements.txt file specifying dependencies like torch (recommended 2.12.0.dev20260220+cu130), transformers (5.8.1), and diffusers (0.39.0). Optional SGLang dependencies are available for SGLang Diffusion or fused/FP8 MoE runtime. Ready-to-run scripts are provided for single-GPU and multi-GPU inference configurations, covering dense and MoE models for T2I, T2V, and TI2V tasks, with options for refiner integration and FSDP/CP8 optimizations.

Benchmark Analysis

As of July 9th, 2026, LingBot-Video holds the top rank on the RBench Leaderboard. The model achieved an average score of 0.620. Specific category scores include:

  • Manipulation: 0.578
  • Spatial: 0.643
  • Multi-entity: 0.444
  • Long-horizon: 0.634
  • Reasoning: 0.505
  • Single arm: 0.636
  • Dual arm: 0.639
  • Quadruped: 0.758
  • Humanoid: 0.689

Compared to other open-source models like Cosmos3 Super (Avg. 0.581), LongCat-Video (Avg. 0.437), Wan 2.2 A14B (Avg. 0.507), and HunyuanVideo 1.5 (Avg. 0.460), LingBot-Video demonstrates superior overall performance. Against closed-source models such as Wan 2.6 (Avg. 0.607), Seedance 1.5 pro (Avg. 0.584), and Veo 3 (Avg. 0.563), LingBot-Video maintains a competitive edge, particularly in average score and several specific categories like Manipulation, Long-horizon, and Quadruped tasks.

Developer Implications

Developers working on embodied AI, robotics, or advanced video generation now have access to an open-source MoE model that prioritizes physical rationality and task completion. The Apache 2.0 License allows for broad use and modification. The provided inference workflow, including prompt rewriting and auto-negative generation, offers a structured approach to leveraging the model effectively. The support for both diffusers and SGLang backends, along with multi-GPU inference scripts, provides flexibility for deployment across different hardware configurations.

The emphasis on structured JSON captions for inference suggests that developers will need to integrate the prompt rewriter into their pipelines or design their prompt inputs accordingly. The model's ability to generate physically rational videos could be particularly valuable for simulating complex robotic tasks or creating realistic training data for embodied agents. The efficiency gains from the MoE architecture could also reduce computational costs for certain applications.

Bottom Line

LingBot-Video represents a notable advancement in open-source video generation, specifically tailored for embodied intelligence. Its MoE architecture, trained on extensive embodied data, delivers efficient inference and strong performance in generating physically coherent and task-oriented videos. The comprehensive release, including code, models, and detailed inference workflows, provides developers with a powerful tool for applications requiring sophisticated video synthesis with a focus on real-world understanding.

Pneumetron

#video generation#mixture-of-experts#embodied intelligence#open-source#diffusers#sglang#AI/ML engineering
PR
WRITTEN BY•SYSTEM AGENT

PNEUMETRON EDITORIAL TEAM

Rajini Ravindra holds an M.A. in History from Mysore University (KSOU). Currently a homemaker, she spends her free time exploring AI and automation, and oversees editorial review for Pneumetron.

PROCESS:Pneumetron's pipeline pairs AI-assisted drafting with human editorial review before publishing — our goal is to make staying informed easier for students and professionals, not to replace real reporting.

Source Material:hf_model ↗
Source Attribution

This article was generated by Pneumetron's autonomous intelligence pipeline from verified source materials.

Open Source Document at hf_model ↗
Share this article
Share
Stay Informed

Never miss a signal.

Subscribe to the Pneumetron Intelligence Digest — automated briefings covering AI, science, technology, and world events.

← Previous
MedPMC: A New Framework for High-Fidelity Medical Multimodal Data
Next →
AdvancedMathBench: A New Benchmark for LLM Advanced Mathematical Reasoning

More from ai research

View All →
AI Research30 min ago

Mimir v1: A 1B Parameter Model Redefining Ethical Data Standards

The University of Southern Denmark has released Mimir v1, a 1-billion-parameter model built on the Hierarchical Reasoning Model architecture using strictly permissible data. It achieves state-of-the-art performance for Danish while remaining highly competitive in English benchmarks against larger models.

BY PNEUMETRON1 MIN READ
Read more
AI Research30 min ago

PACE-Bench Exposes Fragility in Self-Evolving Agentic Code

PACE-Bench introduces a rigorous evaluation framework for self-evolving agents, revealing significant failures when adapting code to dynamic physics environments. The benchmark demonstrates that current models struggle with structural mechanism redesign, highlighting a major gap between parameter inference and functional adaptation.

BY PNEUMETRON1 MIN READ
Read more
AI Research30 min ago

V-RAE: Rethinking Video Latent Spaces for Generative Modeling

V-RAE shifts the paradigm of video latent generation by utilizing frozen foundation models rather than training reconstruction-heavy autoencoders from scratch. This approach improves generative quality and convergence speed by prioritizing semantic structure over pixel-perfect reconstruction.

BY PNEUMETRON1 MIN READ
Read more
AI Research30 min ago

HarnessEval-W: Agentifying the Evaluation of Visual Worlds

HarnessEval-W introduces a hierarchical, agent-based framework for evaluating world models, replacing opaque scalar scores with verifiable evidence trees. By decomposing complex visual rollouts into specialized sub-problems, this pipeline enables fine-grained diagnostics of causality and physical consistency.

BY PNEUMETRON1 MIN READ
Read more
Sponsorship Slot · 728 × 90
1 views

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

Most Read

01
Entertainment·Jul 23
Royal Return: Anne Hathaway Confirms Breakthrough for 'The Princess Diaries 3'
02
AI Research·Jul 13
Proactive Memory Agents Combat Behavioral State Decay in Long-Horizon AI Tasks
03
AI Research·Jul 21
FlowMimic: Streamlining Video Editing via Pixel-Pair Temporal Warped Flow Fields
04
AI Research·Jul 17
Unsloth Releases Qwen3.6-27B-NVFP4: Enhanced Throughput and Agentic Coding for Developers
05
AI Research·Jul 19
Moonshot AI's Kimi CLI Evolves into Kimi Code CLI: A Next-Gen Terminal AI Agent
Daily Digest

Get top AI & tech signals delivered to your inbox every morning.

Subscribe →
Sponsorship Slot300 × 250
Follow Signals
X / TWITTERXLINKEDINLIINSTAGRAMIGYOUTUBEYTTELEGRAMTG
News Categories
TechnologyAI ResearchPoliticsSportsHealthBusinessScienceEntertainmentWorld
Pneumetron.

© 2026 Pneumetron. All systems automated.

  • About
  • Tools
  • Privacy
  • Terms
  • Contact
  • Advertise
  • Automate your own news site →