プロバイダー
MiniMax AI モデル
正確な物理シミュレーションと複雑なモーションを持つネイティブ1080pのHailuo動画生成。
3 models
·
13 variants
·
から $0.0002
概要
MiniMaxはHailuoを開発しています。これは正確な物理シミュレーション、複雑なモーション、人間のポーズ忠実度を持つネイティブ1080pでテキスト→動画と画像→動画を生成する動画生成モデルです。
- 全プロバイダー共通の API key
- Model skill が docs と schema を作業環境に持ち込みます
- 呼び出し単位の課金、契約不要
- 失敗した生成は課金されません
機能
注目ポイント
モデル
MiniMax の全モデル
HA
Video
Hailuo
MiniMax
ネイティブ1080pでの正確な物理シミュレーションとモーションを持つテキスト・画像→動画向けにHailuo APIにアクセスできます。
から $0.500 / call
見る →
MI
Text
MiniMax
MiniMax
RunAPI経由のMiniMaxテキストAPIアクセス — 200K〜1MコンテキストのスパースMoEモデル、最大80.5% SWE-bench Verified。
/v1/chat/completions
endpoint
から $0.0002 / 1K tokens
見る →
MI
Video
MiniMax H3
MiniMax
テキスト・画像・複数の画像/動画/音声リファレンスから最大2K動画を生成するMiniMax H3 API。
から $0.370 / second
見る →
クイックスタート
MiniMax の model skill をインストール。
モデルを選んで skill を追加すると、コードツールが docs、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 | 見る → |
FAQ
MiniMax に関するよくある質問
これは MiniMax の公式連携ですか?
RunAPI は、料金、機能、エラー挙動が明確なマネージド API サーフェスを提供します。
MiniMax アカウントは必要ですか?
いいえ。RunAPI key だけでマネージドアクセスを利用できます。
料金はどう請求されますか?
呼び出しまたは単位ごとの従量課金で、失敗した生成は課金されません。
今すぐ開始