Wan 3.0 Uncensored Video Generator
Generate 5–30s MP4 videos from a prompt, with optional first and last frame images. Pick 480p–1080p resolution, aspect ratio, and audio.
Overview
Wan 3.0 Uncensored by Wiro-Partners is a hosted video generator built on Alibaba’s Wan 3.0 family. You describe a shot in text, and the model renders a single continuous video clip. You can anchor the motion with a starting frame, and optionally constrain the ending with a last frame. This helps you keep continuity when you need a specific first pose or final composition.
What you can build
- Animate a product photo into a short ad clip for social platforms
- Create single-take cinematic b-roll from a written shot description
- Turn character art into motion tests with a controlled start pose
- Generate “before → after” style transformations using first and last frames
- Prototype story beats for previsualization before filming or editing
- Produce multiple takes of the same shot by changing the random seed
Inputs
- A required scene description in plain English. Include subject, action, camera movement, lighting, and background details.
- An optional starting frame image to set the first frame of the video. Use JPEG/JPG, PNG without transparency, BMP, or WebP.
- An optional last frame image to guide how the shot ends. Use the same file types and limits as the starting frame.
- A target duration you choose from 5 to 30 seconds.
- A resolution tier selection: 480p, 720p, or 1080p.
- An aspect ratio choice. Pick adaptive to let the model decide, or choose 16:9, 4:3, 1:1, 3:4, or 9:16.
- An optional toggle to include a generated audio track in the output.
- An optional toggle that rewrites and expands short prompts to add detail.
- An optional numeric seed (0 to 2,147,483,647) to make results more repeatable.
Outputs
The model returns a downloadable MP4 video clip. The clip matches your selected duration, resolution tier, and aspect ratio choice. When audio is enabled, the MP4 includes an audio track generated for the same timeline as the visuals. Outputs typically include basic run metadata such as the final duration and the seed used.
Limitations
- Video length is capped at 30 seconds per generation.
- Start and end frame control can still drift on fast motion or complex interactions.
- Fine textures can shimmer across frames at higher motion.
- If you supply a starting frame, framing can bias toward that image’s composition.
- Low-quality inputs can degrade results. Blurry photos, heavy JPEG artifacts, screenshots, and busy collages can cause motion glitches.
- PNG files with transparency are not supported for frame anchoring.
Safety & compliance
Follow Wiro’s platform rules and all applicable laws for generated media.
- Don’t create or request any content involving minors, including fictional or implied content.
- Don’t generate non-consensual sexual content or intimate deepfakes of real people.
- Don’t impersonate real people or brands in a deceptive way.
- Only upload images, audio, and other assets you have rights to use.
- Some deployments may still apply safety checks, even when the model name suggests fewer filters.
Example prompts
Great starting points for wan 3.0 uncensored.
API quick start
Run wan 3.0 uncensored with a single API call.
{
"prompt": "She lowers her arm and turns her body tow…",
"duration": 5,
"resolution": "480p",
"inputImage": "https://your-cdn.com/input.png"
}curl -X POST "https://api.wiro.ai/v1/Run/wiro-partners/wan-3-0-uncensored" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "She lowers her arm and turns her body tow…",
"duration": 5,
"resolution": "480p",
"inputImage": "https://your-cdn.com/input.png"
}
JSON