视频生成领域的"DeepSeek时刻",可能真的来了。
8月5日,清华系AI创业公司Sand.ai发布并完全开源了千亿级视频生成模型MAGI-2 Preview。创始人曹越是Swin Transformer的共同一作,在计算机视觉领域是成名已久的大佬。这次他们放出的东西,参数规模和效果都接近闭源第一梯队,但生成成本直接打到了主流模型的十分之一。
具体数字很夸张:总参数1140亿(114B),单次前向激活约60亿参数;生成一段10秒1080P视频的成本约0.5元人民币——而现在市面上主流闭源视频模型(Sora、Kling、Runway Gen-3)生成同样规格视频的成本大约是5-8元。十分之一的价格,效果还接近第一梯队,AA视频生成榜单排名第六。李开复看完直接给出评价:"这就是AI视频生成界的DeepSeek。"
为什么视频模型不能照抄LLM的Scaling路线?
MAGI-2最核心的突破不是参数大,而是它证明了:视频生成的Scaling不能照抄LLM的路线,必须从底层重构架构。
过去一年多,很多公司做视频生成模型都是在LLM的架构上修修补补——把文本token换成视频token,把大语言模型的Transformer直接拿来做视频生成。结果是什么?模型越做越大,训练和推理成本飙升,但生成效果的提升却边际递减。更长的视频、更高的分辨率、更好的时序一致性,每一项都要付出指数级增长的算力代价。这就是视频生成的"不可能三角":更大的模型、更长的视频、可控的成本,三者你最多选两个。
MAGI-2用MoE(Mixture of Experts,混合专家)架构打破了这个三角。但不是简单把LLM里的MoE搬过来——他们设计了专门针对视频的Multi-Head LatentMoE架构,还有三个关键创新:
第一,单流统一Transformer。文本、视频、音频三种模态用同一个主干网络处理,不是三个独立的编码器拼接。这意味着模型能更原生地理解文本描述和视频内容、音频之间的对应关系,多模态对齐效果更好。
第二,自研MagiMoE kernel库。MoE架构的推理效率一直是个大问题——路由选择、专家并行、负载均衡任何一个环节做不好,都会导致MoE比稠密模型还慢。Sand.ai没有用现成的MoE实现,而是从头写了专门针对视频生成场景优化的kernel,把激活稀疏性的效率吃到了极致。
第三,视频时序建模的特殊优化。视频和文本最大的区别是有时序维度——帧与帧之间必须连贯,不能闪烁、不能跳变、不能物体突然消失又出现。MAGI-2在注意力机制里加入了专门的时序一致性约束,不需要靠大量后处理就能生成比较稳定的长视频。
这三个创新加在一起,才实现了"千亿参数但推理成本极低"的效果。114B总参数听起来吓人,但每次生成只激活6B左右的参数,相当于用6B模型的成本跑出了接近千亿模型的效果。这就是MoE架构的威力,也是为什么DeepSeek、Mistral等公司在LLM领域早就用MoE把成本打下来了,而视频领域直到现在才有人真正做对。
开源视频模型的冲击波
MAGI-2完全开源(模型权重在GitHub和HuggingFace都可以下载),这件事的影响可能比模型本身的效果还大。
"当一个效果接近第一梯队的视频模型可以免费下载、在消费级GPU上跑起来的时候,所有闭源视频公司的定价模型都要重写。"—— 一位AI视频领域投资人
第一波冲击是价格。现在Sora、Kling、Runway的定价还是"按秒收费"的奢侈品逻辑,生成一分钟高质量视频要几百块钱。MAGI-2把成本打到十分之一,而且开源意味着任何人都可以基于它做二次开发、部署自己的视频生成服务——未来一年,视频生成API的价格大概率会像当年的大模型API一样雪崩式下跌。视频生成从"专业人士的工具"变成"人人用得起的基础设施",这一步可能比所有人预想的都快。
第二波冲击是生态。开源模型会催生出大量的垂直应用:短视频创作者用它批量生成素材、电商平台用它批量做商品视频、广告公司用它快速出片、教育公司用它做课程视频。就像Stable Diffusion开源后图片生成领域爆发了几百个创业公司一样,视频生成领域的创业浪潮,可能马上就要被MAGI-2点爆。
当然,MAGI-2现在还是Preview版本,AA榜单排第六,和Sora、Kling这些闭源第一梯队比还有差距——特别是复杂运动场景、长视频一致性、文本渲染这些老大难问题,它还没有完全解决。但它证明了一件事:视频生成不需要闭源、不需要天价算力、不需要垄断,用创新的架构设计和开源的方式,同样能做出接近顶级水平的东西。
这就是开源的力量。当年Llama开源彻底改变了大模型的竞争格局,MAGI-2会不会对视频生成领域做同样的事?我们拭目以待。
明天见。
The "DeepSeek moment" for video generation may have genuinely arrived.
On August 5, Tsinghua-backed AI startup Sand.ai released and fully open-sourced the hundred-billion-parameter video generation model MAGI-2 Preview. Founder Cao Yue is a co-first author of Swin Transformer and a long-established figure in computer vision. What they've delivered this time approaches closed-source first-tier quality in parameter scale and output, while driving generation costs down to one-tenth of mainstream models.
The numbers are striking: 114 billion (114B) total parameters, with roughly 6 billion parameters activated per forward pass; generating a 10-second 1080P video costs about 0.5 RMB (~$0.07) — while current mainstream closed-source video models (Sora, Kling, Runway Gen-3) charge roughly 5–8 RMB for the same specification. One-tenth the price, near first-tier quality, ranked sixth on the AA video generation leaderboard. Kai-Fu Lee saw it and immediately offered his assessment: "This is the DeepSeek of AI video generation."
Why Video Models Can't Just Copy LLM Scaling
MAGI-2's core breakthrough isn't parameter scale; it's proving that video generation scaling can't simply copy the LLM playbook — architecture has to be rebuilt from the ground up.
Over the past year-plus, many companies building video generation models have been tinkering with LLM architectures — replacing text tokens with video tokens and taking large language model Transformers directly to video generation. The result? Models got bigger, training and inference costs skyrocketed, but improvements in generation quality hit diminishing returns. Longer videos, higher resolutions, better temporal consistency — every increment required exponentially more compute. This is video generation's "impossible triangle": bigger models, longer videos, controllable costs — pick any two.
MAGI-2 breaks this triangle with MoE (Mixture of Experts) architecture. But it didn't simply port MoE from LLMs — they designed a Multi-Head LatentMoE purpose-built for video, with three key innovations:
First, unified single-stream Transformer. Text, video, and audio are processed by the same backbone network rather than three separate encoders stitched together. This means the model natively understands correspondences between text descriptions, video content, and audio, yielding better multimodal alignment.
Second, a custom MagiMoE kernel library. MoE inference efficiency has long been a problem — routing, expert parallelism, load balancing; any weak link makes MoE slower than dense models. Sand.ai didn't use off-the-shelf MoE implementations; they wrote kernels from scratch optimized specifically for video generation scenarios, pushing activation sparsity efficiency to its limits.
Third, specialized optimization for video temporal modeling. The biggest difference between video and text is the temporal dimension — frames must be coherent; no flickering, no jumping, no objects disappearing and reappearing. MAGI-2 adds specific temporal consistency constraints in the attention mechanism, generating relatively stable long videos without heavy post-processing.
These three innovations together deliver the "hundred-billion parameters, ultra-low inference cost" effect. 114B total parameters sounds intimidating, but only around 6B parameters activate per generation — meaning you get near-hundred-billion model quality at 6B-model cost. That's the power of MoE architecture, and it's why DeepSeek, Mistral, and others already drove costs down dramatically in LLMs, while in video, nobody truly got it right until now.
The Shockwave of an Open-Source Video Model
MAGI-2 being fully open source (model weights downloadable on both GitHub and HuggingFace) may have a bigger impact than the model's quality itself.
"When a video model approaching first-tier quality can be downloaded for free and run on consumer GPUs, every closed-source video company's pricing model gets rewritten."— An AI video investor
The first shockwave is pricing. Sora, Kling, and Runway are still priced on a luxury "per-second" logic — generating a minute of high-quality video costs hundreds of yuan. MAGI-2 drives costs to one-tenth, and open source means anyone can build on it, deploy their own video generation services. Over the next year, video generation API prices will likely collapse the same way LLM API prices did. Video generation going from "professional tool" to "infrastructure everyone can afford" may happen faster than anyone expected.
The second shockwave is ecosystem. Open-source models will spawn massive vertical applications: short-video creators using it to batch-generate footage, e-commerce platforms using it to produce product videos at scale, ad agencies using it for quick turnarounds, education companies using it for course videos. Just as Stable Diffusion's open-sourcing spawned hundreds of startups in image generation, the startup wave in video generation may be about to detonate, ignited by MAGI-2.
Of course, MAGI-2 is still a Preview release, ranked sixth on the AA leaderboard — it still lags behind closed-source first-tier models like Sora and Kling, particularly on hard problems like complex motion scenes, long-video consistency, and text rendering. But it proves one thing: video generation doesn't require closed source, doesn't require sky-high compute budgets, doesn't require monopoly; innovative architecture design and open source can still produce near-top-tier results.
That's the power of open source. Llama going open source fundamentally changed the competitive landscape for foundation models. Will MAGI-2 do the same for video generation? We'll find out soon.
See you tomorrow.
When a video model approaching first-tier quality can be downloaded for free and run on consumer GPUs, every closed-source video company's pricing model gets rewritten.
— An AI video investor
Sand.ai · MAGI-2 · 曹越 · MoE · Multi-Head LatentMoE · 视频生成 · 开源 · 1140亿参数 · 成本下降 · Swin Transformer · 单流Transformer · 李开复
Sand.ai · MAGI-2 · Cao Yue · MoE · Multi-Head LatentMoE · video generation · open source · 114B parameters · cost reduction · Swin Transformer · unified Transformer · Kai-Fu Lee