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": <string>
  }'

# 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": "<string>"}'

Examples

example
example
example
example
example

Parameters

Input
negative_prompt string
prompt string required
size string
Output
image: string