稳定生产路由
No separate MiniMax account needed
Hailuo 2.3 已通过 API in One 接入真实生产路由 /api/v1/videos/generations,后端节点为 node51。一个 API Key 即可调用并按成功请求计费。
以下能力来自当前已接入的模型配置和后端路由,不展示未上线 API。
No separate MiniMax account needed
Cinematic motion quality rivaling top-tier models
Unified billing with all other live models
Webhook support for async completion
浏览器端只调用同源 API,服务端 BFF 再转发到对应 Worker。
promptstringText description of the video to generate
必填imagestringReference image URL for image-to-video generation
必填modelstringSub-model: "hailuo/2-3-image-to-video-standard" (30–45cr) or "hailuo/2-3-image-to-video-pro" (45–85cr)
可选 · 默认 hailuo/2-3-image-to-video-standarddurationstringVideo duration: "6" or "10" seconds
可选 · 默认 6resolutionstringOutput resolution: "768P" or "1080P"
可选 · 默认 768P{
"endpoint": "/api/v1/videos/generations",
"headers": {
"Authorization": "Bearer <API_KEY>",
"Content-Type": "application/json"
},
"body": {
"model": "hailuo-2-3",
"prompt": "A golden retriever running through a sunflower field at sunset, slow motion",
"image": "https://example.com/golden-retriever.jpg",
"duration": "6",
"resolution": "768P"
}
}图像、视频、音频和工具任务创建后,使用真实任务端点查询结果。
GET/api/v1/tasks/{task_id}查询生成任务状态和结果。30–85 credits per video (~$0.30–$0.85)
这些场景可通过当前模型和对应后端节点实现。
Create short-form video content for social media marketing
Animate product photos into dynamic marketing videos
Build AI video generation into your creative workflow tools
Animate still images into dynamic video clips
Standard mode: 30 credits (6s 768P), 45 credits (10s or 1080P). Pro mode: 45–85 credits depending on duration and resolution.
Hailuo 2.3 generates 6 or 10 second video clips at 768P or 1080P resolution.
Pro mode produces higher quality videos with better motion fidelity. Standard mode is cheaper and still produces excellent results.