Animate images into videos
Test AI video generation for free, then deploy via API.
LTX-2 19B Distilled FP8
Image-to-Video
Estimated cost: $0.046363/video
2
free videos left
Seconds
Estimated Boost cost:0.000000
{
"first_frame_image": "@https://depinprod.s3.pl-waw.scw.cloud/depin-landing/10773736/Ltx2_19B_Dist_FP8_img2vid_source.jpg",
"prompt": "A massive overgrown concrete tower rising above the clouds with lush green vegetation cascading down its walls, as majestic waterfalls pour from multiple levels into the misty void below. Golden sunlight breaks through the clouds, casting warm rays across the ancient structure while birds fly slowly around the surreal floating citadel",
"model": "Ltx2_19B_Dist_FP8",
"width": 1024,
"height": 1024,
"seed": 1543216838,
"frames": 120,
"fps": 24
}
curl -X POST \
'https://api.deapi.ai/api/v1/client/img2video' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {{ YOUR_API_TOKEN }}' \
-F 'first_frame_image=@https://depinprod.s3.pl-waw.scw.cloud/depin-landing/10773736/Ltx2_19B_Dist_FP8_img2vid_source.jpg' \
-F 'prompt="A massive overgrown concrete tower rising above the clouds with lush green vegetation cascading down its walls, as majestic waterfalls pour from multiple levels into the misty void below. Golden sunlight breaks through the clouds, casting warm rays across the ancient structure while birds fly slowly around the surreal floating citadel"' \
-F 'model="Ltx2_19B_Dist_FP8"' \
-F 'width="1024"' \
-F 'height="1024"' \
-F 'seed="1543216838"' \
-F 'frames=120' \
-F 'fps=24'
Estimated cost: $0.046363/video
2
free videos left
Seconds