← All models
Ltx 2.5 Text to Video Fast
ltx-2.5-text-to-video-pro
Video generationby lightricks
LTX-2.5 is Lightricks' open-source audio-video model. This endpoint generates synchronized video and audio from a text prompt in a single pass, in a quality-optimized mode for final, high-fidelity output.
Example
Details
- Accepts
- text
Pricing
- Price
- 0.021 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| fps | integerenum: 24, 25, 50 | The frames per second of the generated video. |
| promptrequired | string | The prompt to use for the generated video |
| duration | —enum: 6, 8, 10, auto | The duration of the generated video in seconds. Set to 'auto' to let the model choose the duration automatically. |
| resolution | stringenum: 720p, 1080p | The resolution of the generated video. |
| aspect_ratio | stringenum: 16:9, 9:16 | The aspect ratio of the generated video |
| camera_motion | — | Optional camera motion applied to the generated video. |
| generate_audio | boolean | Whether to generate audio for the generated video |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video file |
