Qwen Image 3 Pro
Qwen Image 3 Pro is a image generation model from alibaba available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.
Cost
from 2 tokens
ImageProvider: Alibaba
Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Idempotency-Key: $IDEMPOTENCY_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"image","model":"qwen-image-3-pro","input":{"prompt":"studio portrait of a red corgi, soft light","aspectRatio":"9:16","imageSize":"1K","sourceImage":"asset://asset_...","referenceAssetUris":["asset://asset_..."]}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptImage description. | string | — | up to 800 chars |
aspectRatio aspectRatio | string | 9:16 | 16:9, 1:1, 21:9, 2:3, 3:2, 3:4, 4:3, 9:16 |
imageSize imageSize | string | 1K | 1K, 2K |
Source image sourceImageAsset used as the source image for image editing. | string | — | image · asset, https, data |
Reference images referenceAssetUrisOptional reference images as asset:// URIs, HTTPS URLs, or data URIs. | array | — | image · up to 3 · asset, https, data |
prompt*
promptImage description.
- Type
- string
- Default
- —
- Allowed
- up to 800 chars
aspectRatio
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 16:9, 1:1, 21:9, 2:3, 3:2, 3:4, 4:3, 9:16
imageSize
imageSize- Type
- string
- Default
- 1K
- Allowed
- 1K, 2K
Source image
sourceImageAsset used as the source image for image editing.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
Reference images
referenceAssetUrisOptional reference images as asset:// URIs, HTTPS URLs, or data URIs.
- Type
- array
- Default
- —
- Allowed
- image · up to 3 · asset, https, data
Cost
from 2 tokens1Kdefault2 tokens
2K4 tokens
The variant is selected automatically from request fields, so you do not need to send it.
Capabilities
Modes
text_to_imageimage_editAsset slots
sourceImage:imagereferenceAssetUris:image[]<=3Run Qwen Image 3 Pro
Get an API key and the same request shape will work across every model in the catalog.