Reference
W

LTX-2.5

LTX-2.5, a video model from WaveSpeed.
videoModelOverride: { model: "ltx-2.5" }
Lightricks·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.
ParameterTypeDefaultRange / options
imageImage URL
last_image
Optional last-frame image to guide the end of the clip.
Image URL
resolutionSelect720p4k2k1080p720p
durationNumber55–20
aspect_ratioSelect16:99:1616:9
seed
A 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,
    },
  },
});