qwen/qwen-image/Released Aug 2025

Qwen Image

Text-to-image with strong text rendering

Fine-tunableCommercial use
Image
Per image
Standard$0.03 per image

Ready to build with Qwen Image?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/images/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "qwen-image",
  "prompt": "A beautiful landscape painting of a serene lake with mountains in the background",
  "negative_prompt": " ",
  "aspect_ratio": "16:9",
  "image_size": "optimize_for_quality",
  "num_inference_steps": 30,
  "guidance": 3,
  "output_format": "jpg",
  "output_quality": 80,
  "disable_safety_checker": false
}'