wan3-uncensored Wan 3 Uncensored — the mature-theme build of Wan 3 and Sogni's premiere mature-theme video model — creates smart or fixed 2–30 second video with native audio from text, frame anchors, and multimodal references.
Pay as you go from $0.08 per output second at 480p — Unlimited saves 5% and Unlimited Pro 10%.
Wan 3 Uncensored is a premium video model on Sogni from the Wan 3 Enhanced Team, built on Alibaba's Wan 3. Its Sogni model ID is wan3-uncensored. It covers text-to-video, first-frame and first-and-last-frame animation, loose multimodal references, and audio-driven generation.
Wan 3 Uncensored is the mature-theme build of Wan 3 and Sogni's premiere mature-theme video model. It accepts mature-theme subject matter that standard Wan 3 declines and stays hidden until the Sensitive Content Filter is turned off in their Sogni account. It is for creators 18 or older making lawful work: Sogni's Terms of Use and the Wan 3 Enhanced Team's model terms still apply, so it is not restriction-free.
It renders fixed or smart 2–30 second clips at 30 fps in 480p, 720p, or 1080p. Choose adaptive, 16:9, 9:16, 1:1, 4:3, or 3:4 output. Native audio and provider prompt expansion are on by default and can be disabled.
Use either first/last-frame anchors or up to 10 image, 5 video, and 5 audio loose references; the two modes cannot be mixed. The model does not expose document/web context, watermark control, source-video editing, or extension.
Write a direct production brief and give every supplied frame or reference a specific role.
Wan 3 Uncensored is a pay-as-you-go Premium Spark vendor model. Every clip uses purchased Spark, including for Sogni Unlimited members. Unlimited saves 5%; Unlimited Pro saves 10%.
| Configuration | Spark | USD |
|---|---|---|
| 5 s · 480p | 80.0 Spark | $0.40 |
| 5 s · 720p | 160 Spark | $0.80 |
| 5 s · 1080p | 320 Spark | $1.60 |
| 30 s · 480p | 480 Spark | $2.40 |
| 30 s · 720p | 960 Spark | $4.80 |
| 30 s · 1080p | 1920 Spark | $9.60 |
Wan 3 Uncensored is billed by the Wan 3 Enhanced Team per output second and is not part of Unlimited fair-use coverage, so it always draws on Premium Spark. The 5% Unlimited / 10% Unlimited Pro discount applies to the pay-as-you-go rate and stacks on top of any active promotion.
Quotes are server-authoritative. Use the estimate above for a live figure before a long or high-resolution render.
One Sogni API key reaches every model in the catalog — call Wan 3 Uncensored with the exact model id.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'video',
modelId: 'wan3-uncensored',
positivePrompt: 'A documentary presenter walks through a detailed workshop and says Welcome to the future as the camera tracks beside her',
numberOfMedia: 1,
duration: 5,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_video",
"arguments": { "prompt": "A documentary presenter walks through a detailed workshop and says Welcome to the future as the camera tracks beside her", "videoModel": "wan3-uncensored", "duration": 5 }
}]
},
"confirm_cost": true
}' REST workflow alias: wan3-uncensored. Pin the exact id with the SDK. Full reference at docs.sogni.ai.
Four selected image-to-video generations from Wan 3 Enhanced, now Wan 3 Uncensored. The featured side-by-side promo went from one Dark Beast Krea 2 still to two performances and a finished Remotion edit in a couple of minutes with Claude Code and the Sogni Creative Agent Skill. Play each with sound to inspect dialogue, movement, texture, lighting, and native audio.
Wan 3 Uncensored is a third-party frontier model. It uses purchased Spark for every clip; Unlimited plans discount those pay-as-you-go rates instead of covering them as fair-use renders.
Vendor-backed renders are billed with Spark even when your account has an active Unlimited subscription.
Unlimited saves 5%; Unlimited Pro saves 10%.
Launch Wan 3 Uncensored from the Sogni app or call the exact model id through the API.
Use premium vendor models alongside Sogni Supernet image, video, music, and language models.
Wan 3 Uncensored is the mature-theme build of Wan 3 on Sogni (model ID wan3-uncensored). It accepts mature-theme subject matter that standard Wan 3 declines. It is intended for creators 18 or older making lawful work; Sogni's Terms of Use and the Wan 3 Enhanced Team's model terms still apply, so it is not restriction-free.
Turn off the Sensitive Content Filter first: at app.sogni.ai, select your username in the top-right corner, switch off Sensitive Content Filter under Content preferences, and confirm you are 18 or older. Wan 3 Uncensored then appears under Wan 3 version in any Wan 3 workflow. Through the API or Creative Agent Skill, use wan3-uncensored.
Use text-to-video for a prompt alone, image-to-video for frame anchors, reference generation for loose image/video/audio guidance, or audio-driven video when sound controls timing. All use wan3-uncensored.
No. Choose first/last-frame anchor mode or loose image/video/audio reference mode for each request. Give every loose reference one explicit job in the prompt.
Pay-as-you-go rates are $0.08 per output second at 480p, $0.16 at 720p, and $0.32 at 1080p — a 5-second 480p clip is 80 Spark ($0.40). Unlimited members save a further 5% and Unlimited Pro members 10% on those rates, on top of any active promotion.
No. It is an external API model from the Wan 3 Enhanced Team, so every render is pay as you go with Premium Spark regardless of plan. Subscribers do keep a 5% (Unlimited) or 10% (Unlimited Pro) discount on pay-as-you-go rates, on top of active promotions.
Sogni is built with privacy and creative freedom in mind, and your work remains your own. This one is a third-party vendor API model rather than a Sogni Supernet model, so generation runs on the vendor’s infrastructure instead of the decentralized creator-GPU network. Sogni sends only what the job needs and applies the same privacy practices it does everywhere else. Use is governed by Sogni's Privacy Policy and Terms of Use together with the vendor's own terms.
Create in the app, or build with the API. Your call.