All models




Wan 2.6 Image
alibaba/wan-2.6-image
Alibaba Image GenerationNegative Prompt
Alibaba's Wan 2.6 text-to-image model generating images from text prompts with optional negative prompts and customizable dimensions.
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/wan-2.6-image",
"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/wan-2.6-image", "prompt": "<your prompt>"}'Examples





Parameters
Input
prompt string required
Text prompt describing what to generate.
negative_prompt string optional
What to avoid in the output.
size string optional
Output dimensions (width × height).
Output
image: string