← All models
LTX-2.3 is a high-quality, fast AI video model available in Pro and Fast variants for text-to-video, image-to-video, and audio-to-video.
Example
Details
- Accepts
- image
Pricing
- Price
- 7.5 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 generate the video from |
| duration | integerenum: 6, 8, 10, 12, 14, 16… | The duration of the generated video in seconds. The fast model supports 6-20 seconds. Note: Durations longer than 10 seconds (12, 14, 16, 18, 20) are only supported with 25 FPS and 1080p resolution. |
| image_urlrequired | string | URL of the image to generate the video from. Must be publicly accessible or base64 data URI. Supports PNG, JPEG, WebP, AVIF, and HEIF formats. |
| resolution | stringenum: 1080p, 1440p, 2160p | The resolution of the generated video |
| aspect_ratio | stringenum: auto, 16:9, 9:16 | The aspect ratio of 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 |