~$FWTI5
Fast text+image-to-video at 5B scale. Distilled 3-step generation under 35 seconds. Ideal for interactive video editing and real-time creative pipelines.
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 FastWan TI2V 5B on Ion const client = await cumulus.deploy("fastwan-ti2v-5b") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })