All models
Videov1.0.0

Wan 2.2 (Text to Video)

Generate a short clip from a prompt alone.

6 inputsVIDEO

ink spreading through water, slow motion, high contrast

Run the node

TEXT
TEXT
TEXT
81 – 121INT
Frames
5 – 30INT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins wan-2-2-t2v-fast and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("wan-2-2-t2v-fast", {
  prompt: { value: "example" },
  aspectRatio: { value: "16:9" },
  resolution: { value: "480p" },
  numFrames: { value: 81 },
  framesPerSecond: { value: 16 },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
aspectRatioTEXT
16:9 · 9:16
16:9
resolutionTEXT
480p · 720p
480p
numFramesINT
Frames
81
framesPerSecondINT16
seedINT

Outputs

videoVIDEO