Skip to main content
Unifically LogoUnificAlly
Model logo

Wan 2.2 Fast API

    Prompt Extend
    Intelligent prompt rewriting
    Watermark
    Add watermark to video
    Output

    Your generated video will appear here

    Wan 2.2 Fast

    What is Wan 2.2 Fast?

    Wan 2.2 Fast is the throughput variant of Wan 2.2 in Alibaba's Wan video line. The model ID on Unifically is alibaba/wan-2.2-flash-video. It exposes the same two modes as Wan 2.2 (text-to-video and image-to-video), keeps the fixed 5-second clip length, and adds 720p as an extra resolution option in image-to-video on top of the standard 480p and 1080p. Output is silent. Controls include a negative prompt, optional intelligent prompt rewriting, a watermark toggle, and a seed.

    Key features of Wan 2.2 Fast

    Four features cover what changes versus the standard Wan 2.2.

    Faster queue, same parameter shape

    Faster queue, same parameter shape

    Drop-in replacement for the standard Wan 2.2 model ID when throughput matters more than peak quality. No code changes beyond the `model` field.

    Extra 720p in image-to-video

    Extra 720p in image-to-video

    Image-to-video now accepts 720p in addition to 480p and 1080p. Useful when 480p is too soft and 1080p is overkill or too slow.

    Fixed 5-second silent clips

    Fixed 5-second silent clips

    Output is silent and locked at 5 seconds, like the base Wan 2.2. Predictable per-clip cost and turnaround.

    Negative prompts and seeds

    Negative prompts and seeds

    Suppress unwanted content with `negative_prompt` and pin the result with a seed. Same controls as the standard Wan 2.2.

    Best for

    Social experimentation

    Quick loops on prompts and start frames before locking the wording.

    Throughput batches

    Many short clips for content review and prompt sweeps where queue speed beats peak quality.

    720p image-to-video

    Extra resolution option for cuts where 480p is too soft and 1080p is overkill.

    Pipeline smoke tests

    Validate auth, webhooks, and downstream pipelines on the Flash endpoint.

    Negative-prompt control

    Same brand-safe suppression as Wan 2.2, on a faster queue.

    API examples

    Call Wan 2.2 Fast from any language by POSTing to /v1/tasks. Full parameter docs live at docs.unifically.com/models/video/alibaba/wan-2.2-flash-video.

    curl -X POST https://api.unifically.com/v1/tasks \
      -H "Content-Type: application/json" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -d '{
        "model": "alibaba/wan-2.2-flash-video",
        "input": {
          "prompt": "A bird taking flight from a tree branch",
          "mode": "t2v",
          "resolution": "1080p"
        }
      }'
    

    Successful submission returns a task_id. Poll GET /v1/tasks/<task_id> or set a callback_url on the request to receive the finished result.

    FAQs

    People also ask

    Wan 2.2 Fast (alibaba/wan-2.2-flash-video) is the throughput variant of Wan 2.2. Same modes, same parameter shape, but it adds 720p as an image-to-video resolution and runs on the Flash queue for faster turnaround.

    Same parameter list as Wan 2.2 plus 720p as an extra resolution option in image-to-video. Different model ID and a faster queue. Output is still silent and fixed at 5 seconds.

    720p is only valid in image-to-video mode. Text-to-video keeps 480p or 1080p.

    Yes. Wan 2.2 Fast does not generate audio. Audio support starts in Wan 2.5.

    Move to Wan 2.5 when you need 5 or 10 second clips with audio. Move to Wan 2.6 or 2.6 Flash when you need multi-shot or reference-to-video, or to Wan 2.7 for last-frame and video continuation.

    Yes. Pass an integer seed alongside the prompt and input. Re-sending the same prompt, image, and seed returns the same clip.