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 เพื่อสร้างวิดีโอแบบออโตรีเกรสซีฟอย่างมีประสิทธิภาพและคุณภาพ
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