| Model ID | wan-video-2.1 |
| Provider | Alibaba / Wan Team |
| Modality | Video Generation (text-to-video, image-to-video) |
| Max Resolution | 1280×720 (720p) |
| Video Duration | 2–5 seconds per generation |
| Generation Speed | ~45 seconds average |
| Cost | From $0.15 per video |
| Output Format | MP4 |
| API Compatibility | OpenAI-compatible endpoint |
| Generation Mode | Asynchronous (webhook or polling) |
| Supported Inputs | Text prompt, image + text prompt (img2vid) |
| Key Strengths | Smooth motion, cinematic quality, Asian aesthetics |
| Languages | Multilingual prompts (English, Chinese, others) |
Model ID
wan-video-2.1
Provider
Alibaba / Wan Team
Modality
Video Generation (text-to-video, image-to-video)
Max Resolution
1280×720 (720p)
Video Duration
2–5 seconds per generation
Generation Speed
~45 seconds average
Cost
From $0.15 per video
Output Format
MP4
API Compatibility
OpenAI-compatible endpoint
Generation Mode
Asynchronous (webhook or polling)
Supported Inputs
Text prompt, image + text prompt (img2vid)
Key Strengths
Smooth motion, cinematic quality, Asian aesthetics
Languages
Multilingual prompts (English, Chinese, others)
Generated with wan-video-2.1 on Fluxpool.
"A koi fish transforming into a phoenix, rising from a still pond, slow motion, cinematic golden light"
1280×720 • 5s • wan-video-2.1
"Drone shot flying through cherry blossom trees along a river in Kyoto, spring morning mist, slow motion"
1280×720 • 5s • wan-video-2.1
"Timelapse of a cyberpunk city being built from the ground up, neon lights flickering on, aerial view"
1280×720 • 4s • wan-video-2.1
"Close-up of a samurai drawing a katana, rain falling in slow motion, moody blue lighting"
1280×720 • 3s • wan-video-2.1
"Underwater coral reef with bioluminescent jellyfish drifting past the camera, dark ocean, ethereal"
1280×720 • 5s • wan-video-2.1
"A paper crane unfolding and coming to life, stop-motion style, warm studio lighting, shallow depth of field"
1280×720 • 4s • wan-video-2.1
"Steaming bowl of ramen on a wooden counter, chopsticks lifting noodles, food photography style"
1280×720 • 3s • wan-video-2.1
"A Southeast Asian floating market at dawn, boats drifting, vendors setting up, golden hour, documentary style"
1280×720 • 5s • wan-video-2.1
Generate video with 8 lines of code. OpenAI-compatible.
from openai import OpenAI
client = OpenAI(
base_url="https://api.fluxpool.ai/v1",
api_key="fp_your_api_key"
)
response = client.chat.completions.create(
model="wan-video-2.1",
messages=[{
"role": "user",
"content": "A lantern festival over a mountain lake, cinematic aerial"
}],
extra_body={"type": "video", "duration": 5, "resolution": "1280x720"}
)
# Video generation is async — poll for result or use webhooks
video_url = response.choices[0].message.content
print(video_url)
Video generation is asynchronous. Use webhooks for production workflows. Read webhooks docs →
Compare video generation models or pair with an image model.
Realistic motion. Strong character consistency. 5-10s clips.
Up to 1080p • ~60s • From $0.20/video
Try kling-v2 →Premium video generation. State-of-the-art motion and coherence.
Up to 1080p • ~90s • From $0.50/video
Try runway-gen3 →Tencent's video model. Good motion, competitive pricing.
Up to 720p • ~50s • From $0.12/video
Try hunyuan-video →Best overall image quality. Pair with wan-video-2.1 for full workflows.
Up to 2048×2048 • ~3s • From $0.03/image
Try flux-1.1-pro →50 free generations • No credit card required