Skip to main content

Try WAN 3.0 in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: wan-v3-0-video WAN 3.0 is a unified video generation model that replaces the separate text-to-video, image-to-video, reference-to-video, and video-edit models of the 2.x line with a single endpoint covering all of them. It generates 2 to 30 second clips at up to 1080P, with generated audio on by default, and supports a smart duration mode that lets the model pick the length from the prompt. Input works in one of two mutually exclusive modes. All-in-one reference accepts up to 10 images, 5 video clips, and 5 audio clips as combined references for appearance, motion, and voice; refer to them from the prompt as “Image 1”, “Video 1” and so on, numbered separately within each type. First and last frame mode instead takes a starting frame and an optional ending frame. Mixing the two modes fails the request. WAN 3.0 also accepts document and web page input when thinking mode is enabled, which the Oxen API does not expose yet. Note that it removes the negative_prompt and prompt_extend parameters that the 2.x models accepted.

Example request

Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.

Fetch model details

The models endpoint returns the full model object, including its json_request_schema.

Request parameters

Required parameters

Optional parameters