海螺 AI(MiniMax)AI 漫剧平台研究


1. 介绍

海螺 AI 是 MiniMax(港股上市,代码 0100.HK)旗下的 AI 内容生成产品。在本组 8 个对象中,海螺 AI 是上下文工程能力最强的一个:其 H3 模型的 H3-Context-IR 机制可把约 100,000 token 的源素材压缩至约 4,000 token,配合"@ 引用系统"在提示词中直接标注每个素材的角色。

这个能力对 AI 漫剧有直接意义。漫剧的核心难题是"一次生成要同时锚定角色、场景、服化道、运镜、音色"——本质是上下文容量问题。多数平台的解法是扩大输入上限(Seedance 支持 9 图 + 3 视频 + 3 音频),海螺的解法是压缩——把大量源素材压缩成关系化上下文,从根本上缓解容量瓶颈。

1.1. 开发商与版本沿革

时间事件
2024 年 8 月在海螺 AI 中上线 AI 视频生成模型
2025 年 7 月 5 日与全球广告营销公司 S4 Capital / Monks 摩课士宣布战略合作
2025 年 10 月发布 Hailuo 2.3 视频生成模型(物理真实性、风格化、肢体动作、人物微表情、运动指令响应)
2026 年 7 月 31 日MiniMax H3 在上海世界人工智能大会(WAIC)发布
2026 年 8 月 3 日MiniMax H3 正式开源

模型代际:Hailuo 01 → Hailuo 02 → H3,H3 是海螺 AI 上线以来迭代的第三代视频生成模型

1.2. 定位

MiniMax H3 的定位是通用多模态生成模型:统一理解文本、图像、视频、音频上下文,生成带原生立体声的视频,最长 15 秒、2K 分辨率。

与同组对象相比,H3 的定位有三个特征:

  1. 统一而非拼接:官方强调"统一理解文本/图像/视频/音频上下文"与"统一的多模态音视频联合生成架构",而非多个单模态模型的组合。
  2. 原生音频:输出带原生 32 kHz 立体声,不是后期配音。
  3. 开源 + 闭源双轨:基座权重开源(H3-Base、H3-Regenerate-2K),H3-Context-IR 保留在 API 内。

应用场景(官方列举):广告、品牌、电商、产品设计、UI/UX、游戏。

1.3. 定价

重要提示:海螺 AI 的会员定价存在三套口径,未能从 hailuoai.com 直接核验,全部标注 。

口径一:国内 5 档会员(中信证券研究报告转引)

月费对应 6s Hailuo-2.3 1080p 视频数量
68 元/月12.5 个
245 元/月56 个
578 元/月131 个
899 元/月150 个
1399 元/月不限量

折算约 0.7 元/秒(1080p)。国际站对应口径:$9.99 / $34.99 / $79.99 / $124.99 / $199.99。

口径二:ima.qq.com 知识库

  • 免费版每日 5 次免费生成
  • 基础会员 29 元/月(200 积分)
  • 专业会员 69 元/月(600 积分)
  • 生成一条 1080P 5 秒视频约消耗 8 积分
  • 宣称"14G 显存显卡即可本地运行"

口径三:消费者订阅(LUMIENAI 报道)

  • $21/月(180 积分)至 $90/月(1,300 积分)

模型调用价格(官方博客口径)

  • 2K 下每秒价格不足主流模型的三分之一
  • 768p 下不足主流模型 720p 的二分之一
  • 另有报道:2K 视频生成价格 0.8 元/秒;RunningHub 首发价 2K 画质低至 0.2 元/秒(平台补贴价)

1.4. 开放形态

形态说明
网页端(hailuoai.com)主入口;首页主推"MiniMax H3 正式上线",含玩法精选、社区开源项目、实战教程、创作工作流
开发者 APIH3-Context-IR 为 API-only
开源权重H3-Base、H3-Regenerate-2K 已开放
社区集成ComfyUI、RunningHub、fal、Hugging Face、魔搭 ModelScope

2. 名词解释

术语英文 / 缩写释义
AI 漫剧AI Comic Drama介于静态漫画与真人短剧之间的内容形态,以漫画分镜加动态视听语言构成
动态漫Motion Comic以静态漫画素材为基础,通过运镜、缩放、局部动效与配音形成的轻微动态视频形态
分镜 / 分镜脚本Storyboard将文字剧本转化为画面草图,标注每个镜头的构图、动作、时长
角色一致性Character Consistency同一角色在跨镜头、跨集、跨次生成中保持五官、服装、体型、气质稳定的能力
关键帧Keyframe定义动画或运镜变化关键状态的帧(起点与终点),对应二维动画中的"原画"
中间帧 / 过渡帧In-between / Tween关键帧之间通过插值算法自动生成的过渡帧
首尾帧First-Last Frame上传首帧与尾帧,由模型补全中间运动轨迹的图生视频控制法
图生视频Image-to-Video(I2V)输入一张静态图片,由模型生成数秒动画
口型同步 / 唇形同步Lip Sync把音频叠加到生成角色上并驱动嘴部动作匹配发音
镜头语言Camera Language通过景别、角度、运动、构图与剪辑节奏传递叙事信息的视听表达体系
Contextual Omni RepresentationContextual Omni RepresentationH3 技术栈之一:统一的多模态上下文表示
H3-VAEH3-VAEH3 技术栈之一:视频变分自编码器
H3-Omni TransformerH3-Omni TransformerH3 技术栈之一:全模态 Transformer 主干
In-Context RegenerationIn-Context RegenerationH3 技术栈之一:先生成 768p,再结合上下文无损放大至 2K
H3-Context-IRH3-Context-IRH3 的上下文压缩机制:把约 100,000 token 源素材压缩至约 4,000 token;API-only
@ 引用系统@ Reference System在提示词中直接标注每个素材的角色(用图 A 做角色、用视频 B 的运镜、用音频 C 的声音)
V2V Motion TransferVideo-to-Video Motion Transfer把一段视频的运动迁移到另一段生成结果上
原生立体声Native Stereo AudioH3 输出的 32 kHz 立体声,在同一次推理中与视频联合生成
BF16Brain Floating Point 16脑浮点数 16 位格式;H3 基座权重约 134 GiB(BF16)
WAICWorld Artificial Intelligence Conference世界人工智能大会;H3 于 2026-07-31 在上海 WAIC 发布
显式标识 / 隐式标识Explicit / Implicit LabelAI 生成合成内容的两类法定标识:显式为用户可感知提示;隐式嵌入文件元数据
AIGC 元数据字段AIGC Metadata Field强制性国标 GB 45438—2025 规定的元数据隐式标识字段

3. 功能说明

3.1. 视频生成

参数数值
最长时长15 秒
帧率24fps
最高分辨率2K(由 768p 基座经 H3-Regenerate-2K 放大)
原生音频32 kHz 立体声
单次参考文件上限最多 12 个(9 图 + 3 视频 + 3 音频)
基座权重约 134 GiB(BF16)
已开放权重H3-Base、H3-Regenerate-2K

技术栈四项:Contextual Omni RepresentationH3-VAEH3-Omni TransformerIn-Context Regeneration

价格优势(官方口径):2K 下每秒价格不足主流模型的三分之一;768p 下不足主流模型 720p 的二分之一。

3.2. 多模态参考与 @ 引用系统

H3 单次提示最多支持 12 个参考文件(9 图 + 3 视频 + 3 音频)。

