Back to models
Violet crystalline city with reflective chrome spheres
Alibaba · Video

Wan 3.0

Flexible long-form video generation with optional synchronized audio.

Long formAudioCamera
alibaba/wan-3.0/text-to-video
Starting at$0.48 / runSaved models stay in this browser.
Try it now

Playground

$0.48 / run
Wan 3.0Video  •  Text to video
67 / 1000
Aspect ratio
Estimated cost ~0.480 credits$0.4800 USD
Your result will appear hereConfigure a model, then generate it.
Current API contract

Use an organization API key.

Create a key in the studio, then send it as a Bearer token. API usage and credits remain scoped to that key’s organization.

Keys are shown once and API requests are rate limited per key.
const response = await fetch("/api/predictions", {
  method: "POST",
  headers: {
    "Authorization": "Bearer omk_your_api_key",
    "Content-Type": "application/json",
    "Idempotency-Key": crypto.randomUUID()
  },
  body: JSON.stringify({
    model: "alibaba/wan-3.0/text-to-video",
    input: {
        "prompt": "A crystalline city awakening at dawn, smooth aerial camera movement",
        "aspect_ratio": "16:9",
        "duration": "5"
    }
  })
});

const { data, error } = await response.json();
Submit
POST /api/predictions with an 8–200 character Idempotency-Key.
Poll
GET /api/predictions/{id} until the returned status is terminal.
Response
Success returns { data: prediction }; failures return { error: message }.
Model overview

Text to video

Flexible long-form video generation with optional synchronized audio.

Long formAudioCamera
Keep exploring

Related models