Qwen Image Edit Plus 2025-10-30
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/qwen-image-edit-plus-2025-10-30/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/input.jpg"
],
"prompt": "Change the background to a beach scene"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Qwen-image-edit supports bilingual text editing, color adjustment, style transfer, object addition/removal, and other complex image editing operations.
POST
/
qwen-image-edit-plus-2025-10-30
/
async
Qwen Image Edit Plus 2025-10-30
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/qwen-image-edit-plus-2025-10-30/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/input.jpg"
],
"prompt": "Change the background to a beach scene"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
application/json
Input image URL array, supports 1-3 images
Required array length:
1 - 3 elementsExample:
["https://example.com/input.jpg"]Image editing instruction (positive prompt)
Required string length:
1 - 800Example:
"Change the background to a beach scene"
Negative prompt describing unwanted content
Maximum string length:
500Number of output images
Required range:
1 <= x <= 6Output image resolution (format: widthheight, e.g., 10242048)
Example:
"1024*1024"
Enable intelligent prompt rewriting
Random seed for reproducibility
Required range:
0 <= x <= 2147483647⌘I