HomeModels › Wan 2.5 T2I Preview
Alibaba Cloud · Image Gen

Wan 2.5 T2I Preview API

Next-generation Wan text-to-image model (preview) with improved aesthetics and visual coherence.

$0.0308
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.5 T2I Preview on NovAI?

  • Next-gen Wan architecture (preview)
  • Improved aesthetics and coherence
  • High-quality 2K outputs
  • Early access to latest capabilities
  • Official-direct Alibaba Cloud access

Pricing

NovAIOpenRouterAccess
Per image$0.0308N/AOfficial direct

Best use cases

  • Creative exploration
  • High-aesthetic visuals
  • Concept art
  • Marketing imagery
  • Early-adopter workflows

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.5-t2i-preview",
    "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.5-t2i-preview", "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.5 T2I Preview today

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

Sign Up Free