配合"@ 引用系统",用户可在提示词中直接标注每个素材的角色——例如"用图 A 做角色、用视频 B 的运镜、用音频 C 的声音"。这把参考注入从"上传后靠模型猜"变成"显式声明",是 L1 上下文工程上的重要进步。

3.3. 提示词内时间轴多镜头

据微博 @MiniMax(2026-09-11):H3 内置多镜头切换,可在提示词中直接写时间轴——例如"0~5 秒拍什么、5~10 秒切另一场景",模型自动保证角色与场景一致。

这是本组中与可灵"智能分镜"最接近的能力,但形态不同:可灵是分镜指令(全景-中景-特写),海螺是时间轴指令(0~5s / 5~10s)。前者按景别切分,后者按时长切分。

3.4. 编辑与运动迁移

  • 多模态精准编辑与控制:对生成结果做精确修改。
  • V2V Motion Transfer:视频到视频的运动迁移。
  • 文字与品牌信息准确呈现:官方强调的能力,对广告与电商场景价值高。

4. 平台架构

4.1. 总体架构

图 4-1|海螺 AI(H3)五层平台架构:从生态适配到应用层

海螺 AI(H3)五层平台架构 信息截止 2026-09-12 · 示意:基于本文分析绘制 生态适配层 社区平台:Hugging Face · 魔搭 ModelScope · ComfyUI · RunningHub · fal 推理框架:vLLM-Omni · SGLang 芯片适配层 华为昇腾 · 摩尔线程 · 沐曦 · 海光 · 昆仑芯 · 天数智芯 壁仞 · AMD · Intel —— 本组唯一完整国产芯片适配清单 开源/闭源双轨 开源:H3-Base · H3-Regenerate-2K(约 134 GiB / BF16) 闭源(API-only):H3-Context-IR,100k token 压缩至 4k token H3 技术栈(本图重点) Contextual Omni Representation · H3-VAE · H3-Omni Transformer In-Context Regeneration:先 768p 定内容,再结合上下文放大至 2K 应用层 海螺 AI 网页端:玩法精选 / 社区开源项目 / 实战教程 / 创作工作流 开发者 API(H3-Context-IR 以 API-only 形式提供) 首日完成适配 硬件承载 权重发布 能力供给 结构解读:海螺 AI 以 H3 模型栈为核心,采用开源/闭源双轨发布, 完整国产芯片适配支撑信创私有化部署;H3-Context-IR 为本组唯一压缩路线,但 API-only。

数据来源:基于本文分析绘制的示意图。

┌──────────────────────────────────────────────────────────────────┐
│  生态适配层  Hugging Face · 魔搭 ModelScope · ComfyUI · RunningHub  │
│              · fal · vLLM-Omni · SGLang                            │
├──────────────────────────────────────────────────────────────────┤
│  芯片适配层  华为昇腾 · 摩尔线程 · 沐曦 · 海光 · 昆仑芯 · 天数智芯    │
│              · 壁仞 · AMD · Intel                                  │
├──────────────────────────────────────────────────────────────────┤
│  开源/闭源双轨  开源:H3-Base · H3-Regenerate-2K                    │
│                 闭源(API-only):H3-Context-IR                     │
├──────────────────────────────────────────────────────────────────┤
│  H3 技术栈  Contextual Omni Representation · H3-VAE                │
│             H3-Omni Transformer · In-Context Regeneration         │
├──────────────────────────────────────────────────────────────────┤
│  应用层  海螺 AI 网页端(玩法精选 / 社区开源项目 / 实战教程 / 工作流) │
│          · 开发者 API                                              │
└──────────────────────────────────────────────────────────────────┘

4.2. H3 技术栈

组件作用
Contextual Omni Representation统一的多模态上下文表示,把文本/图像/视频/音频映射到同一表示空间
H3-VAE视频变分自编码器,负责视频的压缩与重建
H3-Omni Transformer全模态 Transformer 主干
In-Context Regeneration先生成 768p,再结合上下文无损放大至 2K

In-Context Regeneration 是一个值得注意的设计:它把"高分辨率生成"从"一次算到位"改为"先低分辨率定内容,再结合上下文放大"。这既降低了算力开销,也保证了放大过程不丢失原始上下文(角色、场景信息)。

4.3. 开源与部署层

2026 年 8 月 3 日 MiniMax H3 正式开源,已开放模型权重包括 H3-BaseH3-Regenerate-2K。基座权重约 134 GiB(BF16)。

关键约束:H3-Context-IR 为 API-only,不随开源权重发布。这意味着开源版本不具备完整的上下文压缩能力——自部署用户需要自行解决大量参考素材的上下文管理问题。

4.4. 生态适配层

开源首日完成适配的芯片与社区:

  • 芯片:华为昇腾、摩尔线程、沐曦、海光、昆仑芯、天数智芯、壁仞、AMD、Intel
  • 社区与平台:Hugging Face、魔搭 ModelScope、ComfyUI、RunningHub、fal
  • 推理框架:vLLM-Omni、SGLang

这是本组唯一的完整国产芯片适配清单,对信创与国产化环境有直接价值。


5. Harness 设计

5.1. L1 上下文工程层

海螺 AI 的 L1 是本组最强,且是唯一采用"压缩"路线而非"扩容"路线的平台。

机制说明
H3-Context-IR把约 100,000 token 的源素材压缩至约 4,000 token 的关系化上下文,压缩比约 25:1
@ 引用系统在提示词中显式声明每个素材的角色(用图 A 做角色、用视频 B 的运镜、用音频 C 的声音)
单次参考上限最多 12 个参考文件(9 图 + 3 视频 + 3 音频)
Contextual Omni Representation统一多模态上下文表示

对比同组对象的 L1 路线:

平台路线效果
海螺 AI压缩(100k→4k token)容量瓶颈最小,可承载大量素材
豆包/Seedance扩容(四模态,9 图 + 3 视频 + 3 音频)模态全,但容量固定
Vidu参考生视频(最多 7 张参考图)参考数量明确,偏视觉
PixVerseCharacter 参考 + 多参考 + 首尾帧常规参考注入
可灵元素引用单次引用为主
ComfyUI滑动上下文窗口 + Prompt Travel帧级上下文复用

判断:H3-Context-IR 的 25:1 压缩比,意味着在同等上下文预算下,海螺可以承载远超其他平台的参考素材量。对"一部剧有 20 个角色 + 30 个场景 + 大量服化道参考"的复杂项目,这是决定性的。

缺口

  1. H3-Context-IR 为 API-only,开源权重不含该能力。自部署用户无法享受压缩红利。
  2. 压缩的有损程度未公开——100k→4k 是有损压缩,哪些信息被丢弃、是否有优先级策略,均未见说明,标 [待填写]
  3. 无公开的缓存复用机制(跨镜头重复引用同一角色时是否可复用上下文)。

5.2. L2 工具与执行层

海螺 AI 的 L2 包括:多模态精准编辑与控制、V2V Motion Transfer、文字与品牌信息准确呈现、开发者 API。

判断:海螺的 L2 属"强"档,但工具广度不及 PixVerse(CLI + Skills + Lip Sync + 相机控制 + Template)与即梦(智能画布六类图像编辑)。它缺少独立的 Lip Sync 产品线与图像编辑工作台,但多了 V2V 运动迁移——这是本组少见的"视频到视频"能力。

可编程性:提供开发者 API,且 H3 已开源、可自部署,理论上可编程性上限很高。但未检索到 CLI 或 Skills 类工具,标 [待填写]

