AI Model APIImagesQwen
Generate Images
Bailian qwen-image series image generation
Authorization
BearerAuth
AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Request Body
application/json
model*string
input*
parameters?
Response Body
application/json
curl -X POST "https://loading/v1/images/generations" \ -H "Content-Type: application/json" \ -d '{ "model": "string", "input": { "messages": [ {} ] } }'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
]
}How is this guide?
Last updated on