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โหมด
การตรวจสอบสิทธิ์
ระบุคีย์ API ของคุณในส่วนหัวคำขอ x-api-key
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
- ไม่พบแบบจำลองหรืองาน
กำลังโหลด…