Qwen-Image-Edit 2511
Qwen-Image-Edit 2511 is an image editing model built by Alibaba. Strongest at Plain-English image edits without painting masks: color swaps, object addition / removal, relighting, season / weather change, style transfer, outpaint. Apache 2.0, commercial-friendly.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (1,000 tokens per edit). Released under Apache 2.0 — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/image/edit/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"qwen-image-edit","prompt":"your prompt here"}'
API Documentation
Get API Key