← All models
LTX-Video is a real-time video generation model that creates 24 FPS videos at 768x512 resolution from text or images. Run LTX-Video with an API.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 2.5 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed to use for random number generation. |
| promptrequired | string | The prompt to generate the video from. |
| guidance_scale | number | The guidance scale to use. |
| negative_prompt | string | The negative prompt to generate the video from. |
| num_inference_steps | integer | The number of inference steps to take. |
| image_url | string | The URL of the image to generate the video from. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for random number generation. |
| video | — | The generated video. |