UniRouteUniRoute
All models
Qwen Image 2.0
Image

Qwen

Qwen Image 2.0

Access Alibaba’s Qwen-Image-2.0 API through UniRoute for high-quality image generation, advanced text rendering, native 2K outputs, and natural-language image editing.

Pricing

TierUniRouteMarket
text-to-image$0.028$0.035
image-to-image$0.028$0.035

per image

About this model

Access Alibaba’s Qwen-Image-2.0 API through UniRoute for high-quality image generation, advanced text rendering, native 2K outputs, and natural-language image editing.

Text-to-imageImage-to-image

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/images/generations \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-image-2",
    "prompt": "A lighthouse on a cliff at golden hour",
    "size": "2K"
  }'

Related models