5.3. L3 编排与控制层

海螺在 L3 上的核心是提示词内时间轴多镜头:内置多镜头切换,可在提示词中直接写时间轴(0~5 秒拍什么、5~10 秒切另一场景),模型自动保证角色与场景一致。

判断:这是"以自然语言承载编排指令"的路线——编排意图写在提示词里,由模型解析执行。它比可灵的分镜指令更连续(时间轴天然连续),比 PixVerse Canvas 更轻量,但也不可视化、不可精确编辑、不可版本化

缺口:无节点图、无条件分支、无批处理、无中断恢复机制。复杂剧集的编排仍需外部系统承载。

5.4. L4 记忆与状态层

海螺在 L4 上的两个机制:

  1. @ 引用系统:把素材与角色绑定,是事实上的"参考—角色"映射表,可视为轻量资产索引。
  2. In-Context Regeneration:先 768p 再结合上下文无损放大至 2K——"结合上下文"这一表述说明放大阶段会回看原始上下文,属于生成过程内的状态复用。

判断:海螺的 L4 是"强"档,但不是持久化资产库。@ 引用系统解决"这一次的素材怎么组织",In-Context Regeneration 解决"这一次的高分辨率怎么保持上下文",两者都是单次生成内的机制,不是跨会话的持久状态。

缺口

  1. 无公开的角色/道具/场景资产库——对比 Vidu 主体库、PixVerse Character、白日梦角色库,海螺缺少明确的持久化资产载体,标 [待填写]
  2. 无剧情状态机——跨集的剧情连续性仍需外部维护。
  3. H3-Context-IR 虽是 API-only,但官方未说明其压缩结果是否可缓存复用,若可复用则事实上构成一种跨生成的状态缓存,需进一步确认,标 。

5.5. L5 评估与观测层

海螺 AI 的 L5 是本组商业平台中最有客观依据的。

Artificial Analysis 榜单成绩(LUMIENAI 报道):

榜单排名
视频编辑全球第 1
文生视频第 2
图生视频第 3

这三项覆盖了 AI 漫剧生产的三个核心动作(修改已有素材、从零生成画面、以图为条件生成),比单一 ELO 分更有参考价值。

判断:海螺的 L5 属"强"档。但它仍是外部榜单而非平台内建的评估能力——未检索到可用率统计面板、回归集、轨迹追踪或 A/B 工具,标 [待填写]

5.6. L6 治理与安全层

海螺在 L6 上的机制:

机制说明
开源权重H3-Base、H3-Regenerate-2K 已上 Hugging Face,可自审模型行为
国产芯片适配首日完成 9 家芯片/厂商适配,支持信创与私有化部署
H3-Context-IR 保留在 API 内核心技术不外泄,形成开源/闭源的分层控制
成本护栏2K 下每秒价格不足主流模型三分之一,768p 下不足主流 720p 二分之一;另有 0.8 元/秒(2K)与 RunningHub 补贴价 0.2 元/秒

判断:海螺的 L6 强在可自审性与可私有化部署。开源权重意味着使用者可以自行审计模型行为、自行部署、数据不出内网——这对强合规场景(国资、广电、出版、信创)是决定性的。

缺口

  1. 未检索到 AI 生成合成内容标识的公开说明——是否内置符合 GB 45438—2025 的显式标识与 AIGC 元数据隐式标识,无公开结果,标 [待填写]
  2. 未检索到真人形象校验机制——对比豆包/Seedance,海螺在这条红线上无公开信息。
  3. 会员定价三套口径冲突,成本护栏无法精确量化。
  4. 开源权重与 API 能力不一致——开源版不含 Context-IR,自部署与 API 调用的效果可能有显著差异,需在选型时明确区分。

5.7. 六层能力矩阵

海螺 AI 的实现成熟度主要缺口
L1 上下文工程H3-Context-IR(100k→4k token)+ @ 引用系统 + 12 个参考文件最强Context-IR 为 API-only;压缩有损程度未公开
L2 工具与执行多模态精准编辑、V2V Motion Transfer、文字/品牌准确呈现、API无独立 Lip Sync 与图像编辑工具;无 CLI/Skills
L3 编排与控制提示词内时间轴多镜头不可视化、不可精确编辑、不可版本化
L4 记忆与状态@ 引用系统(参考—角色映射)+ In-Context Regeneration无持久化资产库;无剧情状态机
L5 评估与观测AA 榜视频编辑全球第 1 / 文生视频第 2 / 图生视频第 3无平台内建评估面板与回归集
L6 治理与安全开源权重可自审;9 家国产芯片首日适配;成本护栏无 AI 标识公开说明;无真人校验公开说明;定价三套口径

6. 实际案例

6.1. 案例一:多素材复杂参考的漫剧镜头

  • 背景:一场群戏需要同时锚定多个角色、特定场景、特定运镜与特定音色。多数平台在参考素材量超过上限后只能分批生成,导致一致性断裂。
  • 方案:使用 H3 的 @ 引用系统,在提示词中显式声明"用图 A 做角色、用视频 B 的运镜、用音频 C 的声音";配合 H3-Context-IR 把约 100,000 token 源素材压缩至约 4,000 token。
  • 效果:具体的素材承载量提升与一致性改善数据未见官方披露,标 [待填写]
  • Harness 解读:这是本组唯一从"压缩"而非"扩容"角度解决上下文瓶颈的方案。对素材密集型项目(多角色、多场景、服化道繁复的古装/奇幻题材),其理论优势最明显。

6.2. 案例二:开源后的国产芯片适配

  • 背景:强合规与信创环境要求模型可私有化部署、可运行在国产芯片上。
  • 方案:2026 年 8 月 3 日 MiniMax H3 正式开源,首日完成华为昇腾、摩尔线程、沐曦、海光、昆仑芯、天数智芯、壁仞、AMD、Intel 适配,并上线 Hugging Face、魔搭 ModelScope、ComfyUI、RunningHub、fal,推理框架支持 vLLM-Omni 与 SGLang。
  • 效果:2K 视频生成价格 0.8 元/秒;RunningHub 首发补贴价 2K 画质低至 0.2 元/秒。具体的部署吞吐与性能损失数据未见披露,标 [待填写]
  • Harness 解读:这是本组唯一同时满足"开源可自审"与"国产芯片可用"的方案。需要注意开源版不含 H3-Context-IR,自部署前应评估该能力缺失对项目的实际影响。

6.3. 案例三:S4 Capital / Monks 战略合作

  • 背景:AI 视频模型的商业化需要进入全球广告营销主链路。
  • 方案:2025 年 7 月 5 日 MiniMax 与全球广告营销公司 S4 Capital / Monks 摩课士宣布战略合作。
  • 效果:合作的具体落地项目与营收贡献未见公开披露,标 [待填写]
  • Harness 解读:结合 H3 官方列举的应用场景(广告、品牌、电商、产品设计、UI/UX、游戏),可见海螺的商业重心在营销与商业内容,而非长视频剧集。选型时应考虑这一重心差异。

7. 总结

7.1. 优势

  1. L1 上下文工程本组最强:H3-Context-IR 的 25:1 压缩比是唯一从根本上缓解上下文容量瓶颈的机制。
  2. @ 引用系统把参考注入显式化:素材用途可声明,不靠模型猜。
  3. 第三方评估最有说服力:Artificial Analysis 视频编辑全球第 1、文生视频第 2、图生视频第 3,覆盖三个核心动作。
  4. 开源 + 国产芯片适配:唯一同时满足可自审与信创部署的方案。
  5. 原生 32 kHz 立体声:音视频同次推理联合生成,非后期配音。
  6. 成本优势明确:2K 下每秒价格不足主流模型三分之一,768p 下不足主流 720p 二分之一。
  7. In-Context Regeneration 兼顾成本与保真:先 768p 定内容,再结合上下文无损放大至 2K。

