Qwen-Image 3.0 Pro

Image Generation
qwen/qwen-image-3.0-pro

Qwen-Image 3.0 Pro is the flagship tier of Alibaba's Qwen-Image 3.0 series, officially released in August 2026. It handles both text-to-image and reference-image input, renders text and fine detail crisply down to roughly 10px, and leads the series on text-image consistency, complex structure, text rendering, and overall image quality — a strong fit for posters, typography, and layout-heavy scenes. Aspect ratios are free-form, with an area ceiling of about 6.55MP (2560x2560) per image. Accessible via the OpenAI-compatible /v1/images/generations endpoint through Ofox.

Context Window
100K
Max Output Tokens
100K
Released
2026-08-05
Capabilities
Vision
Available Providers
alicloudAliyun
Supported Protocols
openai

Providers

alicloud
Input Tokens
$0/M
Output Tokens
$0/M
Per Image
$0.07/img
Protocols
openai/v1/images/generations
Aliyun
Input Tokens
$0/M
Output Tokens
$0/M
Per Image
$0.07/img
Protocols
openai/v1/images/generations

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.images.generate(
model="qwen/qwen-image-3.0-pro",
prompt="A beautiful sunset over mountains",
size="1024x1024",
)
print(response.data[0].url)

Frequently Asked Questions

Qwen-Image 3.0 Pro on Ofox.ai costs $0 per million input tokens and $0 per million output tokens. Pay-as-you-go, no monthly fees.