PROVIDER

MiniMax AI 模型

Hailuo video generation at native 1080p with accurate physics simulation and complex motion.

2 models · 13 variants · $0.010
OVERVIEW

MiniMax develops Hailuo, a video generation model producing text-to-video and image-to-video at native 1080p with accurate physics simulation, complex motion, and human pose fidelity.

  • 單一 API key 可跨 provider 共用
  • Model skill 將文件與 schema 帶入你的 workspace
  • 按次收費,無需承諾
  • 失敗的生成不會收費
FEATURES

亮點

MODELS

MiniMax 的所有模型

QUICKSTART

安裝 MiniMax model skill。

選一個模型並加入其 skill,讓 coding tool 取得文件、schema、價格備註與 setup 步驟。

runapi.ai
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": "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge."
}'
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: "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge.",
});
<?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' => 'Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge.',
]);
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: "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge."
)
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
@runapi.ai/hailuo v1
REFERENCE

MiniMax 的所有變體

完整價目表 →
Model Variant Billing From
Hailuo
hailuo-02-image-to-video-pro call $0.570 查看 →
hailuo-02-image-to-video-standard call $0.300 查看 →
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 $0.010 查看 →
MiniMax-M2.1 1K tokens $0.010 查看 →
MiniMax-M2.5 1K tokens $0.010 查看 →
MiniMax-M2.5-highspeed 1K tokens $0.020 查看 →
MiniMax-M2.7 1K tokens $0.010 查看 →
MiniMax-M2.7-highspeed 1K tokens $0.020 查看 →
MiniMax-M3 1K tokens $0.020 查看 →
FAQ

關於 MiniMax 的常見問題

這是 MiniMax 的官方整合嗎?

RunAPI 提供託管 API 介面,價格、能力及錯誤行為都清晰透明。

我需要 MiniMax 帳戶嗎?

不用 — 你的 RunAPI 密鑰已足夠使用託管存取。

透過 proxy 會增加多少延遲?

通常少於 20 ms。RunAPI 會將 proxy 層維持在貼近 model 執行區域的位置。

圖片/影片會快取嗎?

生成結果會按 task ID 儲存並可供取回。輸入內容不會快取。

我可以使用自己的 key 嗎?

目前不支援 — 請使用 RunAPI 管理的存取。

立即開始

立即開始使用 MiniMax models 開發。