7.2. 局限

  1. 会员定价三套口径冲突:68~1399 元/月、29~69 元/月、$21~$90/月 三套并存,无法精确核算。
  2. H3-Context-IR 为 API-only:开源权重不含核心压缩能力,自部署与 API 调用效果可能显著不同。
  3. 无持久化资产库:@ 引用系统是单次机制,跨集、跨会话的资产复用需外部承载。
  4. 编排不可视化:提示词内时间轴多镜头无法精确编辑与版本化。
  5. L6 合规信息空白:AI 标识与真人形象校验均无公开说明。
  6. 工具广度不足:缺独立 Lip Sync 产品线与图像编辑工作台;无 CLI/Skills。
  7. 商业重心偏营销:官方列举的应用场景以广告、品牌、电商为主,长视频剧集不是其主战场。
  8. 自部署门槛高:基座权重约 134 GiB(BF16),硬件要求显著。

7.3. 适用边界

适合不适合
多素材复杂参考的漫剧/影视镜头需要持久化资产库做跨集连续生产的项目
信创 / 国产芯片 / 私有化部署环境需要精确可视化编排的复杂剧集
强合规、需自审模型行为的场景需要低门槛、低硬件投入的小团队
广告、品牌、电商、产品设计、游戏需要完整图像编辑工作流的项目
成本敏感且能接受 15 秒片段拼接需要单次生成长镜头(>15 秒)的场景
出海与全球化业务需要平台内置合规标识的场景

7.4. 选型建议

  • 选海螺的核心理由是上下文容量与可私有化部署,不是工具完整性。若你的项目素材密集(多角色、多场景、服化道繁复),H3-Context-IR 是不可替代的能力。
  • 明确区分开源版与 API 版:开源版(H3-Base、H3-Regenerate-2K)不含 H3-Context-IR。若核心价值在于上下文压缩,应走 API;若核心价值在于私有化部署与可自审,可接受开源版并自行解决上下文管理。
  • 自建资产库是必要的:@ 引用系统只解决单次素材组织。跨集角色与场景一致性需要你在外部维护角色卡、场景卡与剧情状态机,并在每次生成时通过 @ 引用显式注入。
  • 合规能力需自行验证:无公开的 AI 标识与真人形象机制说明,国内平台分发的作品须自建符合 GB 45438—2025 的显式标识与 AIGC 元数据隐式标识管线。
  • 成本核算按最保守口径:三套定价口径并存,建议按 0.7~0.8 元/秒(1080p/2K)估算并预留返工冗余。
  • 自部署前评估硬件:基座权重约 134 GiB(BF16),需匹配相应显存与存储;若选国产芯片路线,建议先做单芯片性能实测。

信息缺口声明

  1. 海螺 AI 会员定价:存在 68/245/578/899/1399 元/月、29/69 元/月、$21~$90/月 三套口径,未能从 hailuoai.com 直接核验。
  2. H3-Context-IR 的压缩有损程度:100k→4k token 为有损压缩,哪些信息被丢弃、是否有优先级策略、是否可缓存复用,均未公开。
  3. 海螺 AI 的持久化资产库:是否存在类似 Vidu 主体库、PixVerse Character 的机制,无公开结果。
  4. H3-Context-IR 在开源版中的替代方案:自部署用户如何管理大量参考素材的上下文,无公开说明。
  5. 提示词内时间轴多镜头的规格:单次提示支持的最大镜头数、时间轴粒度、镜头间一致性保证机制,无公开说明。
  6. 海螺 AI 的 AI 生成合成内容标识落实方式:是否符合 GB 45438—2025 的显式标识与 AIGC 元数据隐式标识要求,无公开结果。
  7. 海螺 AI 的真人形象校验机制:是否存在真人校验与真人人脸限制,无公开结果。
  8. 海螺 AI 是否提供 CLI / Skills 类工具:未检索到相关公开信息。
  9. 开源版在各国产芯片上的实测性能:首日完成适配,但吞吐、延迟与精度损失数据未见披露。
  10. 平台内建评估能力:是否存在可用率统计、回归集、轨迹追踪,无公开结果。

8. 参考资料

  1. MiniMax 官方博客《MiniMax H3: An Open Model Breaking the Boundaries Between Tasks and Modalities》 — https://www.minimax.io/blog/minimax-h3
  2. LUMIENAI《MiniMax H3 Tops Video Editing Charts With Open Weights and Lower Prices》 — https://lumienai.com/news/minimax-h3-open-weight-video-model-editing-benchmark
  3. 南方都市报《MiniMax 第三代视频模型开源,视频编辑能力全球第一》 — https://www.toutiao.com/article/7669739176429912595/
  4. 中国日报网财经《H3 多模态大模型今日首发上线 RunningHub》 — https://caijing.chinadaily.com.cn/a/202607/31/WS6a6c655fa310d709c2fc0e89.html
  5. 海螺 AI 官网 — https://hailuoai.com/
  6. Comfy 官网(含已上线 MiniMax H3 信息) — https://comfy.org/
  7. 百度百科《AI漫剧》 — https://baike.baidu.com/item/AI%E6%BC%AB%E5%89%A7/68788906
  8. 百度百科《关键帧动画》 — https://baike.baidu.com/item/%E5%85%B3%E9%94%AE%E5%B8%A7%E5%8A%A8%E7%94%BB/10223838
  9. 360 百科《关键帧》 — https://baike.so.com/doc/6737995-32354145.html
  10. 国家网信办等四部门《人工智能生成合成内容标识办法》(国信办通字〔2025〕2 号) — https://www.cac.gov.cn/2025-03/14/c_1743654684782215.htm
  11. 强制性国家标准 GB 45438—2025《网络安全技术 人工智能生成合成内容标识方法》 — https://www.tc260.org.cn/upload/2025-03-15/1742009439794081593.pdf
  12. 今日头条《AI 漫剧的变现逻辑,可以总结为"一基三翼"》 — https://www.toutiao.com/article/7678962433607664163
  13. 澎湃新闻《1914 元制作 1 集?漫剧仍困在隐性成本中》 — https://www.thepaper.cn/newsDetail_forward_33993493
  14. 一品威客《AI 漫剧分镜设计指南》 — https://gonglue.epwk.com/322844.html

Hailuo AI (MiniMax) AI Comic Drama Platform Research

1. Introduction

Hailuo AI is the AI content generation product under MiniMax (listed on the Hong Kong Stock Exchange, ticker 0100.HK). Among the 8 objects in this group, Hailuo AI has the strongest context engineering capability: its H3 model's H3-Context-IR mechanism can compress roughly 100,000 tokens of source material down to about 4,000 tokens, combined with the "@ reference system" that directly annotates each asset's role in the prompt.

This capability has direct significance for AI comic drama. The core challenge of comic drama is "a single generation must simultaneously anchor characters, scenes, costumes/props/sets, camera movement, and voice timbre" — essentially a context capacity problem. Most platforms solve this by expanding the input limit (Seedance supports 9 images + 3 videos + 3 audios); Hailuo's approach is compression — compressing large amounts of source material into relational context to fundamentally relieve the capacity bottleneck.

