Hailuo 2.3 icon视频 API已上线

hailuo-2-3 API

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。

参数

promptstring

Text description of the video to generate

必填
imagestring

Reference image URL for image-to-video generation

必填
modelstring

Sub-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-standard
durationstring

Video duration: "6" or "10" seconds

可选 · 默认 6
resolutionstring

Output 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)

基础价格$0.30
积分30
计费按成功请求

使用场景

这些场景可通过当前模型和对应后端节点实现。

01

Create short-form video content for social media marketing

02

Animate product photos into dynamic marketing videos

03

Build AI video generation into your creative workflow tools

04

Animate still images into dynamic video clips

常见问题

How much does the Hailuo API cost?

Standard mode: 30 credits (6s 768P), 45 credits (10s or 1080P). Pro mode: 45–85 credits depending on duration and resolution.

What video lengths does Hailuo 2.3 support?

Hailuo 2.3 generates 6 or 10 second video clips at 768P or 1080P resolution.

What is the difference between standard and pro?

Pro mode produces higher quality videos with better motion fidelity. Standard mode is cheaper and still produces excellent results.

相关真实模型