Minimax H3
Minimax
Videoya ReferansMetinden VideoyaGörüntüden Videoya$0,07 / S'den
Minimax H3, yerel olarak senkronize edilmiş ses, hassas kamera kontrolü ve tutarlı anlatılar için gelişmiş anahtar kare düzenleme özellikleriyle çoklu çekim sekansları oluşturur.
Giriş
Mod
Fiyatı görmek için gerekli alanları doldurun.
Text To Video · 2k · 5s
Çıktı
Boşta| Mod | Süre | Çözünürlük | Tip | Fiyat |
|---|---|---|---|---|
| — | output second | 768p | Görüntüden Videoya | $0,07 / s |
| Videoya Referans | $0,07 / s | |||
| Metinden Videoya | $0,07 / s | |||
| 2k | Görüntüden Videoya | $0,12 / s | ||
| Videoya Referans | $0,12 / s | |||
| Metinden Videoya | $0,12 / s | |||
| with video ref | (output + input video) second | 768p | Videoya Referans | $0,07 / s |
| 2k | Videoya Referans | $0,12 / s |
Uç nokta
POST
https://pollo.ai/api/platform/v1/generation/minimax/minimax-h3/videoMod
Kimlik doğrulama
API anahtarınızı x-api-key istek başlığında iletin.
x-api-key: YOUR_API_KEYAPI Anahtarlarını GörüntüleGörevi Gönder
Bir model oluşturma görevi oluşturun.
Rica etmek
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"
}
}'Yanıt (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}Durumu Kontrol Et
Oluşturma işlemi tamamlanana kadar görev durumu uç noktasını sorgulayın.
HTTP isteği
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEYYanıt (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
İsteğe bağlı olarak, görev başarılı veya başarısız olduğunda geri bildirim almak için webhookUrl'yi ekleyebilirsiniz.
İsteğe bağlı istek alanı
{
"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"
}Şema
Seçilen uç nokta ve mod için giriş alanları.
| Alan | Tip | Gerekli | Tanım |
|---|---|---|---|
| prompt | string | Evet | Text prompt describing the content to generate. |
| resolution | string | HAYIR | Output resolution of the generated media (e.g. 720p, 1080p). |
| duration | integer | HAYIR | The duration of the generated video, in seconds. |
| aspectRatio | string | HAYIR | Output aspect ratio, as width:height (e.g. 16:9). |
Hatalar
Genel API yanıt kodlarının yaygın kullanımı.
- 400
- Geçersiz giriş veya model kısıtlaması
- 401
- Eksik veya geçersiz API anahtarı
- 403
- API anahtarının erişimi yok.
- 404
- Model veya görev bulunamadı.
Model dokümantasyonu yakında yayınlanacak.