~$LTX
LTX-Video real-time video generation. Flow-matching architecture enables low-latency video synthesis. Strong temporal consistency with flexible resolution support.
Cold start comparison vs similar models. Lower is better.
No subscriptions. Buy credits, pay per inference. Scale to zero when idle.
import cumulus from "cumulus-sdk" // Deploy LTX-Video on Ion const client = await cumulus.deploy("ltx-video") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })