Qwen Image 2.0 Pro API

alibaba/qwen-image-2.0-pro
Unlike conventional AI image tools that focus mainly on aesthetics, Qwen Image 2.0 Pro emphasizes usability — clear typography, coherent layout systems, and predictable composition that works in real-world marketing and design workflows.
Output
$0.0975 / gen
Released
Apr 21, 2026

How to use Qwen Image 2.0 Pro API

Install any OpenAI-compatible SDK, point it at api.aimlapi.com/v1, and set the model to alibaba/qwen-image-2.0-pro.
import requests

r = requests.post(
    "https://api.aimlapi.com/v1/images/generations",
    headers={"Authorization": "Bearer " + AIMLAPI_KEY},
    json={
      "model": "alibaba/qwen-image-2.0-pro",
      "prompt": "A cat holding a sign that says hello"
    },
)
print(r.json())
const r = await fetch("https://api.aimlapi.com/v1/images/generations", {
  method: "POST",
  headers: {
    Authorization: `Bearer ${process.env.AIMLAPI_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "model": "alibaba/qwen-image-2.0-pro",
    "prompt": "A cat holding a sign that says hello"
  }),
});
console.log(await r.json());
curl -X POST https://api.aimlapi.com/v1/images/generations \
  -H "Authorization: Bearer $AIMLAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"alibaba/qwen-image-2.0-pro","prompt":"A cat holding a sign that says hello"}'

OpenAI-compatible — swap the base URL and it works with your existing SDK.

Qwen Image 2.0 Pro API Pricing

TypePrice
Output
$0.0975 / gen

Qwen Image 2.0 Pro Benchmarks

BenchmarkScoreWhat it measuresSourceRetrieved
Text-to-Image Arena
1169 (Elo)
Human preference Elo from blind pairwise comparisons of generated images, measured independently by Artificial AnalysisSourceJuly 16, 2026
Text-to-Image Arena
1171 (Elo)
Human preference Elo from blind pairwise comparisons of generated images, measured independently by Artificial AnalysisSourceJuly 12, 2026

Qwen Image 2.0 Pro vs other models

ModelInputOutputContextBest for
$0.0975 / gen
Image generation at scale
$0.325 / 1M tokens
$78 / 1M tokens
128K tokens
Image generation at scale
$6.5 / 1M tokens
$39 / 1M tokens
Image generation at scale
Image generation at scale
$0.0195 / MP (variable)
Image generation at scale

Frequently asked questions

Qwen Image 2.0 Pro takes image, text as input and returns image.

Qwen Image 2.0 Pro became available on April 21, 2026.

Qwen Image 2.0 Pro is priced at $0.0975 / gen.

Qwen Image 2.0 Pro is billed per generation — a fixed charge per output rather than by prompt length.

Yes, Qwen Image 2.0 Pro accepts image input as well as a text prompt.

Qwen Image 2.0 Pro was built by Alibaba Cloud.

Send a request to https://api.aimlapi.com/v1/images/generations with alibaba/qwen-image-2.0-pro as the model id.

Yes. Qwen Image 2.0 Pro is served through AI/ML API, so the same key and endpoint format used for other models applies.

Start building with Qwen Image 2.0 Pro

Get API Key
1000+ models, one API.