即將推出
複製可用的端點與程式碼範例,需要完整參數時再開啟完整 API 參考文件。
存取完整的範例程式碼和 API 資源,以簡化您的 MiniMax H3 Max 整合流程。我們詳盡的文件提供逐步指引,協助您在專案中充分發揮 MiniMax H3 Max 的潛力。
set -euo pipefail
# 1. Create the task.
task=$(curl --fail-with-body --silent --show-error \
https://api.cometapi.com/v1/videos \
-H "Authorization: Bearer $COMETAPI_KEY" \
--form-string 'model=minimax-h3-max' \
--form-string 'prompt=A cinematic view of clouds moving over green mountains, locked camera, no text.' \
--form-string 'seconds=5' \
--form-string 'size=1344x768')
# Add --form-string 'images=https://example.com/reference.jpg' for image-to-video.
task_id=$(jq -r '.id' <<<"$task")
echo "Task: ${task_id}"
# 2. Poll until the task finishes.
while true; do
task=$(curl --fail-with-body --silent --show-error \
--retry 3 --retry-all-errors --retry-delay 2 \
"https://api.cometapi.com/v1/videos/${task_id}" \
-H "Authorization: Bearer $COMETAPI_KEY")
status=$(jq -r '.status' <<<"$task")
echo "Status: $status"
[[ "$status" == "failed" ]] && { echo "$task" >&2; exit 1; }
[[ "$status" == "completed" ]] && break
sleep 10
done
# 3. Download the completed video.
curl --fail-with-body --silent --show-error \
--retry 3 --retry-all-errors --retry-delay 2 \
"https://api.cometapi.com/v1/videos/${task_id}/content" \
-H "Authorization: Bearer $COMETAPI_KEY" \
--output "${task_id}.mp4"
echo "Saved: ${task_id}.mp4"將 MiniMax H3 Max 用於符合其 video 能力的正式工作流程,並在長期整合前比較其他選項。
文字轉影片的概念與社群內容
產品展示與電影感分鏡
圖像轉影片動態與創意迭代
比較 CometAPI 提供的其他模型,在品質、延遲、功能與價格間取得平衡。
From fast verification to cinematic output, billing is based on the generated video duration, selecting the appropriate resolution, and turning every generation into a planned creative investment activity rule
FLUX 3 - Real World Models: Towards Multimodal Flow Models as the Backbone of Visual Intelligence.
HappyHorse 1.1 是一款多模態影片生成模型,專為專業內容製作、廣告、短片、社群媒體製作與故事創作而設計。它在 HappyHorse 1.0 的基礎上擴展了能力——HappyHorse 1.0 因在獨立的影片生成評測中名列前茅而廣受關注——並具備更強的場景連貫性與更佳的視覺保真度。
Seedance 2.0 是 ByteDance 面向電影級、多鏡頭敘事影片生成的新一代多模態影片基礎模型。不同於單鏡頭的文字轉影片示範,Seedance 2.0 強調基於參考的控制(圖像、短片段、音訊)、角色與風格在跨鏡頭間的連貫與一致性,以及原生的聲畫同步——旨在讓 AI 影片切實服務於專業創作與前期預視工作流程。
Gemini Omni Fast is a lightweight multimodal video generation model designed for fast and flexible content creation. It enables efficient video generation with support for multiple input types, making it suitable for interactive and iterative workflows.
Sora 2 Pro 是我們最先進且最強大的媒體生成模型,能生成帶有同步音訊的影片。它可以從自然語言或圖像創建細節豐富、動態的影片片段。
在正式上線前,查看即時心跳資料、端點可用性與實測回應時間。