qwen-image-3.0-pro
About qwen-image-3.0-pro
Rich content: Supports up to 4.5k token input, supports dense information layout in picture-in-picture, allowing complex layouts like newspapers, storyboards, menus, and exam papers to be generated at once. Realistic details: Supports precise rendering of 10px small text, vividly reproducing details like micro-expressions, pores, and hair strands, approaching the texture of real photography. Extensive knowledge: Supports 12 languages, native rendering of various fonts, simulation of mainstream web pages, games, live broadcasts, etc., incorporating external knowledge comprehensively. Qwen-Image-3.0-Pro is not just pursuing 'aesthetics', but also 'usability'—making image generation a truly practical 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-pro 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-pro", "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-pro", 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-pro", prompt: 'A lighthouse at dawn, watercolor', size: '1024x1024' });
console.log(img.data[0].url);Questions about qwen-image-3.0-pro
How much does qwen-image-3.0-pro 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-pro?
Point any OpenAI-compatible client at https://api.nixapi.com/v1, use your NixAPI key and set the model to "qwen-image-3.0-pro".
Which routing groups serve qwen-image-3.0-pro?
qwen-image-3.0-pro is available in 1 routing groups: Alibaba-image-2. The lowest price is in Alibaba-image-2.