infery
← All models

Ltx 2.3 Quality

ltx-2.3-quality-ingredient

Video editby Lightricks

Generate high-quality video with audio from reference, character sheet, storyboard using LTX-2.3

Example

Details

Accepts
image

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 generated video. For best results, use a 'Reference sheet: ... Generated video: ...' structure.
image_urlrequiredstringURL of the Ingredient reference sheet image. The sheet should contain clean panels for the characters, props, and location to preserve.
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 final generated video size. The default keeps the workflow's first stage at the Ingredient LoRA's trained 768x448 bucket before the official 2x refinement stage.
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.
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.
reference_strengthnumberStrength of the reference-sheet guide. 1.0 uses the sheet fully; lower values give the model more freedom.
ingredient_strengthnumberStrength of the built-in Ingredient IC-LoRA. Higher values make the reference sheet identities and props more dominant.
enable_safety_checkerbooleanWhether to enable the safety checker.
enable_prompt_expansionbooleanWhether to enable prompt expansion.

Output

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