HomeModels › Qwen Image
Alibaba Cloud · Flagship Image

Qwen Image API

Alibaba's flagship image generation model for photorealistic, highly detailed compositions.

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

Why use Qwen Image on NovAI?

  • Flagship image quality
  • Photorealistic rendering
  • Highly detailed compositions
  • Strong aesthetic control
  • Official-direct Alibaba Cloud access

Pricing

NovAIOpenRouterAccess
Per image$0.0385N/AOfficial direct

Best use cases

  • Photorealistic imagery
  • Advertising visuals
  • High-detail illustrations
  • Brand assets
  • Editorial images

Quick start

cURL

curl https://aiapi-pro.com/v1/images/generations -H "Authorization: Bearer $NOVAI_API_KEY" -H "Content-Type: application/json" -d '{
    "model": "qwen-image",
    "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": "qwen-image", "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 Qwen Image today

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

Sign Up Free