infery
← All models

LTX-2 19B

ltx-2-19b-extend-video

Video generationby Lightricks

Extend video with audio using LTX-2

Example

Details

Accepts
video

Pricing

Price
0.225 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
fpsnumberThe frames per second of the generated video.
seedThe seed for the random number generator.
promptrequiredstringThe prompt to generate the video from.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
video_urlrequiredstringThe URL of the video to extend.
num_framesintegerThe number of frames to generate.
video_sizeThe size of the generated video.
camera_lorastringenum: dolly_in, dolly_out, dolly_left, dolly_right, jib_up, jib_downThe 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 the camera.
accelerationstringenum: none, regular, high, fullThe acceleration level to use.
end_image_urlThe URL of the image to use as the end of the extended video.
video_qualitystringenum: low, medium, high, maximumThe quality of the generated video.
audio_strengthnumberAudio conditioning strength. Lower values represent more freedom given to the model to change the audio content.
generate_audiobooleanWhether to generate audio for the video.
guidance_scalenumberThe guidance scale to use.
use_multiscalebooleanWhether 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 generation of a video at or above your requested size. This results in better coherence and details.
video_strengthnumberVideo conditioning strength. Lower values represent more freedom given to the model to change the video content.
match_input_fpsbooleanWhen true, match the output FPS to the input video's FPS instead of using the default target FPS.
negative_promptstringThe negative prompt to generate the video from.
extend_directionstringenum: forward, backwardDirection to extend the video. 'forward' extends from the end of the video, 'backward' extends from the beginning.
video_write_modestringenum: fast, balanced, smallThe write mode of the generated video.
camera_lora_scalenumberThe 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 model to move the camera.
video_output_typestringenum: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif)The output type of the generated video.
end_image_strengthnumberThe strength of the end image to use for the video generation.
num_context_framesintegerThe number of frames to use as context for the extension.
num_inference_stepsintegerThe number of inference steps to use.
enable_safety_checkerbooleanWhether to enable the safety checker.
enable_prompt_expansionbooleanWhether to enable prompt expansion.

Output

FieldTypeDescription
seedintegerThe seed used for the random number generator.
videoThe generated video.
promptstringThe prompt used for the generation.