MiniMax H3 Max
Video Generationminimax/hailuo-3-maxMiniMax 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/videosBedrock2
接入协议
openai
/v1/videos程式碼範例
import timeimport requestsBASE = "https://api.ofox.io/v1/videos"HEADERS = {"Authorization": "Bearer YOUR_OFOX_API_KEY"}# Create the generation tasktask = 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 statewhile True:task = requests.get(f"{BASE}/{task['id']}", headers=HEADERS).json()if task["status"] in ("completed", "failed", "cancelled", "expired"):breaktime.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 起。實際費率取決於解析度、生成模式與音訊。用多少付多少,沒有月費。
MiniMax H3 Max 支援:文生影片, 圖生影片, 影片參考, 480p / 768p, 5-15s, 21:9 / 16:9 / 4:3 / 1:1 / 3:4 / 9:16 / adaptive。實際支援的組合以 API 回傳為準。
使用你的 Ofox API key,透過 POST https://api.ofox.io/v1/videos 建立生成任務,接著輪詢任務狀態直到完成,再從 mirror_urls(或 unsigned_urls)下載影片。
MiniMax H3 Max 支援以下能力:影片輸入。透過 Ofox.ai 統一 API 存取所有功能。