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 即時回傳為準,且可能隨模型版本而異。

供应商

MiniMax
接入协议
openai/v1/videos
Bedrock2
接入协议
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,每秒生成影片的費用 $0.05 起。實際費率取決於解析度、生成模式與音訊。用多少付多少,沒有月費。