1.1. Developer & Version History

TimelineEvent
August 2024AI video generation model launched in Hailuo AI
July 5, 2025Announced strategic partnership with global advertising/agency company S4 Capital / Monks
October 2025Released Hailuo 2.3 video generation model (physical realism, stylization, body movement, facial micro-expressions, motion-instruction response)
July 31, 2026MiniMax H3 released at the World Artificial Intelligence Conference (WAIC) in Shanghai
August 3, 2026MiniMax H3 officially open-sourced

Model generations: Hailuo 01 → Hailuo 02 → H3, with H3 being the third-generation video generation model iterated since Hailuo AI's launch.

1.2. Positioning

MiniMax H3 is positioned as a general multimodal generation model: it uniformly understands text, image, video, and audio context, generating video with native stereo audio, up to 15 seconds long and at 2K resolution.

Compared with other objects in this group, H3's positioning has three features:

  1. Unified rather than stitched together: the official line emphasizes "unified understanding of text/image/video/audio context" and a "unified multimodal joint audio-video generation architecture", rather than a combination of multiple single-modality models.
  2. Native audio: output carries native 32 kHz stereo sound, not post-production dubbing.
  3. Open-source + closed-source dual track: base weights are open-sourced (H3-Base, H3-Regenerate-2K), while H3-Context-IR stays within the API.

Application scenarios (as listed officially): advertising, branding, e-commerce, product design, UI/UX, and gaming.

1.3. Pricing

Important Note: Hailuo AI's membership pricing has three conflicting sets of figures, which could not be directly verified from hailuoai.com, so all are marked [To be verified].

