An intelligent image editing model from Alibaba's Qwen team that allows users to modify uploaded images through text instructions. It features improved understanding of editing commands and enhanced quality preservation during modifications, supporting up to 2K resolution processing for tasks like style adjustments, element additions or removals, and detail refinement based on existing images.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"imageUrls":["https://www.runninghub.cn/view?filename=f568f145f7a4d5c42f5eea70b905a41601c7575b1e0bd91ff12104a005b09cd5.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzM5NzM2ODQ3MTcsInRzIjoxNzczMzY4ODg0NzE3LCJzaWduIjoiZGU4MWIwZWYxNmFhNWY3NDhlYzZjNGUxNDVkZDI0MzIifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.8510982769694933"],"prompt":"Golden hour sunlight breaking through the horizon, casting warm directional light across the coastal landscape. High dynamic range with vivid color contrast — saturated azure skies against sun-bleached sands and deep turquoise waters. Hard shadows with specular highlights on wet surfaces. Wide-angle composition, 35mm lens perspective. Evokes aspirational resort aesthetics and Mediterranean leisure culture.","imageNum":"1"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/alibaba/qwen-image-2.0/image-edit' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"imageUrls": [
"https://www.runninghub.cn/view?filename=f568f145f7a4d5c42f5eea70b905a41601c7575b1e0bd91ff12104a005b09cd5.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzM5NzM2ODQ3MTcsInRzIjoxNzczMzY4ODg0NzE3LCJzaWduIjoiZGU4MWIwZWYxNmFhNWY3NDhlYzZjNGUxNDVkZDI0MzIifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.8510982769694933"
],
"prompt": "Golden hour sunlight breaking through the horizon, casting warm directional light across the coastal landscape. High dynamic range with vivid color contrast — saturated azure skies against sun-bleached sands and deep turquoise waters. Hard shadows with specular highlights on wet surfaces. Wide-angle composition, 35mm lens perspective. Evokes aspirational resort aesthetics and Mediterranean leisure culture.",
"imageNum": "1"
}'