CrowdComputed API

Image Edit Qwen2511

Qwen-Image-Edit-2511 is another enhanced iteration based on the previous version, bringing a better experience in terms of character consistency, multi-subject scene stability, editing style capabilities and spatial geometry understanding.

POST
/api/v1/generate/image-edit-qwen2511

Query Parameters

mode?string

Optional. Invocation mode. Defaults to synchronous.

Value in"sync" | "async_websocket" | "async_callback"
callback?string

Required when mode=async_callback. Used to receive async results.

costLookup?boolean

Optional. Defaults to false. When true, returns the points cost without executing the task.

Header Parameters

token*string
Default""

Request Body

application/json

uploadImage*

Upload the image you want to animate into a 5-second video.

prompt*string

Your image description. Tell the AI what you want to see.

Default""
negativePrompt?string

What to avoid in the image. Describe what you don't want.

Default""
imageCount*integer

The number of images to generate.

Default5

Response Body

application/json

curl -X POST "https://api.crowdcomputed.com/api/v1/generate/image-edit-qwen2511?mode=sync&callback=&costLookup=false" \  -H "token: " \  -H "Content-Type: application/json" \  -d '{    "uploadImage": {      "type": "url"    },    "prompt": "",    "imageCount": 5  }'