{"version":"1","model":{"id":"fal-ai/ltx-2-19b/image-to-video","name":"LTX-2 19B (I2V)","kind":"video","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"LTX-2 19B image-to-video — animate a start image into ultra-high-resolution clips up to 4K with optional end-frame interpolation and native audio.","categories":["i2v"],"prompt_required":true,"prompt_supported":true,"supports":{"startImage":true,"endImage":true,"audioGeneration":true},"requires":{"startImage":true},"aspect_ratios":["16:9","9:16","1:1"],"resolutions":["1080p","1440p","2160p"],"durations":[3,4,5,6,7,8,10],"base_credits":35,"api_gross_margin_percent":20,"added_at":"2026-05-05","popularity_rank":286,"example_prompt":"Upload a striking image and describe dramatic motion — LTX-2 19B renders it in ultra-high resolution up to 4K with smooth cinematic movement","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/i2v-batch2-start-sm.webp","video":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/ltx2-19b-i2v-sm.mp4"},"schema_url":"/api/v1/models?id=fal-ai%2Fltx-2-19b%2Fimage-to-video","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fltx-2-19b%2Fimage-to-video","title":"LTX-2 19B (I2V) generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/ltx-2-19b/image-to-video.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/ltx-2-19b/image-to-video","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"prompt":{"type":"string"},"num_inference_steps":{"title":"Num Inference Steps","description":"The number of inference steps to use.","default":40,"type":"number","minimum":8,"maximum":50,"multipleOf":1},"negative_prompt":{"title":"Negative Prompt","description":"The negative prompt to generate the video from.","default":"blurry, out of focus, overexposed, underexposed, low contrast, washed out colors, excessive noise, grainy texture, poor lighting, flickering, motion blur, distorted proportions, unnatural skin tones, deformed facial features, asymmetrical face, missing facial features, extra limbs, disfigured hands, wrong hand count, artifacts around text, inconsistent perspective, camera shake, incorrect depth of field, background too sharp, background clutter, distracting reflections, harsh shadows, inconsistent lighting direction, color banding, cartoonish rendering, 3D CGI look, unrealistic materials, uncanny valley effect, incorrect ethnicity, wrong gender, exaggerated expressions, wrong gaze direction, mismatched lip sync, silent or muted audio, distorted voice, robotic voice, echo, background noise, off-sync audio,incorrect dialogue, added dialogue, repetitive speech, jittery movement, awkward pauses, incorrect timing, unnatural transitions, inconsistent framing, tilted camera, flat lighting, inconsistent tone, cinematic oversaturation, stylized filters, or AI artifacts.","type":"string"},"video_output_type":{"title":"Video Output Type","description":"The output type of the generated video.","default":"X264 (.mp4)","type":"string","enum":["X264 (.mp4)","VP9 (.webm)","PRORES4444 (.mov)","GIF (.gif)"]},"camera_lora_scale":{"title":"Camera LoRA Scale","description":"The scale of the camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the mod","default":1,"type":"number","minimum":0,"maximum":1},"interpolation_direction":{"title":"Interpolation Direction","description":"The direction to interpolate the image sequence in. 'Forward' goes from the start image to the end image, 'Backward' goes from the end image to the st","default":"forward","type":"string","enum":["forward","backward"]},"generate_audio":{"title":"Generate Audio","description":"Whether to generate audio for the video.","default":true,"type":"boolean"},"guidance_scale":{"title":"Guidance Scale","description":"The guidance scale to use.","default":3,"type":"number","minimum":1,"maximum":10},"acceleration":{"title":"Acceleration","description":"The acceleration level to use.","default":"regular","type":"string","enum":["none","regular","high","full"]},"image_strength":{"title":"Image Strength","description":"The strength of the image to use for the video generation.","default":1,"type":"number","minimum":0,"maximum":1},"num_frames":{"title":"Num Frames","description":"The number of frames to generate.","default":121,"type":"number","minimum":9,"maximum":481,"multipleOf":1},"enable_prompt_expansion":{"title":"Enable Prompt Expansion","description":"Whether to enable prompt expansion.","default":true,"type":"boolean"},"enable_safety_checker":{"title":"Enable Safety Checker","description":"Run the safety checker to block unsafe content.","default":true,"type":"boolean"},"camera_lora":{"title":"Camera LoRA","description":"The camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the model to move th","default":"none","type":"string","enum":["dolly_in","dolly_out","dolly_left","dolly_right","jib_up","jib_down","static","none"]},"end_image_strength":{"title":"End Image Strength","description":"The strength of the end image to use for the video generation.","default":1,"type":"number","minimum":0,"maximum":1},"fps":{"title":"Fps","description":"The frames per second of the generated video.","default":25,"type":"number","minimum":1,"maximum":60},"video_write_mode":{"title":"Video Write Mode","description":"The write mode of the generated video.","default":"balanced","type":"string","enum":["fast","balanced","small"]},"seed":{"title":"Seed","description":"The seed for the random number generator.","type":"integer"},"video_quality":{"title":"Video Quality","description":"The quality of the generated video.","default":"high","type":"string","enum":["low","medium","high","maximum"]},"use_multiscale":{"title":"Use Multiscale","description":"Whether to use multi-scale generation. If True, the model will generate the video at a smaller scale first, then use the smaller video to guide the ge","default":true,"type":"boolean"},"aspect_ratio":{"type":"string","enum":["16:9","9:16","1:1"]},"resolution":{"type":"string","enum":["1080p","1440p","2160p"]},"duration":{"type":"number","enum":[3,4,5,6,7,8,10]},"image_url":{"type":"string","format":"uri"},"end_image_url":{"type":"string","format":"uri"}},"required":["model_id","prompt","image_url"],"additionalProperties":false},"parameters":[{"key":"num_inference_steps","label":"Num Inference Steps","type":"number","default":40,"min":8,"max":50,"step":1,"description":"The number of inference steps to use."},{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"blurry, out of focus, overexposed, underexposed, low contrast, washed out colors, excessive noise, grainy texture, poor lighting, flickering, motion blur, distorted proportions, unnatural skin tones, deformed facial features, asymmetrical face, missing facial features, extra limbs, disfigured hands, wrong hand count, artifacts around text, inconsistent perspective, camera shake, incorrect depth of field, background too sharp, background clutter, distracting reflections, harsh shadows, inconsistent lighting direction, color banding, cartoonish rendering, 3D CGI look, unrealistic materials, uncanny valley effect, incorrect ethnicity, wrong gender, exaggerated expressions, wrong gaze direction, mismatched lip sync, silent or muted audio, distorted voice, robotic voice, echo, background noise, off-sync audio,incorrect dialogue, added dialogue, repetitive speech, jittery movement, awkward pauses, incorrect timing, unnatural transitions, inconsistent framing, tilted camera, flat lighting, inconsistent tone, cinematic oversaturation, stylized filters, or AI artifacts.","description":"The negative prompt to generate the video from."},{"key":"video_output_type","label":"Video Output Type","type":"select","default":"X264 (.mp4)","options":["X264 (.mp4)","VP9 (.webm)","PRORES4444 (.mov)","GIF (.gif)"],"description":"The output type of the generated video."},{"key":"camera_lora_scale","label":"Camera LoRA Scale","type":"number","default":1,"min":0,"max":1,"description":"The scale of the camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the mod"},{"key":"interpolation_direction","label":"Interpolation Direction","type":"select","default":"forward","options":["forward","backward"],"description":"The direction to interpolate the image sequence in. 'Forward' goes from the start image to the end image, 'Backward' goes from the end image to the st"},{"key":"generate_audio","label":"Generate Audio","type":"toggle","default":true,"description":"Whether to generate audio for the video."},{"key":"guidance_scale","label":"Guidance Scale","type":"number","default":3,"min":1,"max":10,"description":"The guidance scale to use."},{"key":"acceleration","label":"Acceleration","type":"select","default":"regular","options":["none","regular","high","full"],"description":"The acceleration level to use."},{"key":"image_strength","label":"Image Strength","type":"number","default":1,"min":0,"max":1,"description":"The strength of the image to use for the video generation."},{"key":"num_frames","label":"Num Frames","type":"number","default":121,"min":9,"max":481,"step":1,"description":"The number of frames to generate."},{"key":"enable_prompt_expansion","label":"Enable Prompt Expansion","type":"toggle","default":true,"description":"Whether to enable prompt expansion."},{"key":"enable_safety_checker","label":"Enable Safety Checker","type":"toggle","default":true,"description":"Run the safety checker to block unsafe content."},{"key":"camera_lora","label":"Camera LoRA","type":"select","default":"none","options":["dolly_in","dolly_out","dolly_left","dolly_right","jib_up","jib_down","static","none"],"description":"The camera LoRA to use. This allows you to control the camera movement of the generated video more accurately than just prompting the model to move th"},{"key":"end_image_strength","label":"End Image Strength","type":"number","default":1,"min":0,"max":1,"description":"The strength of the end image to use for the video generation."},{"key":"fps","label":"Fps","type":"number","default":25,"min":1,"max":60,"description":"The frames per second of the generated video."},{"key":"video_write_mode","label":"Video Write Mode","type":"select","default":"balanced","options":["fast","balanced","small"],"description":"The write mode of the generated video."},{"key":"seed","label":"Seed","type":"seed","description":"The seed for the random number generator."},{"key":"video_quality","label":"Video Quality","type":"select","default":"high","options":["low","medium","high","maximum"],"description":"The quality of the generated video."},{"key":"use_multiscale","label":"Use Multiscale","type":"toggle","default":true,"description":"Whether to use multi-scale generation. If True, the model will generate the video at a smaller scale first, then use the smaller video to guide the ge"}]}}