Img2Videoper second
$0.03
أنشئ فيديوهات أطول وبجودة عالية من الصور باستخدام Framepack AI. احصل على Framepack API عبر لإنشاء تسلسلات فيديو متسقة بدءًا من اليوم!
يتم احتساب السعر لكل ثانية من الفيديو المُولّد.
$0.03
Capabilities from the production model page.
يدعم Framepack video API مدخلات متعددة الوسائط، ويحوّل صورتك وموجّه النص إلى فيديوهات عالية الجودة.
يدعم Framepack AI API توليد فيديو طويل مع خيارات مدة مرنة: من 10 إلى 30 ثانية عند 30 FPS.
تم تدريب Framepack AI بطرق anti-drifting وanti-forgetting لضمان ثبات النتائج وجودتها طوال مدة الفيديو.
يستخدم Framepack AI توقّع الإطار التالي في توليد I2V لتوليد الفيديو بشكل ذاتي (autoregressive) مع كفاءة وجودة.
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/framepack",
"task_type": "img2video",
"input": {
"start_image": "YOUR_IMAGE_URL",
"prompt": "The camera slowly zooms in on a calm portrait.",
"duration": 10
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run framepack \ start_image=YOUR_IMAGE_URL \ prompt="The camera slowly zooms in on a calm portrait." \ duration=10 ✓ Task completed! https://img.theapi.app/ephemeral/…
Framepack هو نموذج I2V يحوّل الصور الثابتة إلى فيديو. تم تدريبه لتوليد فيديوهات طويلة. ابدأ مع Framepack AI API أو جرّب عرضًا تجريبيًا في ساحة تجربة مولّد فيديو Framepack AI!
السعر هو $0.03 لكل ثانية من الفيديو المُولّد. تدفع فقط مقابل المدة التي تطلبها، مع اختيار مرن بين 10 و30 ثانية.
يمكنك تزويد صورة البداية واختياريًا صورة النهاية كرابط URL أو كسلسلة base64. استخدم صورًا واضحة وجيدة الإضاءة؛ الوجوه والمواضيع البشرية تعطي عادةً أفضل النتائج.
لا، لا نقدم استردادات. ولكن عند التسجيل لأول مرة في PiAPI Workspace ستحصل على رصيد مجاني لتجربة ساحة اللعب والـAPI (خصوصًا خدمة "Pay-as-you-go") قبل الدفع.
راسلنا عبر البريد الإلكتروني على support@piapi.ai — يسعدنا التحدث أكثر عن عروض منتجاتنا!
More questions? See the API docs.
Framepack API