← All models
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
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| promptrequired | string | The prompt to generate the audio from. |
| sync_mode | boolean | If True, the audio is returned as a data URI inline in the response. Useful for short-lived requests and tests. |
| num_frames | integer | The audio duration expressed in LTX video-frame units. Duration is approximately num_frames / frames_per_second seconds. |
| guidance_scale | number | Classifier-free guidance scale. |
| negative_prompt | string | The negative prompt to steer generation away from. |
| frames_per_second | number | Frame rate used to derive the generated audio duration. |
| num_inference_steps | integer | Number of inference steps. |
| enable_safety_checker | boolean | Whether to enable the safety checker. |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed actually used for generation. |
| audio | — | The generated audio. |
| prompt | string | The prompt used for generation (after any expansion). |