qwen-image-3.0
About qwen-image-3.0
Clear command understanding: supports up to 4.5k token input, generating complex text and image commands in one go. Stable text rendering: 10px small text, 12 languages, 20+ clearly distinguishable fonts, infographics and interfaces are directly usable. Batch production convenience: posters, web pages, interfaces, and other daily tasks can be generated in bulk, with better cost efficiency, suitable for continuous creation. Qwen-Image-3.0 Standard not only pursues generation quality but also aims for ease and peace of mind in daily creation—making image generation a sustainable content productivity tool.
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-2 | … | ×1.352 | $0.001988 |
USD per call
Supported endpoints
Call qwen-image-3.0 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-3.0", "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-3.0", 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-3.0", prompt: 'A lighthouse at dawn, watercolor', size: '1024x1024' });
console.log(img.data[0].url);Questions about qwen-image-3.0
How much does qwen-image-3.0 cost on NixAPI?
From $0.001988 per call in the Alibaba-image-2 group. Billing is pay-as-you-go in USD with no monthly minimum.
How do I call qwen-image-3.0?
Point any OpenAI-compatible client at https://api.nixapi.com/v1, use your NixAPI key and set the model to "qwen-image-3.0".
Which routing groups serve qwen-image-3.0?
qwen-image-3.0 is available in 1 routing groups: Alibaba-image-2. The lowest price is in Alibaba-image-2.