MiniMax H3 Max

Video Generation
minimax/hailuo-3-max

MiniMax H3 的高速版本,同样原生输出带同步音轨。支持文本、图片、视频、音频混合输入与首尾帧锚定。5-15 秒任意整数时长,480P 与 768P 两档分辨率,7 种画幅(含自适应)。参考素材不额外计费。

長さ
5-15s
音声
対応
リリース日
2026-07-31
生成モード
t2vテキストから動画i2v画像から動画v2v動画から動画
解像度
480p768p
アスペクト比
21:916:94:31:13:49:16adaptive
機能
動画入力
利用可能なプロバイダー
MiniMaxBedrock2
対応プロトコル
openai

料金

$0.05/秒〜
解像度モード音声秒あたりの価格
480pすべてすべて$0.05/秒
768pすべてすべて$0.08/秒
その他すべての組み合わせ$0.08/秒

生成した動画の秒数に応じて課金されます。対応するパラメータの組み合わせと価格は API のリアルタイムの応答に準じ、モデルのバージョンによって変わる場合があります。

Providers

MiniMax
Protocols
openai/v1/videos
Bedrock2
Protocols
openai/v1/videos

コード例

import time
import requests
BASE = "https://api.ofox.ai/v1/videos"
HEADERS = {"Authorization": "Bearer YOUR_OFOX_API_KEY"}
# Create the generation task
task = requests.post(BASE, headers=HEADERS, json={
"model": "minimax/hailuo-3-max",
"prompt": "A golden retriever running on the beach at sunset",
"duration": 5,
"resolution": "768p",
"generate_audio": True,
"provider": {"type": "minimax"},
# Or: "provider": {"type": "novita"}
}).json()
# Poll until the task reaches a terminal state
while True:
task = requests.get(f"{BASE}/{task['id']}", headers=HEADERS).json()
if task["status"] in ("completed", "failed", "cancelled", "expired"):
break
time.sleep(10)
# Prefer mirror_urls (persistent) then fall back to unsigned_urls (24h)
print((task.get("mirror_urls") or task.get("unsigned_urls") or [None])[0])

よくある質問

Ofox.ai の MiniMax H3 Max は、生成した動画 1 秒あたり $0.05〜 で利用できます。実際の料金は解像度・生成モード・音声によって異なります。従量課金制で、月額料金はかかりません。