Qwen Image 2.0

AI Image Generation Model

$$ · 3.5¢

Alibaba's Qwen Image 2.0 model with enhanced text rendering, supporting both Chinese and English prompts with up to 6 images per request

2048 x 2048
Max Resolution
Input / Output
Text Image
Active

Details

Model ID
qwen-image-2.0
Creator
Alibaba
Family
qwen
Released
February 2026
Tags
image-generation text-to-image
// Get Started

Ready to integrate?

Access qwen-image-2.0 via our unified API.

Create Account

Providers & Pricing (1)

Qwen Image 2.0 is available exclusively through Alibaba Cloud, starting at $0.035/image.

Alibaba Cloud
alibaba/qwen-image-2.0
Provider Model ID: qwen-image-2.0
$0.035 /image

Qwen Image 2.0 API OpenAI-compatible

Base URL
https://api.lumenfall.ai/openai/v1
Model
qwen-image-2.0
curl -X POST \
  https://api.lumenfall.ai/openai/v1/images/generations \
  -H "Authorization: Bearer $LUMENFALL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-image-2.0",
    "prompt": "A serene mountain landscape at sunset",
    "size": "1024x1024"
  }'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }

Qwen Image 2.0 FAQ

How much does Qwen Image 2.0 cost?

Qwen Image 2.0 starts at $0.035 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing.

How do I use Qwen Image 2.0 via API?

You can use Qwen Image 2.0 through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "qwen-image-2.0". Code examples are available in Python, JavaScript, and cURL.

Which providers offer Qwen Image 2.0?

Qwen Image 2.0 is available through Alibaba Cloud on Lumenfall. Lumenfall automatically routes requests to the best available provider.

What is the maximum resolution for Qwen Image 2.0?

Qwen Image 2.0 supports images up to 2048x2048 resolution.

Try Qwen Image 2.0 in Playground

Generate images with custom prompts — no API key needed.

Open Playground