WAN 3.0 Prime Uncensored Video Generator
Create 5–30s MP4 videos from a prompt, optionally anchored by first and last frame images with optional audio. Powered by Alibaba Wan 3.0 Prime.
## Overview WAN 3.0 Prime Uncensored is a video generation model published by Wiro Partners, built on Alibaba Cloud’s Wan 3.0 Prime tier. It turns a written scene description into a new MP4 clip, and it can also animate from a still image. You can lock the opening frame, and optionally steer the ending frame, then the model fills in motion between them. It can also generate synchronized audio in the same pass, so timing matches the visuals. ## What you can build - Short narrative shots for storyboards and animatics - Product clips from a single hero image, with controlled camera movement - Before/after transitions by setting a clear first frame and last frame - Vertical social ads (9:16) and horizontal promos (16:9) - Loops and variations for A/B testing by changing the random seed - Clips with optional generated audio for ambience, effects, or simple dialogue beats ## Inputs - A required scene description in plain text. Include subject, action, camera move, lighting, and style. - An optional first-frame image file to anchor the starting composition. Use a common web image format such as JPG/JPEG, PNG, GIF, WebP, or HEIC. - An optional last-frame image file to steer how the clip ends. Use the same image formats as the first frame. - A required duration selection from 5 to 30 seconds in 5-second steps. - A required output quality tier selection: 480p, 720p, or 1080p. - An optional aspect ratio choice. You can set a fixed ratio like 16:9 or 9:16, or let it adapt. - An optional toggle to include an audio track in the exported video. - An optional prompt extension toggle that rewrites short prompts to add detail. - An optional numeric seed for repeatable results. Use an integer from 0 to 2,147,483,647. ## Outputs The model returns one generated video file. - A downloadable MP4 clip at the selected duration and resolution. - The clip may include a synchronized audio track when audio is enabled. - The result can include useful run metadata such as the final seed used, the measured duration, and the rewritten prompt text when prompt extension is enabled. ## Recommended settings - For best consistency, start with 5 or 10 seconds. Longer clips can drift more. - If your prompt is short, enable prompt extension. It typically improves detail. - If you need exact framing, use a first-frame image and keep the subject large and clear. - If you need a clear end pose, add a last-frame image and describe the transition. - If you want repeatable reviews, keep the seed fixed and don’t change inputs. ## Limitations - Text rendering inside the video can be unreliable. Avoid shots that need readable small text. - Complex multi-character interactions can become inconsistent. - Longer durations can show motion degradation or scene drift. - Low-quality input images can cause glitches. Watch for heavy JPEG artifacts, collages, and text overlays. - Some deployments may apply safety checks to prompts or outputs, even when the model name includes “uncensored.” ## Safety & compliance - You’re responsible for lawful use of outputs and inputs. - Don’t generate sexual content involving minors, or content that sexualizes young-looking people. - Don’t create non-consensual intimate imagery or deceptive impersonations of real people. - Don’t use copyrighted or trademarked material unless you have rights to use it. - “Uncensored” typically means fewer refusals, not permission to break laws or platform rules.
Example prompts
Great starting points for wan 3.0 prime uncensored.
API quick start
Run wan 3.0 prime uncensored with a single API call.
{
"prompt": "She slowly turns toward the camera and ru…",
"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-prime-uncensored" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "She slowly turns toward the camera and ru…",
"duration": 5,
"resolution": "480p",
"inputImage": "https://your-cdn.com/input.png"
}
JSON