~$WANI14
Wan 2.2 image-to-video at 14B scale. Animate any image with cinematographic motion quality. Used for premium production video 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 Wan 2.2 I2V A14B on Ion const client = await cumulus.deploy("wan2-2-i2v-a14b") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })