Now offering crypto payments →

Model APIs · Image generation

Qwen Image 2.0 Pro API

Run Qwen Image 2.0 Pro by Qwen through one OpenAI-compatible endpoint. Pay per use against your GPU.ai balance — no instance to rent, no deployment to manage.

Available now
Pricing

Qwen Image 2.0 Pro API pricing

Live catalog rates, billed per use against your GPU.ai balance. No subscriptions, no minimums.

TierRate
Serverless
Per image: $0.075

Rates are read hourly from the live model catalog and metered per request.

Quick start

Call Qwen Image 2.0 Pro in one request

Any OpenAI SDK works — set the base URL to https://api.gpu.ai/v1 and use your GPU.ai API key.

curl
curl https://api.gpu.ai/v1/images/generations \
  -H "Authorization: Bearer $GPUAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpuai/qwen-image-2.0-pro",
    "prompt": "A watercolor painting of a data center at sunrise"
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.gpu.ai/v1",
    api_key="YOUR_GPUAI_API_KEY",
)

image = client.images.generate(
    model="gpuai/qwen-image-2.0-pro",
    prompt="A watercolor painting of a data center at sunrise",
)
print(image.data[0].url)
Details

Qwen Image 2.0 Pro on GPU.ai

Model idgpuai/qwen-image-2.0-pro
ModalityImage generation
AuthorQwen
Context window
Streaming
Aliases
FAQ

Qwen Image 2.0 Pro API questions

How much does the Qwen Image 2.0 Pro API cost?

Qwen Image 2.0 Pro on GPU.ai currently costs $0.075 (per image). There are no subscriptions or minimums — usage is billed against your GPU.ai balance as you go.

Is the Qwen Image 2.0 Pro API OpenAI-compatible?

Yes. Point any OpenAI SDK at https://api.gpu.ai/v1 with a GPU.ai API key and request model "gpuai/qwen-image-2.0-pro" — no proprietary client needed.

How does billing work?

Generation models bill per output (per image, or per second of video) at the listed rate, metered per request against your GPU.ai balance.