Skip to content

编辑图像(qwen-image-edit)

Servers

https://api.rainboxs.com/RAINBOXS API 服务器

绘画模型/Qwen千问


编辑图像(qwen-image-edit)

POST
/v1/images/edits

Parameters

Header Parameters

Authorization*

在 Header 添加参数 Authorization
,其值为在 Bearer 之后拼接 Token

Type
string
Required
Example"sk-****"

Request Body

application/json
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
JSON
{
}

Playground

Headers
Body

Samples

cURL
JavaScript
PHP
Python

Powered by VitePress OpenAPI

RAINBOXS API 文档