Qwen Image Edit 2511 API
Add prompt-guided image editing to your product through GoEnhance. Submit one source image and a text instruction, receive an img_uuid, then poll or use an HTTPS callback for the finished image. GoEnhance provides independent access and is not Alibaba's official API.
Create an API Key
Reference-Guided Editing for Production Workflows
One or Two Images, Directed Edit
Send one or two accessible image URLs in image_list with a 1–2000 character prompt. The request keeps the source images as edit context while your instruction defines the change. With two images, state in the prompt how they should be combined.

Async Results for Applications
Store the returned img_uuid, poll /api/v1/jobs/detail, or receive task changes at a public HTTPS callback URL. This separates request submission from output handling in your application.

Validate the live request contract before sending an image edit.
Qwen Image Edit 2511 API Parameters
Generation Endpoint
POST to <code>https://api.goenhance.ai/api/v1/images/generations</code>.
Authorization Header
Include your GoEnhance API credential in the <code>Authorization</code> header.
Model Identifier
Set required <code>model</code> to <code>qwen-image-edit</code>.
Edit Prompt
Provide a required instruction between 1 and 2000 characters.
One or Two Image Inputs
Pass one or two objects with accessible URLs in required <code>image_list</code>.
Output Ratio
Use <code>auto</code> or a documented portrait, landscape, or square ratio.
Budget around the documented per-image charge and asynchronous task response.
Qwen Image Edit 2511 API Pricing
1 Token per Image
The documented price is 1 token for each generated image, equal to $0.02 per image.
Task ID Response
A successful submission returns <code>img_uuid</code> instead of the final edited image inline.
Callback Retries
A non-200 callback response is retried up to three times, with a three-second timeout per attempt.
Integrate Qwen Image Edit in Three Steps
1
1. Prepare the Edit
Host one source image at an accessible URL, write the edit prompt, choose a supported ratio, and optionally add a public HTTPS callback.
2
2. Submit the Task
POST the payload with
model: qwen-image-edit and authorization, then persist the returned img_uuid. 3
3. Handle Completion
Poll the job-detail endpoint or process callback events until success or failed, then store the output URL or surface the error safely.
Build controlled editing flows around one source image and one explicit instruction.
Image Editing API Use Cases
Product Scene Changes
Place an existing product shot into a new setting while keeping the source image as context.
Campaign Variations
Create prompt-directed visual alternatives for ads, banners, and seasonal concepts.
Background Reworking
Request a new environment or backdrop around the subject in a supplied image.
Creative Restyling
Apply a clearly described art direction to an existing visual asset.
Regional Adaptation
Adjust scene direction for regional campaigns while starting from the same approved source.
Concept Prototyping
Test visual directions from one or two references before committing to a production treatment.
Answers about pricing, inputs, async delivery, and Alibaba API search intent.
