Back to Blog
Video models
Published Aug 24, 2026
Updated Sep 5, 2026Last verified Sep 5, 2026
12 min read

Uncensored AI Image-to-Video Generators: From Still to Spicy Video API

Compare Wan 3, Pro, and the new Prime and Prime Pro tiers by turnaround, resolution, keyframes, reference inputs, and live image-to-video API pricing.
Uncensored AI Image-to-Video Generators: From Still to Spicy Video API
Key takeawayImage-to-video is not merely making a still move; it is preserving identity, composition, and usable motion over time.

Short answer

This page solves one job: turning an approved still into a deliverable clip while identity, composition, and motion stay usable across the whole timeline. The method is to set the starting point with a first frame, add a last frame when the ending must be controlled, constrain style and rhythm with image, video, and audio references, and validate the first pass at five seconds and a lower resolution before raising resolution or duration. Spicy routes require an age-confirmed account, and real-person material requires rights and consent.

Start with the question behind the search

A correct still can drift once it enters a video model: faces and clothing change, backgrounds are redesigned, camera movement overwhelms subject movement, or the opening frame no longer connects to the result. People searching for uncensored image-to-video also need clarity on account eligibility and allowed scope, but production quality still depends on references, motion direction, duration, and retry design.

Choose by task

How the five ModelRush video routes actually differ. Capabilities come from the Registry operation limits; the live pricing table further down this page carries the rates.
ModelResolutionDurationReference inputsBest stage
Wan 3 Spicy480P / 720P / 1080P2–30s, or duration: -1 to let the model decideFirst frame, last frame, up to 10 images / 5 videos / 5 audio clipsLow-cost exploration and most delivery
Wan 3 Pro Spicy1080P / 2K / 4KThe same unified workflow as Wan 3Same as Wan 3High-resolution final delivery of approved shots
Wan 3 Prime Spicy480P / 720P / 1080P2–30s, or duration: -1 to let the model decideFirst frame, last frame, up to 10 images / 5 videos / 5 audio clipsFaster iteration up to 1080P
Wan 3 Prime Pro Spicy1080P / 2K / 4K2–30s, or duration: -1 to let the model decideFirst frame, last frame, up to 10 images / 5 videos / 5 audio clipsFaster high-resolution delivery up to 4K
Wan 2.7 R2V720P / 1080P2–10sA media array of reference material, driven by the reference subject rather than a first frameKeeping a specific character or object without locking the composition

First frame versus first and last frame

With only a first frame, the model decides where the shot goes. The start is fixed and the ending is inferred probabilistically from the prompt, so repeated runs land differently. That suits exploration, mood shots, and footage that does not need a precise destination.
With both a first and a last frame, both ends are locked and the model only owns the transition. That suits shots that must land on a named composition: a final product position, a character turning to a specific angle, or a cut that has to match the next shot. The cost is that the two keyframes must be coherent with each other. If lighting, wardrobe, or background differ between them, the model forces a bridge and the clip breaks more often, not less.
The practical order is: use a first frame to confirm the subject and motion direction can work at all, then decide whether the ending is worth a second keyframe. Starting with both introduces two variables at once and hides which end caused the failure.

What image, video, and audio references each constrain

The Wan 3 Registry contract allows up to 10 reference images, 5 reference videos, and 5 reference audio clips, and each constrains a different dimension.
  • Image references constrain appearance: identity, wardrobe, material, palette. Several images from different angles do more than repeating the same person in prose.
  • Video references constrain motion: rhythm, camera movement, and how large the action is. When a slow push in comes back as a fast dolly, one reference video is faster than ten more adjectives.
  • Audio references constrain time. Wan 3 supports native audio, so a reference clip affects beat and lip alignment rather than simply attaching a soundtrack.
None of the three is a guarantee. The more references you attach, the more constraints the model has to satisfy at once, and contradictory references — a daylight image reference with a night-time video reference — visibly lower the pass rate.

Duration, resolution, and what a clip actually costs

Video bills per second and resolution sets the per-second rate, so cost is roughly rate x duration x attempts. The third term is what actually decides the budget: a five-second shot that needs four attempts costs more than a ten-second shot that lands first time.
So run short shots at a lower resolution to judge identity, composition, and motion direction, then promote the approved prompt to the target resolution. Wan 3 Spicy and Wan 3 Prime Spicy cover 480P, 720P, and 1080P; Wan 3 Pro Spicy and Wan 3 Prime Pro Spicy cover 1080P, 2K, and 4K. Choose resolution for the delivery requirement, then decide whether faster Prime turnaround is worth a higher per-second rate. Compare costs at the same resolution, duration, and attempt count, and record actual wait times. The live table below carries the rate in effect for each resolution.

How to evaluate beyond a polished demo

  • Test portrait close-ups, full-body action, product rotation, and complex backgrounds separately.
  • Fix the first pass at five seconds and a lower resolution to judge identity, composition, and motion direction.
  • Use first and last frames when the endpoint matters instead of describing the final frame only in prose.
  • Convert price per second into cost per approved shot, including unusable outputs and human review.

