Qwen Image 3.0 Pro
AlibabaImages
The top tier of Qwen Image 3.0: finer detail and better prompt adherence, up to 2K.
Our price
$0.037
per image
Official
$0.040
−8% vs officialFirst request
from openai import OpenAI
client = OpenAI(
base_url="https://api.altrouter.ai/v1",
api_key="ar-...",
)
img = client.images.generate(
model="qwen-image-3-pro",
prompt="a red fox in the snow",
)
print(img.data[0].url)API
OpenAI-compatible image generation endpoint. The result is re-hosted on our CDN and returned as a URL.
POST
/v1/images/generationsBody parameters
Response
Example
Errors