Qwen Image Edit Max
unofficialimage
Qwen Image Edit Max specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text, Image |
| Output | Image |
Qwen Image Edit Max pricing in rubles
You pay for what you use, per token and per unit. The final request cost is returned in the API response.
| Type | Price |
|---|---|
| Image | 13,5 ₽ per image |
Prices are in rubles and may change with exchange rates.
What Qwen Image Edit Max can do
- Image understanding
- Editing
- Multiple references
Qwen Image Edit Max API: connection and code examples
The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.
cURL
curl https://api.neuralbridge.ru/v1/images/edits \
-H "Authorization: Bearer YOUR_API_KEY" \
-F model="qwen/qwen-image-edit-max-01402" \
-F prompt="Замени фон на закатное небо" \
-F image=@input.pngAPI endpoints
POST /v1/images/editsprimary | Immagini — modifiche Modifica di un'immagine esistente in base alla descrizione (image-to-image). |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
size | — | — | Dimensione del risultato in una stringa del tipo «larghezza×altezza». |
width | — | — | Larghezza dell'immagine in pixel. |
height | — | — | Altezza dell'immagine in pixel. |