Img2Videoper second
$0.03
Framepack AI के साथ इमेज से उच्च-गुणवत्ता वाले, लंबे वीडियो बनाएं। Framepack API तक के ज़रिए पहुँचें और आज ही सुसंगत वीडियो सीक्वेंस बनाएं!
प्राइसिंग जनरेट किए गए वीडियो की प्रति सेकंड के आधार पर गणना की जाती है।
$0.03
Capabilities from the production model page.
Framepack video API मल्टीमोडल इनपुट सपोर्ट करता है, आपकी इमेज और टेक्स्ट प्रॉम्प्ट को हाई-क्वालिटी वीडियो में बदलता है।
Framepack AI API लॉन्ग वीडियो जनरेशन और फ्लेक्सिबल ड्यूरेशन विकल्प सपोर्ट करता है: 30 FPS पर 10–30 सेकंड।
Framepack AI को anti-drifting और anti-forgetting जैसी उन्नत विधियों से प्रशिक्षित किया गया है ताकि पूरे ड्यूरेशन में कंसिस्टेंसी और क्वालिटी बनी रहे।
Framepack AI I2V जनरेशन के लिए नेक्स्ट फ़्रेम प्रेडिक्शन का उपयोग करके ऑटोरिग्रेसिव तरीके से वीडियो जनरेट करता है, जिससे एफिशिएंसी और क्वालिटी मिलती है।
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-encoded string के रूप में दे सकते हैं। स्पष्ट, अच्छी रोशनी वाली इमेज इस्तेमाल करें; चेहरे और मानव विषय आमतौर पर सबसे अच्छे परिणाम देते हैं।
नहीं, हम रिफंड नहीं देते। लेकिन जब आप पहली बार PiAPI Workspace पर साइन अप करते हैं, तो आपको भुगतान करने से पहले हमारे प्लेग्राउंड और API (विशेष रूप से "Pay-as-you-go" सेवा) को आज़माने के लिए फ्री क्रेडिट मिलते हैं।
कृपया हमें ईमेल करें: support@piapi.ai — हम आपके साथ हमारी प्रोडक्ट ऑफरिंग पर और बात करना चाहेंगे!
More questions? See the API docs.
Framepack API