Skip to main content
Unifically LogoUnificAlly
Model logo

Wan 2.2 Image Flash API

    Output

    Your generated image will appear here

    Wan 2.2 Image Flash

    What is Wan 2.2 Image Flash?

    Wan 2.2 Image Flash is the cost-and-speed variant of Wan 2.2 Image in Alibaba's Wan line. It exposes the same parameter shape (prompt, aspect ratio, optional negative prompt, optional seed) on the same five aspect ratios (1:1, 3:4, 4:3, 9:16, 16:9). Different model ID, a faster queue, and a lower price per image. Output is text-to-image only. The 500-character prompt cap matches the standard Wan 2.2 Image.

    Key features of Wan 2.2 Image Flash

    Four features cover what the variant changes versus the standard Wan 2.2 Image.

    Cheapest text-to-image in the Wan line

    Cheapest text-to-image in the Wan line

    Same parameter shape as Wan 2.2 Image at a lower price per image. Drop-in replacement when queue speed and cost matter more than peak quality.

    Five aspect ratios

    Five aspect ratios

    1:1, 3:4, 4:3, 9:16, and 16:9 cover square, portrait, landscape, vertical reels, and standard hero banners.

    Negative prompt and seed

    Negative prompt and seed

    Suppress unwanted content with `negative_prompt` and pin the result with a seed. Same brand-safe suppression as the standard variant.

    Text-to-image only

    Text-to-image only

    No reference images, no editing, no thinking mode. The smallest possible Wan image surface, useful for high-volume backends.

    Best for

    Low-latency UIs

    Fastest Wan 2.2-class image option. Good for autocomplete previews, thumbnails, and chat tools.

    Chat and tool integrations

    Thin text-to-image wrapper with few fields. Easy to wire up behind a chat UI.

    Quick comp generation

    Generate cheap previews before moving up to reference-capable Wan 2.5 or 2.6 Image.

    A/B prompt testing

    Many seeds and small prompt variants for selection at low cost per image.

    Backends with strict timeouts

    Predictable round trip on the Flash queue, useful for synchronous API consumers.

    API examples

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

    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-image",
        "input": {
          "prompt": "A minimalist logo design for a coffee shop"
        }
      }'
    

    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 Image Flash (alibaba/wan-2.2-flash-image) is the cheapest and fastest text-to-image model in Alibaba's Wan line. Same parameter shape as the standard Wan 2.2 Image (prompt, aspect ratio, negative prompt, seed) on a faster queue.

    Same controls and same five aspect ratios. Different model ID, a faster queue, and a lower price per image. No editing or reference image input on either variant.

    No. Both Wan 2.2 Image variants are text-to-image only. Use Wan 2.5 Image (1–3 references) or Wan 2.6 Image (1–4 references) when you need editing.

    Move to Wan 2.5 Image, Wan 2.6 Image, or Wan 2.7 Image when you need reference inputs, editing workflows, prompt extend, thinking mode, or higher resolution tiers.

    500 characters, the same as the standard Wan 2.2 Image.

    Output is the same Wan 2.2 generation. The variant trades queue priority for cost. Use the standard Wan 2.2 Image when peak quality on the same parameter surface matters more than the price difference.