qwen-image-2.0-2026-03-03
About qwen-image-2.0-2026-03-03
An accelerated model in the Qwen-Image-2.0 series that unifies image generation and image editing. Features professional text rendering with up to 1k token instruction support, finer realism for detailed photorealistic scenes, and stronger semantic adherence. The accelerated variant achieves the optimal balance between model quality and performance.
Price by routing group
Pick a group in the console when you create a key. Status is live from the router. Live status by group →
| Group | Group status | Model status | Multiplier | Price |
|---|---|---|---|---|
Alibaba-image-1 | … | ×1.0985 | $0.0323 | |
Alibaba-image-2 | … | ×1.352 | $0.0398 |
USD per call
Supported endpoints
Call qwen-image-2.0-2026-03-03 in one request
Works with the OpenAI SDK and any OpenAI-compatible client. Replace the key with your own.
curl https://api.nixapi.com/v1/images/generations \
-H "Authorization: Bearer $NIXAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "qwen-image-2.0-2026-03-03", "prompt": "A lighthouse at dawn, watercolor", "size": "1024x1024"}'from openai import OpenAI
client = OpenAI(base_url="https://api.nixapi.com/v1", api_key="sk-…")
img = client.images.generate(model="qwen-image-2.0-2026-03-03", prompt="A lighthouse at dawn, watercolor", size="1024x1024")
print(img.data[0].url or img.data[0].b64_json[:40])import OpenAI from 'openai';
const client = new OpenAI({ baseURL: 'https://api.nixapi.com/v1', apiKey: process.env.NIXAPI_KEY });
const img = await client.images.generate({ model: "qwen-image-2.0-2026-03-03", prompt: 'A lighthouse at dawn, watercolor', size: '1024x1024' });
console.log(img.data[0].url);Questions about qwen-image-2.0-2026-03-03
How much does qwen-image-2.0-2026-03-03 cost on NixAPI?
From $0.0323 per call in the Alibaba-image-1 group. Billing is pay-as-you-go in USD with no monthly minimum.
How do I call qwen-image-2.0-2026-03-03?
Point any OpenAI-compatible client at https://api.nixapi.com/v1, use your NixAPI key and set the model to "qwen-image-2.0-2026-03-03".
Which routing groups serve qwen-image-2.0-2026-03-03?
qwen-image-2.0-2026-03-03 is available in 2 routing groups: Alibaba-image-1, Alibaba-image-2. The lowest price is in Alibaba-image-1.