Qwen-Image-3.0 finally has a price tag: from blog release to API commercialization

In early August, Qwen took the Qwen-Image-3.0 it had released at the end of July and wired it into its own API platform — which means a top-tier open-source Chinese text-to-image model now has a clear official commercial price, rather than forcing developers to either pull weights from Hugging Face or route through third-party proxies.

How the API is priced: Text-to-image starts at 0.18 yuan/image. The Pro version steps up to 0.5 yuan/image at 2k resolution (1k stays at 0.25 yuan/image); the Standard version does not differentiate resolution — both 1k and 2k are 0.18 yuan/image. Input images are billed separately at 0.02 yuan/image, but pure text-to-image generates no input fee. International users go through Qwen Cloud, where the dollar-equivalent price roughly sits in the 30%–50% range of comparable international models (source: Qianwen AI platform pricing docs at platform.qianwenai.com/docs/developer-guides/getting-started/pricing).

How 1k vs 2k is decided: The official rule uses output image pixel area to split tiers — area ≤ 2,250,000 pixels counts as 1k; anything above is 2k. A 1024×1024 image is roughly 1.05M pixels, which lands in 1k; 2048×1024 is about 2.10M, still 1k; you only hit 2k by outputting 2048×2048 or larger. This is an engineer-friendly tiering scheme — no floating-point edge cases when you write billing code.

Why 0.18 yuan/image is worth highlighting: Side-by-side against comparable Chinese open-source text-to-image APIs — Zhipu CogView-4 / Kuaishou Kling / Midjourney v7 in mainland China — the Standard tier's 0.18 yuan/image basically sits under the well-known 0.2 yuan psychological line. The Pro tier does reach 0.5 yuan at 2k output, but combined with the Batch API's 50% off, it lands at 0.25 yuan, still competitive.

How does this relate to the late-July blog release? That blog post (on the official Qwen site) covered the model architecture upgrades — native 2k, improved image-text understanding, more stable Chinese and English text rendering. This release converts the model from "downloadable" to "billable". The two events sit on different tracks — R&D and commercialization — but reading them together, Qwen-Image-3.0 is now the only open-source Chinese image model that simultaneously offers top-tier quality, an official API, and a complete price sheet.

So what: Open-source text-to-image has been competing for a long time, and model quality stopped being the deciding factor a while ago. The real moat is the length of the "download → integrate into app → bill and go live" chain. Qwen-Image-3.0's combination of open weights + official hosting + clear tiered pricing gives small and mid-sized teams the lowest-cost integration path to productize. If you hesitated before because "downloading it meant building my own inference and calculating my own per-image cost," it is worth reassessing now — especially the Standard tier, which can almost mindlessly replace a self-hosted small model.

Reference: Qianwen AI platform pricing docs — https://platform.qianwenai.com/docs/developer-guides/getting-started/pricing