编辑图像(qwen-image-edit)
Servers
https://api.rainboxs.com/RAINBOXS API 服务器
编辑图像(qwen-image-edit)
POST
/v1/images/edits
Parameters
Header Parameters
Authorization*
在 Header 添加参数 Authorization
,其值为在 Bearer 之后拼接 Token
Type
Requiredstring
Example
"sk-****"Request Body
application/json
{
"model": "string",
"input": {
"messages": [
{
"role": "string",
"content": [
{
"image": "string",
"text": "string"
}
]
}
]
},
"parameters": {
"n": 0,
"negative_prompt": "string",
"prompt_extend": true,
"watermark": true
}
}
Responses
application/json
{
}