Skip to main content
POST
Qwen image edit

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> in the request header.

Body

application/json
model
enum<string>
required

Model name. Example: qwen-image-2.0-pro.

Available options:
qwen-image-2.0-pro
input
object
required

Input parameter object.

parameters
object

Additional parameters controlling image generation.

Response

Success. Returns the image edit result.

output
object

Contains model generation results.

usage
object

Resource usage for this call. Returned only when the call succeeds.

request_id
string

Unique request identifier. It can be used for request traceability and troubleshooting.

code
string

Error code returned when the request fails. This parameter is not returned on success.

message
string

Detailed error message returned when the request fails. This parameter is not returned on success.