Set 1: Domestic 5-tier membership (cited from a CITIC Securities research report, [To be verified: from research-report chart OCR; figures should be labeled with the report's basis])

Monthly FeeEquivalent Number of 6s Hailuo-2.3 1080p Videos
¥68/month12.5
¥245/month56
¥578/month131
¥899/month150
¥1399/monthUnlimited

Equivalent to roughly ¥0.7/second (1080p). The international site's corresponding figures: $9.99 / $34.99 / $79.99 / $124.99 / $199.99.

Set 2: ima.qq.com knowledge base ([To be verified: conflicts with the figures above])

  • Free tier: 5 free generations per day
  • Basic membership ¥29/month (200 credits)
  • Pro membership ¥69/month (600 credits)
  • Generating one 1080P 5-second video consumes roughly 8 credits
  • Claims "a 14G VRAM graphics card is enough to run locally"

Set 3: Consumer subscription (per LUMIENAI report)

  • $21/month (180 credits) up to $90/month (1,300 credits)

Model invocation pricing (official blog basis):

  • Per-second price at 2K is less than one-third of mainstream models
  • At 768p, less than half of mainstream models' 720p
  • Other reports: 2K video generation price ¥0.8/second; RunningHub launch price as low as ¥0.2/second for 2K quality (platform-subsidized price)

1.4. Open Forms

FormDescription
Web (hailuoai.com)Main entry point; the homepage promotes "MiniMax H3 officially launched", including curated play styles, community open-source projects, hands-on tutorials, and creative workflows
Developer APIH3-Context-IR is API-only
Open-source weightsH3-Base, H3-Regenerate-2K are released
Community integrationComfyUI, RunningHub, fal, Hugging Face, ModelScope

2. Glossary

TermEnglish / AbbreviationDefinition
AI Comic DramaAI Comic DramaA content format between static comics and live-action short dramas, composed of comic panels plus dynamic audiovisual language
Motion ComicMotion ComicA lightly animated video format built on static comic assets through camera movement, zoom, localized motion effects and dubbing
StoryboardStoryboardConverts a written script into visual sketches, annotating each shot's composition, action, and duration
Character ConsistencyCharacter ConsistencyThe ability of the same character to stay stable in facial features, costume, body shape and temperament across shots, episodes and separate generations
KeyframeKeyframeFrames that define key states (start and end) of animation or camera changes, corresponding to "key drawings" in 2D animation
In-between / TweenIn-between / TweenTransition frames automatically generated between keyframes via interpolation algorithms
First-Last FrameFirst-Last FrameAn image-to-video control method where the first and last frames are uploaded and the model fills in the intermediate motion path
Image-to-VideoImage-to-Video (I2V)Inputs a single static image and the model generates several seconds of animation
Lip SyncLip SyncOverlays audio onto a generated character and drives the mouth to match the speech
Camera LanguageCamera LanguageThe audiovisual expression system that conveys narrative through shot size, angle, movement, composition and editing rhythm
Contextual Omni RepresentationContextual Omni RepresentationOne of H3's technical stack: unified multimodal context representation
H3-VAEH3-VAEOne of H3's technical stack: video variational autoencoder
H3-Omni TransformerH3-Omni TransformerOne of H3's technical stack: full-modality Transformer backbone
In-Context RegenerationIn-Context RegenerationOne of H3's technical stack: first generates 768p, then losslessly upscales to 2K using context
H3-Context-IRH3-Context-IRH3's context compression mechanism: compresses roughly 100,000 tokens of source material to about 4,000 tokens; API-only
@ Reference System@ Reference SystemDirectly annotates each asset's role in the prompt (use image A as the character, video B's camera movement, audio C's voice)
V2V Motion TransferVideo-to-Video Motion TransferTransfers the motion of one video onto another generated result
Native Stereo AudioNative Stereo AudioH3's 32 kHz stereo output, generated jointly with video in the same inference
BF16Brain Floating Point 1616-bit brain floating point format; H3's base weights are about 134 GiB (BF16)
WAICWorld Artificial Intelligence ConferenceThe World Artificial Intelligence Conference; H3 was released at WAIC in Shanghai on 2026-07-31
Explicit / Implicit LabelExplicit / Implicit LabelThe two statutory labels for AI-generated synthetic content: explicit labels are user-perceivable prompts; implicit labels are embedded in file metadata
AIGC Metadata FieldAIGC Metadata FieldThe implicit-label metadata field mandated by the compulsory national standard GB 45438—2025

3. Feature Descriptions

3.1. Video Generation

ParameterValue
Maximum duration15 seconds
Frame rate24fps
Maximum resolution2K (upscaled from 768p base via H3-Regenerate-2K)
Native audio32 kHz stereo
Per-generation reference file limitUp to 12 (9 images + 3 videos + 3 audios)
Base weightsAbout 134 GiB (BF16)
Released weightsH3-Base, H3-Regenerate-2K

The four components of the tech stack: Contextual Omni Representation, H3-VAE, H3-Omni Transformer, In-Context Regeneration.

Price advantages (official basis): at 2K the per-second price is less than one-third of mainstream models; at 768p, less than half of mainstream models' 720p.

3.2. Multimodal References & @ Reference System

H3 supports up to 12 reference files per prompt (9 images + 3 videos + 3 audios).

Combined with the "@ reference system", users can directly annotate each asset's role in the prompt — for example "use image A as the character, video B's camera movement, audio C's voice". This turns reference injection from "upload and let the model guess" into "explicit declaration", an important advance in L1 context engineering.

3.3. In-Prompt Timeline Multi-Shot

According to Weibo @MiniMax (2026-09-11): H3 has built-in multi-shot switching and can write a timeline directly in the prompt — for example "shoot X in seconds 0~5, switch to another scene in seconds 5~10", with the model automatically keeping characters and scenes consistent.

This is the capability in this group closest to Kling's "smart storyboard", but the form differs: Kling uses storyboard instructions (wide shot–medium shot–close-up), while Hailuo uses timeline instructions (0~5s / 5~10s). The former segments by shot size, the latter by duration.

3.4. Editing & Motion Transfer

  • Multimodal precise editing & control: make precise modifications to the generated result.
  • V2V Motion Transfer: video-to-video motion transfer.
  • Accurate rendering of text & brand information: an officially emphasized capability with high value for advertising and e-commerce scenarios.

4. Platform Architecture

4.1. Overall Architecture

图 4-1|海螺 AI(H3)五层平台架构:从生态适配到应用层

海螺 AI(H3)五层平台架构 信息截止 2026-09-12 · 示意:基于本文分析绘制 生态适配层 社区平台:Hugging Face · 魔搭 ModelScope · ComfyUI · RunningHub · fal 推理框架:vLLM-Omni · SGLang 芯片适配层 华为昇腾 · 摩尔线程 · 沐曦 · 海光 · 昆仑芯 · 天数智芯 壁仞 · AMD · Intel —— 本组唯一完整国产芯片适配清单 开源/闭源双轨 开源:H3-Base · H3-Regenerate-2K(约 134 GiB / BF16) 闭源(API-only):H3-Context-IR,100k token 压缩至 4k token H3 技术栈(本图重点) Contextual Omni Representation · H3-VAE · H3-Omni Transformer In-Context Regeneration:先 768p 定内容,再结合上下文放大至 2K 应用层 海螺 AI 网页端:玩法精选 / 社区开源项目 / 实战教程 / 创作工作流 开发者 API(H3-Context-IR 以 API-only 形式提供) 首日完成适配 硬件承载 权重发布 能力供给 结构解读:海螺 AI 以 H3 模型栈为核心,采用开源/闭源双轨发布, 完整国产芯片适配支撑信创私有化部署;H3-Context-IR 为本组唯一压缩路线,但 API-only。

数据来源:基于本文分析绘制的示意图。

┌──────────────────────────────────────────────────────────────────┐
│  生态适配层  Hugging Face · 魔搭 ModelScope · ComfyUI · RunningHub  │
│              · fal · vLLM-Omni · SGLang                            │
├──────────────────────────────────────────────────────────────────┤
│  芯片适配层  华为昇腾 · 摩尔线程 · 沐曦 · 海光 · 昆仑芯 · 天数智芯    │
│              · 壁仞 · AMD · Intel                                  │
├──────────────────────────────────────────────────────────────────┤
│  开源/闭源双轨  开源:H3-Base · H3-Regenerate-2K                    │
│                 闭源(API-only):H3-Context-IR                     │
├──────────────────────────────────────────────────────────────────┤
│  H3 技术栈  Contextual Omni Representation · H3-VAE                │
│             H3-Omni Transformer · In-Context Regeneration         │
├──────────────────────────────────────────────────────────────────┤
│  应用层  海螺 AI 网页端(玩法精选 / 社区开源项目 / 实战教程 / 工作流) │
│          · 开发者 API                                              │
└──────────────────────────────────────────────────────────────────┘

4.2. H3 Tech Stack

ComponentRole
Contextual Omni RepresentationUnified multimodal context representation, mapping text/image/video/audio into the same representation space
H3-VAEVideo variational autoencoder, responsible for video compression and reconstruction
H3-Omni TransformerFull-modality Transformer backbone
In-Context RegenerationFirst generates 768p, then losslessly upscales to 2K using context

In-Context Regeneration is a design worth noting: it changes "high-resolution generation" from "computing it all at once" to "first fix the content at low resolution, then upscale with context". This both lowers compute cost and ensures the upscaling process does not lose the original context (character and scene information).

4.3. Open-Source & Deployment Layer

On August 3, 2026, MiniMax H3 was officially open-sourced; the released model weights include H3-Base and H3-Regenerate-2K. The base weights are about 134 GiB (BF16).

Key constraint: H3-Context-IR is API-only and is not released with the open weights. This means the open-source version does not have the full context compression capability — self-hosted users must solve the context management of large amounts of reference material on their own.

4.4. Ecosystem Adaptation Layer

Chips and communities adapted on the first day of open-sourcing:

  • Chips: Huawei Ascend, Moore Threads, Metax, Hygon, Kunlunxin, Tianshu Zhixin, Biren, AMD, Intel
  • Communities & platforms: Hugging Face, ModelScope, ComfyUI, RunningHub, fal
  • Inference frameworks: vLLM-Omni, SGLang

This is the only complete domestic chip adaptation list in the group, with direct value for Xinchuang (domestic IT) and localization environments.


5. Harness Design

5.1. L1 Context Engineering Layer

Hailuo AI's L1 is the strongest in this group, and it is the only platform that adopts the "compression" route rather than the "expansion" route.

MechanismDescription
H3-Context-IRCompresses roughly 100,000 tokens of source material into a relational context of about 4,000 tokens, a compression ratio of about 25:1
@ Reference SystemExplicitly declares each asset's role in the prompt (use image A as the character, video B's camera movement, audio C's voice)
Per-generation reference limitUp to 12 reference files (9 images + 3 videos + 3 audios)
Contextual Omni RepresentationUnified multimodal context representation

Comparing the L1 routes of the objects in this group:

PlatformRouteEffect
Hailuo AICompression (100k→4k tokens)Smallest capacity bottleneck; can carry large amounts of material
Doubao/SeedanceExpansion (four modalities, 9 images + 3 videos + 3 audios)Full modality coverage, but fixed capacity
ViduReference-based video generation (up to 7 reference images)Clear reference count; visual-leaning
PixVerseCharacter reference + multiple references + first-last frameConventional reference injection
KlingElement referencingLargely single-reference
ComfyUISliding context window + Prompt TravelFrame-level context reuse

Assessment: H3-Context-IR's 25:1 compression ratio means that, under the same context budget, Hailuo can carry far more reference material than other platforms. For complex projects with "20 characters + 30 scenes + extensive costumes/props/sets references in one drama", this is decisive.

Gaps:

  1. H3-Context-IR is API-only, and the open weights do not include this capability. Self-hosted users cannot enjoy the compression dividend.
  2. The degree of loss in compression is not disclosed — 100k→4k is lossy compression, and which information is discarded or whether there is a priority strategy are not documented, marked [To be filled].
  3. No public cache-reuse mechanism (whether the context can be reused when the same character is referenced repeatedly across shots).

5.2. L2 Tooling & Execution Layer

Hailuo AI's L2 includes: multimodal precise editing & control, V2V Motion Transfer, accurate rendering of text & brand information, and the developer API.

Assessment: Hailuo's L2 ranks "strong", but its tool breadth falls short of PixVerse (CLI + Skills + Lip Sync + camera control + Template) and Jimeng (six categories of image editing in the smart canvas). It lacks a standalone Lip Sync product line and an image-editing workbench, but it adds V2V motion transfer — a rare "video-to-video" capability in this group.

Programmability: a developer API is provided, and since H3 is open-source and self-hostable, the theoretical programmability ceiling is high. However, no CLI or Skills-type tools were found, marked [To be filled].

5.3. L3 Orchestration & Control Layer

The core of Hailuo at L3 is in-prompt timeline multi-shot: built-in multi-shot switching that lets you write a timeline directly in the prompt (shoot X in seconds 0~5, switch to another scene in seconds 5~10), with the model automatically keeping characters and scenes consistent.

Assessment: this is the route of "carrying orchestration instructions in natural language" — the orchestration intent is written into the prompt and parsed/executed by the model. It is more continuous than Kling's storyboard instructions (timelines are naturally continuous) and more lightweight than PixVerse Canvas, but it is also not visualizable, not precisely editable, and not versionable.

Gap: no node graphs, no conditional branching, no batch processing, and no interruption-resume mechanism. Orchestration of complex episodes still requires an external system.

5.4. L4 Memory & State Layer

Hailuo's two mechanisms at L4:

  1. @ Reference System: binds assets to characters, effectively a "reference—character" mapping table that can be viewed as a lightweight asset index.
  2. In-Context Regeneration: first 768p, then losslessly upscaled to 2K with context — the phrase "combined with context" indicates that the upscaling stage looks back at the original context, a form of state reuse within the generation process.

Assessment: Hailuo's L4 ranks "strong", but it is not a persistent asset library. The @ Reference System solves "how this generation's assets are organized", and In-Context Regeneration solves "how this generation keeps its context at high resolution"; both are within-a-single-generation mechanisms, not cross-session persistent state.

Gap:

  1. No public character/prop/scene asset library — compared to Vidu's subject library, PixVerse Character, and Bai Ri Meng's character library, Hailuo lacks a clear persistent asset carrier, marked [To be filled].
  2. No plot state machine — cross-episode plot continuity still requires external maintenance.
  3. Although H3-Context-IR is API-only, the official line does not state whether its compression result can be cached and reused; if reusable, it would effectively constitute a cross-generation state cache that needs further confirmation, marked [To be verified].

5.5. L5 Evaluation & Observation Layer

Hailuo AI's L5 has the most objective basis among the commercial platforms in this group.

Artificial Analysis leaderboard results (per LUMIENAI report):

LeaderboardRank
Video editingNo. 1 globally
Text-to-videoNo. 2
Image-to-videoNo. 3

These three cover the three core actions of AI comic drama production (modifying existing material, generating imagery from scratch, and conditionally generating from images), which is more informative than a single ELO score.

Assessment: Hailuo's L5 ranks "strong". But it is still an external leaderboard rather than a platform-built-in evaluation capability — no availability-statistics dashboard, regression set, trajectory tracking, or A/B tools were found, marked [To be filled].

5.6. L6 Governance & Security Layer

Hailuo's mechanisms at L6:

MechanismDescription
Open weightsH3-Base and H3-Regenerate-2K are on Hugging Face, enabling users to self-audit model behavior
Domestic chip adaptationAdapted 9 chips/vendors on day one, supporting Xinchuang and private deployment
H3-Context-IR kept within the APICore technology is not leaked, forming layered open/closed control
Cost guardrailsAt 2K the per-second price is less than one-third of mainstream models, and at 768p less than half of mainstream 720p; additionally ¥0.8/second (2K) and RunningHub's subsidized ¥0.2/second

Assessment: Hailuo's L6 strength lies in self-auditability and private deployment. Open weights mean users can audit model behavior themselves, deploy it themselves, and keep data within their own network — decisive for strictly compliant scenarios (state-owned, broadcasting, publishing, and Xinchuang environments).

Gap:

  1. No public statement on AI-generated synthetic content labeling was found — whether it has built-in explicit labels complying with GB 45438—2025 and implicit AIGC metadata labels has no public result, marked [To be filled].
  2. No real-person likeness verification mechanism was found — compared to Doubao/Seedance, Hailuo has no public information on this red line.
  3. The three conflicting sets of membership pricing prevent precise quantification of the cost guardrail.
  4. Open weights and API capabilities are inconsistent — the open-source version does not include Context-IR, so self-deployment and API invocation could differ significantly; this must be clearly distinguished during selection.

5.7. Six-Layer Capability Matrix

LayerHailuo AI ImplementationMaturityMain Gaps
L1 Context EngineeringH3-Context-IR (100k→4k tokens) + @ Reference System + 12 reference filesStrongestContext-IR is API-only; degree of compression loss not disclosed
L2 Tooling & ExecutionMultimodal precise editing, V2V Motion Transfer, accurate text/brand rendering, APIStrongNo standalone Lip Sync or image-editing tools; no CLI/Skills
L3 Orchestration & ControlIn-prompt timeline multi-shotStrongNot visualizable, not precisely editable, not versionable
L4 Memory & State@ Reference System (reference—character mapping) + In-Context RegenerationStrongNo persistent asset library; no plot state machine
L5 Evaluation & ObservationAA leaderboard: video editing No. 1 globally / text-to-video No. 2 / image-to-video No. 3StrongNo platform-built-in evaluation dashboard or regression set
L6 Governance & SecurityOpen weights self-auditable; 9 domestic chips adapted on day one; cost guardrailsStrongNo public AI-label statement; no public real-person verification statement; three pricing sets

6. Case Studies

6.1. Case 1: Comic Drama Shots with Complex Multi-Asset References

  • Background: a group scene must simultaneously anchor multiple characters, a specific scene, a specific camera movement, and a specific voice timbre. Most platforms can only generate in batches once the reference material exceeds the limit, breaking consistency.
  • Solution: use H3's @ Reference System to explicitly declare "use image A as the character, video B's camera movement, audio C's voice" in the prompt; combined with H3-Context-IR to compress roughly 100,000 tokens of source material down to about 4,000 tokens.
  • Result: no official figures for the specific improvement in material load capacity and consistency were disclosed, marked [To be filled].
  • Harness takeaway: this is the only solution in this group that addresses the context bottleneck from the "compression" rather than "expansion" angle. For material-intensive projects (multi-character, multi-scene, elaborate costumes/props/sets in historical/fantasy genres), its theoretical advantage is most obvious.

6.2. Case 2: Domestic Chip Adaptation After Open-Sourcing

  • Background: strictly compliant and Xinchuang environments require models that can be privately deployed and run on domestic chips.
  • Solution: on August 3, 2026, MiniMax H3 was officially open-sourced, with day-one adaptation for Huawei Ascend, Moore Threads, Metax, Hygon, Kunlunxin, Tianshu Zhixin, Biren, AMD, and Intel, launched on Hugging Face, ModelScope, ComfyUI, RunningHub, and fal, with vLLM-Omni and SGLang supported as inference frameworks.
  • Result: 2K video generation price is ¥0.8/second; RunningHub's launch subsidized price for 2K quality is as low as ¥0.2/second. Specific deployment throughput and performance-loss figures were not disclosed, marked [To be filled].
  • Harness takeaway: this is the only solution in this group that simultaneously satisfies "open-source and self-auditable" and "runnable on domestic chips". Note that the open-source version does not include H3-Context-IR, so you should assess the actual impact of that missing capability before self-deploying.

6.3. Case 3: S4 Capital / Monks Strategic Partnership

  • Background: commercializing AI video models requires entering the global advertising/marketing main pipeline.
  • Solution: on July 5, 2025, MiniMax announced a strategic partnership with global advertising/agency company S4 Capital / Monks.
  • Result: the partnership's specific landed projects and revenue contribution have not been publicly disclosed, marked [To be filled].
  • Harness takeaway: combined with the application scenarios officially listed for H3 (advertising, branding, e-commerce, product design, UI/UX, gaming), it is clear Hailuo's commercial focus is on marketing and commercial content rather than long-form video series. This focus difference should be considered during selection.

7. Summary

7.1. Strengths

  1. Strongest L1 context engineering in this group: H3-Context-IR's 25:1 compression ratio is the only mechanism that fundamentally relieves the context capacity bottleneck.
  2. The @ Reference System makes reference injection explicit: asset purposes can be declared rather than guessed by the model.
  3. Most persuasive third-party evaluation: Artificial Analysis — video editing No. 1 globally, text-to-video No. 2, image-to-video No. 3 — covering the three core actions.
  4. Open-source + domestic chip adaptation: the only solution that simultaneously satisfies self-audit and Xinchuang deployment.
  5. Native 32 kHz stereo audio: audio and video are generated jointly in the same inference, not post-production dubbing.
  6. Clear cost advantage: at 2K the per-second price is less than one-third of mainstream models, and at 768p less than half of mainstream 720p.
  7. In-Context Regeneration balances cost and fidelity: first fix content at 768p, then losslessly upscale to 2K using context.

7.2. Limitations

  1. Three conflicting sets of membership pricing: ¥68~1399/month, ¥29~69/month, and $21~$90/month coexist and cannot be precisely accounted for.
  2. H3-Context-IR is API-only: the open weights do not include the core compression capability, so self-deployment and API invocation may differ significantly.
  3. No persistent asset library: the @ Reference System is a per-generation mechanism; cross-episode and cross-session asset reuse must be carried externally.
  4. Orchestration is not visualizable: in-prompt timeline multi-shot cannot be precisely edited or versioned.
  5. L6 compliance information gap: there is no public statement on either AI labeling or real-person likeness verification.
  6. Insufficient tool breadth: lacks a standalone Lip Sync product line and an image-editing workbench; no CLI/Skills.
  7. Commercial focus leans toward marketing: the officially listed application scenarios center on advertising, branding, and e-commerce; long-form video series is not its main battleground.
  8. High self-deployment threshold: base weights are about 134 GiB (BF16), requiring significant hardware.

7.3. Applicability Boundaries

Suitable ForNot Suitable For
Comic drama/film & TV shots with complex multi-asset referencesProjects that need a persistent asset library for continuous cross-episode production
Xinchuang / domestic chip / private deployment environmentsComplex episodes requiring precise visualizable orchestration
Strictly compliant scenarios that need self-audit of model behaviorSmall teams requiring low barrier and low hardware investment
Advertising, branding, e-commerce, product design, gamingProjects requiring a complete image-editing workflow
Cost-sensitive and able to accept stitching 15-second clipsScenarios requiring a single long-shot generation (>15 seconds)
Overseas expansion and global businessScenarios requiring platform-built-in compliance labeling

7.4. Selection Recommendations

  • The core reason to choose Hailuo is context capacity and private deployment, not tool completeness. If your project is material-intensive (multi-character, multi-scene, elaborate costumes/props/sets), H3-Context-IR is an irreplaceable capability.
  • Clearly distinguish the open-source version from the API version: the open-source version (H3-Base, H3-Regenerate-2K) does not include H3-Context-IR. If core value lies in context compression, go with the API; if core value lies in private deployment and self-audit, the open-source version is acceptable with self-managed context.
  • Building your own asset library is necessary: the @ Reference System only solves single-generation asset organization. Cross-episode character and scene consistency requires you to maintain character cards, scene cards, and a plot state machine externally, and inject them explicitly via @ references on every generation.
  • Compliance capabilities must be verified yourself: with no public statement on AI labeling and real-person likeness mechanisms, works distributed on domestic platforms must build an explicit-label and implicit AIGC metadata-label pipeline complying with GB 45438—2025.
  • Estimate costs using the most conservative figures: since three pricing sets coexist, estimate at about ¥0.7~0.8/second (1080p/2K) and reserve rework slack.
  • Evaluate hardware before self-deploying: base weights are about 134 GiB (BF16), requiring matching VRAM and storage; if taking the domestic chip route, run a single-chip performance test first.

Information Gap Declaration

  1. Hailuo AI membership pricing: three sets coexist — ¥68/245/578/899/1399 per month, ¥29/69 per month, and $21~$90 per month — which could not be directly verified from hailuoai.com.
  2. Degree of compression loss in H3-Context-IR: 100k→4k tokens is lossy compression; which information is discarded, whether there is a priority strategy, and whether it can be cached and reused are all undisclosed.
  3. Hailuo AI's persistent asset library: whether a mechanism similar to Vidu's subject library or PixVerse Character exists has no public result.
  4. Alternative to H3-Context-IR in the open-source version: how self-hosted users manage context for large amounts of reference material has no public explanation.
  5. Specification of in-prompt timeline multi-shot: the maximum number of shots per prompt, timeline granularity, and inter-shot consistency-guarantee mechanism have no public explanation.
  6. How Hailuo AI implements AI-generated synthetic content labeling: whether it meets the explicit-label and implicit AIGC metadata-label requirements of GB 45438—2025 has no public result.
  7. Hailuo AI's real-person likeness verification mechanism: whether real-person verification and real-person face restrictions exist has no public result.
  8. Whether Hailuo AI provides CLI / Skills-type tools: no relevant public information was found.
  9. Measured performance of the open-source version on each domestic chip: adaptation completed on day one, but throughput, latency, and precision-loss figures have not been disclosed.
  10. Platform-built-in evaluation capability: whether availability statistics, a regression set, or trajectory tracking exist has no public result.

8. References

  1. MiniMax official blog "MiniMax H3: An Open Model Breaking the Boundaries Between Tasks and Modalities" — https://www.minimax.io/blog/minimax-h3
  2. LUMIENAI "MiniMax H3 Tops Video Editing Charts With Open Weights and Lower Prices" — https://lumienai.com/news/minimax-h3-open-weight-video-model-editing-benchmark
  3. Southern Metropolis Daily "MiniMax's third-generation video model open-sourced, video-editing capability No. 1 globally" — https://www.toutiao.com/article/7669739176429912595/
  4. China Daily Finance "H3 multimodal large model launched on RunningHub today" — https://caijing.chinadaily.com.cn/a/202607/31/WS6a6c655fa310d709c2fc0e89.html
  5. Hailuo AI official website — https://hailuoai.com/
  6. Comfy official website (including info that MiniMax H3 is live) — https://comfy.org/
  7. Baidu Baike "AI漫剧" — https://baike.baidu.com/item/AI%E6%BC%AB%E5%89%A7/68788906
  8. Baidu Baike "关键帧动画" — https://baike.baidu.com/item/%E5%85%B3%E9%94%AE%E5%B8%A7%E5%8A%A8%E7%94%BB/10223838
  9. 360 Baike "关键帧" — https://baike.so.com/doc/6737995-32354145.html
  10. Measures for the Labeling of AI-Generated Synthetic Content (Issued by the Cyberspace Administration of China and three other departments, No. 2 of 2025) — https://www.cac.gov.cn/2025-03/14/c_1743654684782215.htm
  11. Compulsory national standard GB 45438—2025 "Cybersecurity Technology — Methods for Labeling AI-Generated Synthetic Content" — https://www.tc260.org.cn/upload/2025-03-15/1742009439794081593.pdf
  12. Toutiao "The monetization logic of AI comic drama, summarized as 'one foundation, three wings'" — https://www.toutiao.com/article/7678962433607664163
  13. Paper.cn "¥1914 to produce one episode? Comic drama remains trapped in hidden costs" — https://www.thepaper.cn/newsDetail_forward_33993493
  14. Yipin Weike "AI Comic Drama Storyboard Design Guide" — https://gonglue.epwk.com/322844.html