Animate images into videos
Test AI video generation for free, then deploy via API.
LTX-2.3 22B Distilled INT8
Image-to-Video
Estimated cost: $0.052802/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 professional young man speaking directly to the camera in a studio setting, his lips moving naturally in sync with the speech, subtle head movements and eyebrow expressions while talking, soft studio lighting, neutral grey background, shallow depth of field, corporate presentation style, smooth steady camera",
"model": "Ltx2_3_22B_Dist_INT8",
"width": 1024,
"height": 1024,
"seed": 3935173805,
"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 professional young man speaking directly to the camera in a studio setting, his lips moving naturally in sync with the speech, subtle head movements and eyebrow expressions while talking, soft studio lighting, neutral grey background, shallow depth of field, corporate presentation style, smooth steady camera"' \
-F 'model="Ltx2_3_22B_Dist_INT8"' \
-F 'width="1024"' \
-F 'height="1024"' \
-F 'seed="3935173805"' \
-F 'frames=120' \
-F 'fps=24'
Estimated cost: $0.052802/video
2
free videos left
Seconds