Video GenerationActive
Wan 3.0 Prime Pro Uncensored (Wiro-Partners)
Generate 5–30 second videos from a written shot prompt, with optional first and last frame keyframes, audio on/off, and 1080p to 4K output.
Text to VideoImage to Video
Model ID
wan 3.0 prime pro uncensored
Provider
wiro-partners
Updated
1789748004
wiro playground—wiro-partners/wan 3.0 prime pro uncensored
Updated 1789748004
Overview
Wan 3.0 Prime Pro Uncensored by Wiro-Partners generates a single continuous video shot from a written scene description. You can guide the motion with an optional first frame, or lock both the start and end using first and last frames. It returns a ready-to-review MP4 clip at 1080p, 2K, or 4K, with optional audio. This helps you move from a shot brief to a deliverable clip without manual animation.
What you can build
- Animate a still image into a camera move for ads, Reels, and Shorts
- Create product hero shots with controlled openings and endings using keyframes
- Generate UGC-style clips from a prompt when you have no footage
- Storyboard scenes by generating multiple variations with different random seeds
- Produce vertical, square, or widescreen deliverables from the same creative brief
Inputs
- A written scene description that describes subject, action, camera, lighting, and pacing.
- An optional first-frame image to control the opening composition and identity.
- An optional last-frame image to control the final frame and destination pose.
- A target duration selection from 5 to 30 seconds.
- A quality tier selection for 1080p, 2K, or 4K output.
- An optional aspect ratio choice. Adaptive picks a ratio based on your prompt and any provided frames.
- An optional audio toggle to include an audio track in the exported video.
- An optional prompt expansion toggle that rewrites and extends your description for more detail.
- An optional numeric seed to reproduce a similar result across runs.
Outputs
- One MP4 video clip at the selected duration.
- Frame size matches the chosen resolution tier and aspect ratio.
- If you provided a first frame, the video starts from that frame.
- If you provided first and last frames, the video aims to end exactly on the last frame.
- When audio is enabled, the MP4 includes an audio track.
Limitations
- Longer clips can drift in identity, clothing detail, or background continuity.
- Complex multi-person interactions can break spatial consistency.
- Text and logos inside the generated video can look incorrect or unstable.
- A last-frame target can still miss exact hand poses or small details.
- High-resolution output can show shimmer on fine patterns or thin lines.
- Low-quality inputs can degrade results. This includes noisy images, heavy compression, and screenshots with overlays.
Safety & compliance
- Only upload images and reference content you have the rights to use.
- Don’t generate impersonations or deceptive deepfakes of real people without clear consent.
- This model is labeled uncensored. You still must follow Wiro policy and local laws.
- Review every output before publishing. Check faces, hands, and any implied claims or branding.
Example prompts
Great starting points for wan 3.0 prime pro uncensored.
She slowly turns toward the camera and runs her hands down her waist, then looks up with a small smile as the studio lights warm on her skinVideo Generation
She walks toward the camera with a slow runway walk, then pauses, turns her head, and looks back over her shoulderVideo Generation
She turns from the counter, walks toward the camera, and tucks her hair behind one ear with a quiet smileVideo Generation
She takes a few slow steps along the pool edge toward the camera, then stops, puts her hands on her hips, and smiles as the wind moves her hairVideo Generation
API quick start
Run wan 3.0 prime pro uncensored with a single API call.
POST https://api.wiro.ai/v1/Run/wiro-partners/wan-3-0-prime-pro-uncensored
{
"prompt": "She turns from the counter, walks toward …",
"duration": 5,
"resolution": "1080p",
"inputImage": "https://your-cdn.com/input.png"
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro-partners/wan-3-0-prime-pro-uncensored" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "She turns from the counter, walks toward …",
"duration": 5,
"resolution": "1080p",
"inputImage": "https://your-cdn.com/input.png"
}
JSON