Minimax H3
Minimax
參考生影片文生影片圖生影片$0.07 起/ 秒
Minimax H3 支援多鏡頭序列,並具備原生音畫同步、精準的鏡頭控制和高階關鍵幀編輯,以實現連貫的敘事。
輸入
模式
請填寫必填欄位以查看價格
Text To Video · 2k · 5s
輸出
閒置| 模式 | 時長 | 分辨率 | 類型 | 價格 |
|---|---|---|---|---|
| — | output second | 768p | 圖生影片 | $0.07 / s |
| 參考生影片 | $0.07 / s | |||
| 文生影片 | $0.07 / s | |||
| 2k | 圖生影片 | $0.12 / s | ||
| 參考生影片 | $0.12 / s | |||
| 文生影片 | $0.12 / s | |||
| with video ref | (output + input video) second | 768p | 參考生影片 | $0.07 / s |
| 2k | 參考生影片 | $0.12 / s |
端點
POST
https://pollo.ai/api/platform/v1/generation/minimax/minimax-h3/video模式
驗證
在 x-api-key 請求標頭中傳遞您的 API 金鑰。
x-api-key: YOUR_API_KEY查看 API 金鑰提交任務
建立模型生成任務。
請求
curl -X POST 'https://pollo.ai/api/platform/v1/generation/minimax/minimax-h3/video' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"resolution": "2k",
"duration": 5,
"aspectRatio": "auto"
}
}'回覆(200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}檢查狀態
輪詢任務狀態端點,直到產生完成。
HTTP 請求
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEY回覆(200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"credit": 12,
"costUsd": 0.12,
"generations": [
{
"id": "generation_01",
"createdDate": "2026-07-13T07:00:00.000Z",
"updatedDate": "2026-07-13T07:00:12.000Z",
"status": "succeeded",
"failMsg": null,
"url": "https://example.com/output.mp4",
"mediaType": "video"
}
]
}Webhook
(可選)包含 webhookUrl,以便在任務成功或失敗時接收回呼。
可選請求字段
{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"resolution": "2k",
"duration": 5,
"aspectRatio": "auto"
},
"webhookUrl": "https://example.com/webhooks/pollo"
}模式
輸入所選端點和模式的欄位。
| 場地 | 類型 | 必需的 | 描述 |
|---|---|---|---|
| prompt | string | 支持 | Text prompt describing the content to generate. |
| resolution | string | 不 | Output resolution of the generated media (e.g. 720p, 1080p). |
| duration | integer | 不 | The duration of the generated video, in seconds. |
| aspectRatio | string | 不 | Output aspect ratio, as width:height (e.g. 16:9). |
錯誤
常見的公共 API 回應代碼。
- 400
- 輸入或模型約束無效
- 401
- API金鑰缺失或無效
- 403
- API金鑰無存取權限
- 404
- 未找到模型或任務
載入中…