infery
← All models

Ltx 2.3 Quality

ltx-2.3-quality-audio-to-video

Video generationby Lightricks

Generate high-quality video with audio from audio, text and images using LTX-2.3

Example

Details

Accepts
text + image + video + audio

Pricing

Price
0.301 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility. If None, a random seed is chosen.
promptrequiredstringThe prompt to guide the video generation.
image_urlstringThe URL of the starting image.
sync_modebooleanIf True, the media is returned as a data URI inline in the response. Useful for short-lived requests and tests.
num_framesintegerThe number of frames to generate.
resolutionThe size of the generated video. 'auto' derives the size from the input image aspect ratio.
video_qualitystringenum: low, medium, high, maximumThe quality preset of the generated video.
generate_audiobooleanWhether to include audio in the returned video. When disabled, the final MP4 is returned without an audio track.
guidance_scalenumberClassifier-free guidance scale. The default is tuned for fast, high-quality generation.
image_strengthnumberConditioning strength on the start image. 1.0 = exact first-frame match, lower = more freedom for the model.
negative_promptstringThe negative prompt to steer generation away from.
video_write_modestringenum: fast, balanced, smallThe write mode of the generated video.
frames_per_secondnumberFrames per second of the generated video.
num_inference_stepsintegerNumber of inference steps. Defaults to 15 and can be increased up to 30.
enable_safety_checkerbooleanWhether to enable the safety checker.
enable_prompt_expansionbooleanWhether to enable prompt expansion.
audio_urlstringThe URL of the audio track that drives generation.
match_audio_lengthbooleanWhen enabled, derives the number of frames from the audio duration and frames_per_second. When disabled, uses num_frames.
video_urlstringThe source video to spatially outpaint.
aspect_ratiostringenum: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16Target aspect ratio for the outpainted video. Choose a different ratio than the input video to extend the frame cleanly, e.g. use 16:9 for a 4:3 source.
source_scalenumberScale of the source video inside the target canvas before outpainting. 1.0 uses the largest source size that fits the target canvas, which is recommended for true aspect-ratio outpainting such as 4:3 to 16:9. Lower values create a zoom-out border around the source and are less stable.
video_strengthnumberStrength of the IC-LoRA video guide for the original content. Higher values preserve the source video more strongly inside the outpainted canvas.
output_resolutionstringenum: 480p, 720p, 1080pOutput resolution tier. 480p is faster, 720p is the default balance, and 1080p gives a larger canvas when it fits LTX limits.
mask_video_urlstringThe mask video. White regions are regenerated; black regions are preserved from the source video.

Output

FieldTypeDescription
seedintegerThe seed actually used for generation.
videoThe generated video.
promptstringThe prompt used for generation (after any expansion).