All examples
Example Cogtemplate:wan22-i2v
Image + prompt → accelerated video
Wan 2.2 I2V + CG-Taylor
Animate a reference frame while preserving its aspect ratio. The I2V image uses the same R2-backed weight path and 48 GB-friendly NF4 runtime.
H100 80GB scale to zero MP4 videoWan 2.2image-to-videoR2 weights
Canonical example
Input and output, side by side
Video-format preview · verified Cog result pending
01 · input
reference image

image
/static/animation-library/image3d/robot.webp
prompt
The robot waves, then takes one step toward camera.
resolution
auto
num frames
81
steps
27
cgtaylor
true
02 · MP4 video
preview
Run the same recipe everywhere
curl -sX POST https://app.nz/api/cogs/run \
-H "Authorization: Bearer $APP_NZ_KEY" \
-H "Content-Type: application/json" \
-d '{"template":"wan22-i2v","input":{"image":"/static/animation-library/image3d/robot.webp","prompt":"The robot waves, then takes one step toward camera.","resolution":"auto","num_frames":81,"steps":27,"cgtaylor":true}}'