ModelRush options for the job

  • Wan 3 Prime Spicy targets faster iteration at 480P, 720P, or 1080P, with keyframes, multimodal references, native audio, and 2–30 seconds or smart duration.
  • Wan 3 Prime Pro Spicy targets faster delivery at 1080P, 2K, or 4K while keeping the same keyframe, reference, audio, and duration controls.
  • Wan 3 Pro Spicy is the current high-quality image-to-video route, with keyframes, image/video/audio references, native audio, and 1080P, 2K, or 4K output.
  • Wan 3 Spicy keeps the same unified reference workflow and up-to-30-second duration at 480P, 720P, or 1080P for lower-cost exploration.
  • Use Wan 3 Spicy for short first-pass tests, then move approved identity, motion, and composition to Wan 3 Pro Spicy for high-resolution delivery.

Minimum working request

This request uses modelrush/wan3-prime-spicy for a five-second 720P keyframe video. For Prime Pro, change model to modelrush/wan3-prime-pro-spicy and set resolution to 1080P, 2K, or 4K; Prime Pro does not accept 720P. The endpoint returns 202 with a generation ID and a poll URL. Save the first response so a network retry does not create a second billable job.
bash
curl https://api.modelrush.ai/v1/videos/generations \
-H "Authorization: Bearer $MODELRUSH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "modelrush/wan3-prime-spicy",
"prompt": "The subject turns toward camera and the light warms, one slow push in",
"first_frame": "https://example.com/approved-still.png",
"last_frame": "https://example.com/approved-final-pose.png",
"duration": 5,
"resolution": "720P",
"ratio": "16:9",
"audio": true
}'

A reproducible production workflow

Save the source-image hash, rights basis, and subject consent before creating a five-second test. Split the prompt into subject, action, environment, and camera layers, changing one variable at a time. Preserve generation ID, model, resolution, duration, cost, and review decision. Only approved shots move to a longer duration or higher resolution, with status synchronized by webhook or polling. See the complete request contract in the video API documentation.

Frequently asked questions

When should I choose Prime or Prime Pro?

Choose Wan 3 Prime Spicy for faster iteration at 480P, 720P, or 1080P, and Wan 3 Prime Pro Spicy for faster delivery at 1080P, 2K, or 4K. Both support keyframes, multimodal references, native audio, and up to 30 seconds. Prime tiers have higher per-second rates than their corresponding non-Prime tiers; check the live pricing table for current costs.

Can image-to-video preserve a character perfectly?

It cannot be guaranteed. A reference improves retention, while motion intensity, occlusion, camera movement, and duration all increase drift risk.

Should I use Wan 3 or Wan 3 Pro?

Use Wan 3 at 480P, 720P, or 1080P for lower-cost exploration. Choose Wan 3 Pro for final delivery at 1080P, 2K, or 4K. Both support keyframes, multimodal references, and native audio.

Can Spicy routes process any person's photo?

No. Real-person material requires clear rights and consent; minors and non-consensual intimate use are strictly prohibited.
Start with a five-second test, compare real usable-output rates across ModelRush video models, confirm current resolutions, duration, and status on the Wan 3 Spicy model page, confirm asynchronous state and webhooks in the image-to-video API documentation, and then choose final resolution and batch budget.

Current pricing for the models in this article

Rates come from the ModelRush Registry and use the same immutable price version as billing.
ModelCapabilityExecution RegionPrice variantCustomer price
Wan 2.7 R2V · modelrush/wan2.7-r2vVideo generationcn-beijing1080P$0.157689 / second
Wan 2.7 R2V · modelrush/wan2.7-r2vVideo generationcn-beijing720P$0.094614 / second
Wan 2.7 R2V · modelrush/wan2.7-r2vVideo generationsg-singapore1080P$0.165 / second
Wan 2.7 R2V · modelrush/wan2.7-r2vVideo generationsg-singapore720P$0.11 / second
Wan 3 Prime Pro Spicy · modelrush/wan3-prime-pro-spicyVideo generationus-virginia1080P$0.2002 / second
Wan 3 Prime Pro Spicy · modelrush/wan3-prime-pro-spicyVideo generationus-virginia2K$0.2156 / second
Wan 3 Prime Pro Spicy · modelrush/wan3-prime-pro-spicyVideo generationus-virginia4K$0.2387 / second
Wan 3 Prime Spicy · modelrush/wan3-prime-spicyVideo generationus-virginia1080P$0.2156 / second
Wan 3 Prime Spicy · modelrush/wan3-prime-spicyVideo generationus-virginia480P$0.05236 / second
Wan 3 Prime Spicy · modelrush/wan3-prime-spicyVideo generationus-virginia720P$0.1078 / second
Wan 3 Pro Spicy · modelrush/wan3-pro-spicyVideo generationus-virginia1080P$0.1386 / second
Wan 3 Pro Spicy · modelrush/wan3-pro-spicyVideo generationus-virginia2K$0.154 / second
Wan 3 Pro Spicy · modelrush/wan3-pro-spicyVideo generationus-virginia4K$0.1771 / second
Wan 3 Spicy · modelrush/wan3-spicyVideo generationus-virginia1080P$0.154 / second
Wan 3 Spicy · modelrush/wan3-spicyVideo generationus-virginia480P$0.0385 / second
Wan 3 Spicy · modelrush/wan3-spicyVideo generationus-virginia720P$0.077 / second
Registry revision · 2026-09-08.1

Compare callable models

Apply the article's framework to live models by capability, I/O, price, and region.

Keep reading

Continue building the surrounding decisions in your multi-model stack.
ModelRushOne integration, intelligent routing, transparent billing. Model infrastructure for developers and agents.
© 2026 ModelRushAll systems operational