CrowdComputed API

图编辑 Qwen2511

Qwen-Image-Edit-2511 是基于此前版本的又一次增强迭代,在人物一致性、多主体场景稳定性、编辑风格能力与空间几何理解等方面带来了更好的体验

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

Query Parameters

mode?string

可选参数,接口调用模式,默认同步模式

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

当mode=async_callback时,此参数必填,用于接收异步调用的结果通知

costLookup?boolean

可选参数,默认值为false,如果指定为true,用于查询参数对应的积分消耗值,接口不实际执行生成任务

Header Parameters

token*string
Default""

Request Body

application/json

imageCount*integer

生成图片数量。

Default5
uploadImage*

上传要动起来的图片,生成5秒视频。

prompt*string

你的图片描述。告诉AI你想看到什么。

Default""
negativePrompt?string

避免的内容。描述你不想看到的东西。

Default""

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 '{    "imageCount": 5,    "uploadImage": {      "type": "url"    },    "prompt": ""  }'