qwen-image-2.0-2026-03-03
关于 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.
各路由分组价格
创建 Key 时可在控制台选择分组,状态实时来自路由。 查看各分组实时状态 →
| 分组 | 分组状态 | 模型状态 | 倍率 | 价格 |
|---|---|---|---|---|
Alibaba-image-1 | … | ×1.0985 | $0.0323 | |
Alibaba-image-2 | … | ×1.352 | $0.0398 |
USD / 次
支持的接口
images-generations
一个请求调用 qwen-image-2.0-2026-03-03
兼容 OpenAI SDK 及任何 OpenAI 格式的客户端,把 Key 换成你自己的即可。
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);关于 qwen-image-2.0-2026-03-03 的常见问题
qwen-image-2.0-2026-03-03 在 NixAPI 上多少钱?
在 Alibaba-image-1 分组下低至每次 $0.0323。按量付费,以美元计价,没有月最低消费。
如何调用 qwen-image-2.0-2026-03-03?
把任意兼容 OpenAI 格式的客户端指向 https://api.nixapi.com/v1,使用你的 NixAPI Key,并把 model 设为 "qwen-image-2.0-2026-03-03" 即可。
哪些路由分组提供 qwen-image-2.0-2026-03-03?
qwen-image-2.0-2026-03-03 可在 2 个路由分组中使用:Alibaba-image-1、Alibaba-image-2。其中 Alibaba-image-1 分组价格最低。