infery
← All models

Ltx 2.3 Quality

ltx-2.3-quality-text-to-audio

Musicby Lightricks

Text to Audio high-quality using LTX-2.3

Details

Accepts
text

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 generate the audio from.
sync_modebooleanIf True, the audio is returned as a data URI inline in the response. Useful for short-lived requests and tests.
num_framesintegerThe audio duration expressed in LTX video-frame units. Duration is approximately num_frames / frames_per_second seconds.
guidance_scalenumberClassifier-free guidance scale.
negative_promptstringThe negative prompt to steer generation away from.
frames_per_secondnumberFrame rate used to derive the generated audio duration.
num_inference_stepsintegerNumber of inference steps.
enable_safety_checkerbooleanWhether to enable the safety checker.
enable_prompt_expansionbooleanWhether to enable prompt expansion.

Output

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