Qwen-Image 3.0
Image Generationqwen/qwen-image-3.0Qwen-Image 3.0 is Alibaba's image generation model, 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 improves across the board on the previous generation in text-image consistency, complex structure, and overall image quality. 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
Aliyunalicloud
Supported Protocols
openai
Providers
alicloud
Input Tokens
$0/M
Output Tokens
$0/M
Per Image
$0.03/img
Protocols
openai
/v1/images/generationsAliyun
Input Tokens
$0/M
Output Tokens
$0/M
Per Image
$0.03/img
Protocols
openai
/v1/images/generationsCode Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.run/v1",api_key="YOUR_OFOX_API_KEY",)response = client.images.generate(model="qwen/qwen-image-3.0",prompt="A beautiful sunset over mountains",size="1024x1024",)print(response.data[0].url)
Related Models
Frequently Asked Questions
Qwen-Image 3.0 on Ofox.ai costs $0 per million input tokens and $0 per million output tokens. Pay-as-you-go, no monthly fees.
Qwen-Image 3.0 supports a context window of 100K tokens with max output of 100K tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.run/v1 and use your Ofox API key. The API is OpenAI-compatible — just change the base URL and API key in your existing code.
Qwen-Image 3.0 supports the following capabilities: Vision. Access all features through the Ofox.ai unified API.