alibaba / wan 2.6
wan 2.6
Generates videos from text prompts or images using Alibaba's Wan 2.6 model. Supports multiple modes and customization options.
Overview
Wan 2.6 is a video generation model developed by Alibaba, designed for creating videos from text prompts or images. It supports various modes including standard and pro, and offers customization options such as resolution, duration, and aspect ratio.
What you can build
- Dynamic video content from textual descriptions
- Image-to-video transformations
- Customized video outputs tailored to specific requirements
Inputs
- Mode: Select between 'std' or 'pro' modes
- Prompt: The text prompt to generate the video
- Negative Prompt: Exclude unwanted elements from the output
- Image: Optional input image to determine video ratio
- Audio: Optional audio input (not supported for r2v)
- References: Reference images or videos for character appearance and voice
- Duration: Total video duration (3-15 seconds)
- Resolution: Quality setting (720P or 1080P)
- Ratio: Aspect ratio selection (16:9, 9:16, 1:1, 4:3, 3:4)
- Shot Type: Single or multi-shot video generation
- Prompt Extend: Enable for multi-shot with text-to-video
- Watermark: Add AI-generated watermark
- Seed: Random seed for reproducible results
Outputs
- Generated video files with customizable duration and resolution
- Optionally includes audio and watermark features
Recommended settings
- Use 'pro' mode for enhanced quality and advanced features
- Set duration between 5-10 seconds for optimal performance
- Choose 1080P resolution for higher quality output
Limitations
- Audio support is limited to certain modes
- Reference images must contain only one main character
- Multi-shot requires prompt extension to be enabled
Safety & compliance
- Ensure all inputs comply with applicable laws and regulations
- Use generated content responsibly and ethically
- Respect copyright and intellectual property rights
Example prompts
Great starting points for wan 2.6.
API quick start
Run wan 2.6 with a single API call.
{
"prompt": "Cinematic documentary style, National Geo…",
"mode": "std",
"negativePrompt": "...",
"duration": 5
}curl -X POST "https://api.wiro.ai/v1/Run/alibaba/wan 2.6" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "Cinematic documentary style, National Geo…",
"mode": "std",
"negativePrompt": "...",
"duration": 5
}
JSONPricing: Text-to-video costs $0.10/s for 720P and $0.15/s for 1080P, audioEnabled is always disabled. Image-to-video standard mode with audioEnabled enabled costs $0.05/s for 720P and $0.075/s for 1080P, with audioEnabled disabled costs $0.025/s for 720P and $0.0375/s for 1080P. Image-to-video pro mode costs $0.10/s for 720P and $0.15/s for 1080P, audioEnabled is always on. Reference-to-video standard mode with audioEnabled enabled costs $0.05/s for 720P and $0.075/s for 1080P, with audioEnabled disabled costs $0.025/s for 720P and $0.0375/s for 1080P. Reference-to-video pro mode costs $0.10/s for 720P and $0.15/s for 1080P, audioEnabled is always on. Final cost is calculated as price per second multiplied by video duration.
View full API docs