← All models
Qwen Image 2.0 — image model on LumeAPI

Qwen Image 2.0

qwen-image-2.0

Cheaper. More stable. One-stop API aggregation.

Introduction

Qwen Image 2.0 (Alibaba) is a practical image model with default 2K-oriented output and `n` up to 6.

Use id `qwen-image-2.0` on image generations.

Portal and official reference both list $0.03 per image.

Good for batch variants and Chinese/English prompt mixes.

Pricing

Official$0.03
LumeAPI$0.03
per image

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call exampleqwen-image-2.0
curl https://api.lumeapi.site/v1/images/generations \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-image-2.0",
    "prompt": "A golden hour city skyline",
    "size": "16:9"
  }'