← 返回
未分类 Key 中文

Hailuo Video

Generate AI videos with Hailuo (MiniMax) via AceDataCloud API. Use when creating videos from text descriptions or animating images into video. Supports text-...
使用 AceDataCloud API 通过 Hailuo(MiniMax)生成 AI 视频,适用于根据文字描述创作视频或将图片动画化为视频。支持文本‑...
germey germey 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 358
下载
💾 1
安装
1
版本
#latest

概述

Hailuo Video Generation

Generate AI videos through AceDataCloud's Hailuo (MiniMax) API.

Authentication

export ACEDATACLOUD_API_TOKEN="your-token-here"

Quick Start

curl -X POST https://api.acedata.cloud/hailuo/videos \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "generate", "prompt": "a dolphin jumping through ocean waves at golden hour", "model": "minimax-t2v"}'

Models

ModelTypeBest For
-----------------------
minimax-t2vText-to-VideoCreating video from text description
minimax-i2vImage-to-VideoAnimating a still image
minimax-i2v-directorImage-to-Video (Director)Precise control over animation from image

Workflows

1. Text-to-Video

POST /hailuo/videos
{
  "action": "generate",
  "prompt": "a time-lapse of flowers blooming in a meadow",
  "model": "minimax-t2v"
}

2. Image-to-Video

Animate a still image into a video clip.

POST /hailuo/videos
{
  "action": "generate",
  "prompt": "gentle wind blows through the scene",
  "model": "minimax-i2v",
  "first_image_url": "https://example.com/landscape.jpg"
}

3. Image-to-Video (Director Mode)

More precise control over the animation.

POST /hailuo/videos
{
  "action": "generate",
  "prompt": "camera slowly zooms in while leaves fall gently",
  "model": "minimax-i2v-director",
  "first_image_url": "https://example.com/scene.jpg"
}

Parameters

ParameterRequiredValuesDescription
------------------------------------------
actionYes"generate"Action type
promptYesstringVideo description
modelYes"minimax-t2v", "minimax-i2v", "minimax-i2v-director"Model
first_image_urlFor i2vstringSource image URL (required for image-to-video)
mirrorNobooleanMirror the output
callback_urlNostringAsync callback URL

Task Polling

POST /hailuo/tasks
{"task_id": "your-task-id"}

States: processingsucceed or failed.

Gotchas

  • first_image_url is required for minimax-i2v and minimax-i2v-director models
  • Director mode (minimax-i2v-director) provides finer camera/motion control than standard i2v
  • The action field currently only supports "generate" — no extend or edit
  • Flat pricing per generation regardless of model
  • Use mirror: true to horizontally flip the output if needed

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 05:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 331 📥 93,918
dev-programming

Acedatacloud Api

germey
AceDataCloud API 使用指南。在身份验证、发起 API 调用、管理凭证、了解计费或集成 AceDataCloud 服务时使用。
★ 0 📥 600
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 218 📥 47,792