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عرض مفاتيح واجهة برمجة التطبيقاتإرسال المهمة
أنشئ مهمة لتوليد النموذج.
طلب
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). |
أخطاء
رموز الاستجابة الشائعة لواجهات برمجة التطبيقات العامة.
- 400
- إدخال غير صالح أو قيد نموذج غير صالح
- 401
- مفتاح API مفقود أو غير صالح
- 403
- لا يملك مفتاح API صلاحية الوصول
- 404
- لم يتم العثور على النموذج أو المهمة
ستتوفر وثائق النموذج قريباً.