W
LTX-2.5
LTX-2.5, a video model from WaveSpeed.
videoModelOverride: { model: "ltx-2.5" }
LLightricks·served viaWaveSpeed·Released August 2026
Pricing
- List price
- $0.50-$6.60/video
- Per generation
- $0.00010
Specifications
- Aspect ratios
- 4
- Released
- August 2026
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
image | Image URL | — | — |
last_imageOptional last-frame image to guide the end of the clip. | Image URL | — | — |
resolution | Select | 720p | 4k2k1080p720p |
duration | Number | 5 | 5–20 |
aspect_ratio | Select | 16:9 | 9:1616:9 |
seedA specific value that is used to guide the 'randomness' of the generation. | Seed | — | -1–2147483647 |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "ltx-2.5", config: { resolution: "720p", duration: 5, }, }, });