概览
MiniMax 开发海螺视频生成模型,支持文生视频和图生视频,原生 1080p 输出,精准物理模拟、复杂运动和人体姿态保真。
- 一把 key 覆盖所有提供方
- Model skill 把文档和 schema 带进代码工作区
- 按次计费,无最低消费
- 失败的生成不计费
特性
亮点
模型
MiniMax 全部模型
HA
Video
Hailuo
MiniMax
Hailuo API 调用文本和图片生成 1080p 原生视频,支持精准物理模拟和运动效果。
起价 $0.500 / call
查看 →
MI
Text
MiniMax
MiniMax
MiniMax 文本 API 调用 —— 稀疏 MoE 模型,200K–1M 上下文,最高 SWE-bench Verified 80.5%。
/v1/chat/completions
endpoint
起价 $0.0002 / 1K tokens
查看 →
MI
Video
MiniMax H3
MiniMax
MiniMax H3 视频生成 API,支持最高 2K 的文生视频、图生视频,以及图像、视频和音频多参考生成。
起价 $0.370 / second
查看 →
快速开始
安装一个 MiniMax model skill。
选择模型并添加它的 skill,让编码工具获得文档、schema、定价说明和接入步骤。
curl -X POST https://runapi.ai/api/v1/hailuo/image_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hailuo-2.3-image-to-video-standard",
"image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
"prompt": "生成一段 6 秒的玻璃弹珠在木桌上滚动并从边缘掉落的视频片段。"
}'
import { HailuoClient } from "@runapi.ai/hailuo";
const client = new HailuoClient();
const result = await client.imageToVideo.run({
model: "hailuo-2.3-image-to-video-standard",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "生成一段 6 秒的玻璃弹珠在木桌上滚动并从边缘掉落的视频片段。",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\Hailuo\HailuoClient;
$client = new HailuoClient();
$result = $client->imageToVideo->run([
'model' => 'hailuo-2.3-image-to-video-standard',
'image_url' => 'https://cdn.runapi.ai/public/samples/image.jpg',
'prompt' => '生成一段 6 秒的玻璃弹珠在木桌上滚动并从边缘掉落的视频片段。',
]);
require "runapi/hailuo"
client = RunApi::Hailuo::Client.new
result = client.image_to_video.run(
model: "hailuo-2.3-image-to-video-standard",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "生成一段 6 秒的玻璃弹珠在木桌上滚动并从边缘掉落的视频片段。"
)
npx skills add runapi-ai/hailuo -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
参考
MiniMax 全部变体
| Model | Variant | Billing | Pricing | |
|---|---|---|---|---|
|
Hailuo
|
hailuo-02-image-to-video-pro | call | $0.570 | 查看 → |
| hailuo-02-image-to-video-standard | call | $0.500 | 查看 → | |
| hailuo-02-text-to-video-pro | call | $0.570 | 查看 → | |
| hailuo-02-text-to-video-standard | call | $0.500 | 查看 → | |
| hailuo-2.3-image-to-video-pro | call | $0.900 | 查看 → | |
| hailuo-2.3-image-to-video-standard | call | $0.500 | 查看 → | |
|
MiniMax
|
MiniMax-M2 | 1K tokens | Input $0.19 / 1M tokens | Output $0.73 / 1M tokens | 查看 → |
| MiniMax-M2.1 | 1K tokens | Input $0.19 / 1M tokens | Output $0.73 / 1M tokens | 查看 → | |
| MiniMax-M2.5 | 1K tokens | Input $0.19 / 1M tokens | Output $0.73 / 1M tokens | 查看 → | |
| MiniMax-M2.5-highspeed | 1K tokens | Input $0.37 / 1M tokens | Output $1.46 / 1M tokens | 查看 → | |
| MiniMax-M2.7 | 1K tokens | Input $0.19 / 1M tokens | Output $0.73 / 1M tokens | 查看 → | |
| MiniMax-M2.7-highspeed | 1K tokens | Input $0.37 / 1M tokens | Output $1.46 / 1M tokens | 查看 → | |
| MiniMax-M3 | 1K tokens | Input $0.18-$0.36 / 1M tokens | Output $0.72-$1.44 / 1M tokens | 查看 → |
常见问题
MiniMax 常见问题
这是 MiniMax 官方集成吗?
RunAPI 提供托管 API 接入,定价、能力和错误行为都清晰透明。
需要单独的 MiniMax 账号吗?
不需要——RunAPI key 即可使用托管接入。
代理会带来多少延迟?
一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。
输出会缓存吗?
输出按任务 ID 存储在 R2 供回取。输入不缓存。
能自带 key 吗?
目前不支持——调用使用 RunAPI 托管接入。
立即开始