HomeModels › Wan 2.2 T2I Flash
Alibaba Cloud · Image Gen

Wan 2.2 T2I Flash API

Fast text-to-image generation delivering high-quality outputs at a low per-image cost.

$0.0215
Per image
2K
Max resolution
T2I
Generation type
Alibaba Cloud
Provider
Sign Up - Get $2.00 Free Credit See All Models

Why use Wan 2.2 T2I Flash on NovAI?

  • Fast text-to-image generation
  • Low cost at $0.0215 / image
  • High-quality 2K outputs
  • Strong prompt adherence
  • Official-direct Alibaba Cloud (DashScope) access

Pricing

NovAIOpenRouterAccess
Per image$0.0215N/AOfficial direct

Best use cases

  • Marketing visuals
  • Concept art
  • Product mockups
  • Social media imagery
  • High-volume image generation

Quick start

cURL

curl https://aiapi-pro.com/v1/images/generations -H "Authorization: Bearer $NOVAI_API_KEY" -H "Content-Type: application/json" -d '{
    "model": "wan2.2-t2i-flash",
    "prompt": "A serene mountain lake at sunrise, photorealistic",
    "n": 1,
    "size": "1024*1024"
  }'

Python

import requests
r = requests.post(
    "https://aiapi-pro.com/v1/images/generations",
    headers={"Authorization": "Bearer YOUR_NOVAI_API_KEY"},
    json={"model": "wan2.2-t2i-flash", "prompt": "A serene mountain lake at sunrise", "n": 1, "size": "1024*1024"},
)
print(r.json()["data"][0]["url"])

Returns an OpenAI-compatible data[].url image response - just set base_url to https://aiapi-pro.com/v1 and use your NovAI API key. Full reference in the API docs.

Try Wan 2.2 T2I Flash today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free