← All models
LTX 2.5 Image to Video Fast
ltx-2.5-image-to-video-fast
Video editby lightricks
LTX-2.5 is Lightricks' open-source audio-video model. This endpoint animates a still image into video with synchronized audio in a single pass, in a speed-optimized mode for quick iteration.
Example
Details
- Accepts
- image
Pricing
- Price
- 0.021 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| fps | integerenum: 24, 25, 48, 50 | The frames per second of the generated video. |
| promptrequired | string | The prompt to use for the generated video |
| duration | —enum: 6, 8, 10, 12, 14, 16… | The duration of the generated video in seconds. Set to 'auto' to let the model choose the duration automatically. |
| image_urlrequired | string | The URL of the start image to use for the generated video. |
| resolution | stringenum: 720p, 1080p, 1440p, 2160p | The resolution of the generated video. |
| aspect_ratio | stringenum: auto, 16:9, 9:16 | The aspect ratio of the generated video. If 'auto', the aspect ratio will be determined automatically based on the input image. |
| camera_motion | — | Optional camera motion applied to the generated video. |
| end_image_url | — | The URL of the end image to use for the generated video. When provided, generates a transition video between start and end frames. |
| generate_audio | boolean | Whether to generate audio for the generated video |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video file |
