Hailuo 视频生成 / 用 Minimax 的 Hailuo AI 与 Hailuo API 重新定义视频创作!
利用图生视频、文生视频和主体参考等功能,释放你的想象力,即刻生成精彩视频!
Hailuo API Pricing
Pay-as-you-go access through PiAPI.
Hailuo v2.3 FastFast
$0.16
- Fast video generation
- 768p output
Hailuo v2.3
$0.23-$0.45
- Text-to-video and image-to-video
- Higher-quality output
Features
Capabilities from the production model page.
文生视频(T2V-01)
只需输入文字提示,Hailuo AI 即可生成精彩视频!在 Playground 中体验,或通过 Hailuo API 直接调用!
图生视频(I2V)
想根据图片生成视频?拖入你的图像并配上文字提示,见证 I2V-01(及 I2V-01-live)的强大能力!
主体参考(S2V)
上传参考图像并描述场景,感受革命性的角色一致性带来的惊喜!
支持重新生成功能
对某段生成的视频感兴趣,想换个风格再试一次?我们通过 API 接口支持 Hailuo 的重新生成功能。
支持批量生成
需要为自己的网站或数据库批量执行文生视频任务?请在 Discord 上联系我们并提供你的提示词,我们将尽快回复!
双模式 API 服务
Hailuo API 同时支持托管自有账号模式和按需付费模式。根据你的开发需求选择最合适的方式,甚至可以混合使用两种模式,兼顾稳定性与成本。
异步 API 调用
我们的异步功能允许用户提交任务后程序继续运行,直到回调函数触发,无需等待中断。
水印去除
订阅 PiAPI 高级订阅计划后,用户可去除生成视频右下角的「Hailuo」水印。
优先生成
订阅 PiAPI 高级订阅计划后,用户可享受最高优先级的生成服务,非常适合高峰负载和高需求时段!
商业用途
高级计划订阅用户可将生成的视频用于商业用途,满足其业务需求。
Get started
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "hailuo",
"task_type": "video_generation",
"input": {
"model": "v2.3",
"prompt": "A playful cat explores a sunlit garden",
"resolution": 768,
"duration": 6,
"expand_prompt": true
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run hailuo \ model=v2.3 \ prompt="A playful cat explores a sunlit garden" \ resolution=768 \ duration=6 \ expand_prompt=true ✓ Task completed! https://img.theapi.app/ephemeral/…
Frequently asked questions
什么是 Hailuo AI 视频生成器?
什么是 Hailuo API?
Hailuo Video API 由 PiAPI 提供,使开发者能够将 Hailuo 的视频生成能力集成到自己的应用程序中!
使用 Hailuo AI 可以制作哪些类型的视频?
你可以使用 Hailuo AI 视频生成器轻松创作各种精彩视频,在几分钟内将你的创意转化为引人入胜的视觉内容!
目前视频生成有哪些限制?
尽管当前模型表现出色,但仍存在一些局限。例如,在复杂的动作场景(如汽车在雪地漂移)中可能出现物体形变;偶尔原本应运动的物体会保持静止;精确的文字显示也有待进一步改进。
生成过程中是否支持视频预览功能?
目前 Hailuo 尚未在网页应用中提供此功能,但一旦推出,PiAPI 将第一时间将该功能集成进来。
Hailuo API 生成的视频可以用于商业用途吗?
PiAPI 不对生成视频的使用方式设置任何限制。请同时参阅 Hailuo 的使用条款以了解更多详情。
More questions? See the API docs.
我们的博客
查看我们的博客获取相关内容!



