Qwen Image 3.0
AlibabaImages
Alibaba Qwen Image 3.0: generation and editing with strong in-image text; 1K and 2K cost the same.
Our price
$0.028
per image
Official
$0.030
−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",
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