Images¶
This section lists the implemented endpoints under this capability.
Generate image (qwen-image)¶
POST /v1/images/generations
Image generation endpoint for the Qwen image series.
Authentication¶
- Bearer Token (
Authorization: Bearer <token>)
Request Body¶
- Content-Type:
application/json
| Field | Type | Required | Description |
|---|---|---|---|
| model | string | yes | - |
| input | object | yes | - |
| parameters | object | no | - |
Responses¶
| Status | Description | Schema |
|---|---|---|
| 200 | Image generated successfully | ImageResponse |
Edit image (qwen-image-edit)¶
POST /v1/images/edits
Image generation endpoint for the Qwen image series.
Authentication¶
- Bearer Token (
Authorization: Bearer <token>)
Request Body¶
- Content-Type:
application/json
| Field | Type | Required | Description |
|---|---|---|---|
| model | string | yes | - |
| input | object | yes | - |
| parameters | object | no | - |
Responses¶
| Status | Description | Schema |
|---|---|---|
| 200 | Image generated successfully | ImageResponse |