All models

Wan 3 0 Prime

alibaba/wan-3.0-prime

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-3.0-prime",
    "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-3.0-prime", "prompt": "<your prompt>"}'

Parameters

Input
prompt string required

Text prompt describing what to generate.

duration integer optional

Length of the output in seconds.

ratio string optional

Output aspect ratio.

resolution string optional

Output resolution / quality tier.

Output