qwen-image-max
About qwen-image-max
The Qwen image generation Max series delivers excellent results across a wide range of generation tasks. Compared to the Plus series, it significantly reduces the AI-generated look of images, enhancing realism with more lifelike human textures, finer natural details, and improved text rendering.
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.0824 |
USD per call
Supported endpoints
Call qwen-image-max 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-max", "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-max", 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-max", prompt: 'A lighthouse at dawn, watercolor', size: '1024x1024' });
console.log(img.data[0].url);Questions about qwen-image-max
How much does qwen-image-max cost on NixAPI?
From $0.0824 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-max?
Point any OpenAI-compatible client at https://api.nixapi.com/v1, use your NixAPI key and set the model to "qwen-image-max".
Which routing groups serve qwen-image-max?
qwen-image-max is available in 1 routing groups: Alibaba-image-1. The lowest price is in Alibaba-image-1.