Qwen-Image 3.0 Pro (Free)
Image GenerationFREEbailian/qwen-image-3.0-pro:freeQwen-Image-3.0-Pro 是阿里巴巴 2026 年 7 月发布的生图旗舰模型 (Qwen-Image 3.0 系列高端档), 支持文生图与参考图输入, 在图文一致性、复杂结构、文字渲染与画面质感上较前代全面提升。本版本为限时免费体验版, 目前为限量体验阶段。
Context Window
100K
Max Output Tokens
100K
Released
2026-07-21
Capabilities
Vision
Available Providers
Aliyun
Supported Protocols
openai
Pricing
| Type | Price |
|---|---|
| Billing | Per Image |
Code Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.io/v1",api_key="YOUR_OFOX_API_KEY",)response = client.images.generate(model="bailian/qwen-image-3.0-pro:free",prompt="A beautiful sunset over mountains",size="1024x1024",)print(response.data[0].url)
Related Models
Frequently Asked Questions
Qwen-Image 3.0 Pro (Free) 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 Pro (Free) 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.io/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 Pro (Free) supports the following capabilities: Vision. Access all features through the Ofox.ai unified API.