Wan 3.0 unifies text, first-frame, first-and-last-frame, and mixed-reference video generation in one model. On MachGen it creates 2-30 second clips at 480p, 720p, or 1080p, supports Adaptive plus five fixed aspect ratios, generates audio in the same request, and accepts up to 10 images, 5 videos, and 5 audio references.
| Auto-reload | Regular | |
|---|---|---|
| 480p | $0.041/s | $0.05/s |
| 720p | $0.081/s | $0.10/s |
| 1080p | $0.162/s | $0.20/s |
Wan 3.0 unifies text, first-frame, first-and-last-frame, and mixed-reference video generation in one model. On MachGen it creates 2-30 second clips at 480p, 720p, or 1080p, supports Adaptive plus five fixed aspect ratios, generates audio in the same request, and accepts up to 10 images, 5 videos, and 5 audio references.
Wan 3.0 video generation for long-form directed motion, adaptive framing, synchronized sound, and ordered image, video, and audio references.
This table reflects the model routes and controls currently exposed by MachGen.
| Mode | Required input | Available settings |
|---|---|---|
| Text to Video | Text prompt | Resolution: 480p, 720p, 1080p Aspect ratio: Adaptive, 16:9, 4:3, 1:1, 3:4, 9:16 Duration: 2-30s, Smart Optional generated audio Seed control |
| Image to Video | Text prompt and source image; optional end frame | Resolution: 480p, 720p, 1080p Aspect ratio: Adaptive, 16:9, 4:3, 1:1, 3:4, 9:16 Duration: 2-30s, Smart Optional generated audio Seed control |
| Reference to Video | Per-type limits: up to 10 images, up to 5 videos, up to 5 audio files; 20 references combined; alternatively, one file or one webpage, with an optional text prompt | Resolution: 480p, 720p, 1080p Aspect ratio: Adaptive, 16:9, 4:3, 1:1, 3:4, 9:16 Duration: 2-30s, Smart Optional generated audio Seed control |
| First & Last Frame | Text prompt, start frame, and end frame | Resolution: 480p, 720p, 1080p Aspect ratio: Adaptive, 16:9, 4:3, 1:1, 3:4, 9:16 Duration: 2-30s, Smart Optional generated audio Seed control |
These inputs solve different problems. Media gives Wan 3.0 visual or audio direction. File and Webpage give it material to read and turn into a video. Choose one mode per request.
| Mode | Use it when | What to add |
|---|---|---|
| Media | You need to preserve a subject, opening frame, movement, voice, ambience, or rhythm. | Up to 10 images, 5 videos, and 5 audio clips. Name useful references and call them out with @name in the prompt. |
| File | A document contains the brief, facts, story, spreadsheet data, or slide content the video should explain. | Upload one document. MachGen uploads it for the web app; API requests use one src_file_urls entry. |
| Webpage | A public page contains the source material for a summary, explainer, profile, or product introduction. | Paste one public HTTPS URL. API requests use one src_webpage_urls entry. |
File prompt example: Read the creative brief as the factual source. Create a concise launch video that introduces the problem, product solution, and final brand shot. Preserve the product name and stated claims; do not invent prices or specifications.
Webpage prompt example: Use the webpage as the factual source for a clean product explainer. Introduce its main capabilities, preserve names and stated facts, and omit claims that are not present on the page.
You do not need an @name for File or Webpage. The prompt is optional for these modes, but a clear brief gives the model a much stronger structure.
{
"model": "Alibaba-Wan-3.0",
"task_type": "R2V",
"prompt": "Turn the brief into a factual 10-second product launch video.",
"src_file_urls": ["https://example.com/creative-brief.pdf"],
"video_config": {
"duration_secs": 10,
"height": 1080,
"aspect_ratio": "adaptive",
"audio": true
}
}For a webpage, replace src_file_urls with src_webpage_urls. Direct file and webpage URLs must use HTTPS and be publicly accessible. Do not send media arrays, src_file_urls, and src_webpage_urls together.
For model background, technical details, and architecture, see the official Wan 3.0 creation guide.
Try this model in the MachGen Playground.
Official documentation may describe capabilities or parameters that are not currently exposed by MachGen. Use the Inputs and output settings section above as the source of truth for this page.
See Pricing for currently published MachGen rates. When available, the Playground estimate reflects the selected task and output settings.
Deployment: Pass-through. Wan 3.0 is pass-through. MachGen sends the request through its upstream provider integration and returns the generated asset.
The Playground and API sections on this page list the inputs and output settings exposed for this model.