All models

Qwen Image 3 0 Pro

alibaba/qwen-image-3.0-pro

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "alibaba/qwen-image-3.0-pro",
    "prompt": "<your prompt>"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "alibaba/qwen-image-3.0-pro", "prompt": "<your prompt>"}'

Parameters

Input
prompt string required

Text prompt describing what to generate.

n integer optional

How many outputs to generate.

negative_prompt string optional

What to avoid in the output.

prompt_extend boolean optional
prompt_extend_mode string optional
seed integer optional

Random seed for reproducible results — same seed + inputs gives the same output.

size string optional default: "1024x1024"

Output dimensions (width × height).

watermark boolean optional

Whether to add a watermark to the output.

Output