Wan 2.6
Generate 5-15 second videos with multi-shot cinematography using Wan 2.6 through VicSee API. Automatic cuts and transitions, 720p/1080p resolution. 50-225 credits.
Try it now: Use the Wan 2.6 Generator to create multi-shot videos without code.
Need a cheaper option? Wan 2.6 Flash offers image-to-video starting at just 13 credits.
Pricing
| Variant | Credits | Price (Pro Yearly) | Price (Pro Monthly) |
|---|---|---|---|
| 5s 720p | 50 | $0.30 | $0.60 |
| 10s 720p | 100 | $0.60 | $1.20 |
| 15s 720p | 150 | $0.90 | $1.80 |
| 5s 1080p | 75 | $0.45 | $0.90 |
| 10s 1080p | 150 | $0.90 | $1.80 |
| 15s 1080p | 225 | $1.35 | $2.70 |
Credits are deducted only on successful generation.
Endpoint
POST https://vicsee.com/api/v1/generateSee Authentication for API key setup.
Text to Video
Generate videos from text descriptions with automatic multi-shot cinematography.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | wan-2-6-text-to-video |
| input.prompt | string | Yes | Description of the video to generate (max 5000 chars) |
| input.duration | number | No | 5, 10, or 15 seconds (default: 5) |
| input.resolution | string | No | 720p or 1080p (default: 720p) |
| input.aspect_ratio | string | No | 16:9, 9:16, 1:1, 4:3, or 3:4 (default: 16:9) |
| input.multi_shots | boolean | No | Enable multi-shot cinematography (default: true) |
Example Request
curl -X POST https://vicsee.com/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-2-6-text-to-video",
"input": {
"prompt": "A cinematic drone shot over mountain peaks at sunrise, revealing a misty valley below",
"duration": 10,
"resolution": "1080p",
"aspect_ratio": "16:9",
"multi_shots": true
}
}'Image to Video
Animate an image with multi-shot cinematography.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | wan-2-6-image-to-video |
| input.prompt | string | Yes | Description of the animation (max 5000 chars) |
| input.image_urls | string[] | Yes | Array containing the starting image URL |
| input.duration | number | No | 5, 10, or 15 seconds (default: 5) |
| input.resolution | string | No | 720p or 1080p (default: 720p) |
| input.multi_shots | boolean | No | Enable multi-shot cinematography (default: true) |
Image constraints:
- Formats: JPEG, PNG, BMP, WebP
- Dimensions: 360px - 2000px per side
- Maximum file size: 10MB
- Must be publicly accessible (http:// or https://)
Example Request
curl -X POST https://vicsee.com/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan-2-6-image-to-video",
"input": {
"prompt": "The fox starts singing a cheerful song while snow falls around it",
"image_urls": ["https://example.com/fox.jpg"],
"duration": 5,
"resolution": "720p",
"multi_shots": true
}
}'Response
Success (200)
{
"success": true,
"data": {
"id": "task_abc123xyz",
"model": "wan-2-6-text-to-video",
"status": "pending",
"creditsUsed": 150,
"creditsRemaining": 800,
"createdAt": "2026-02-15T12:00:00Z"
}
}Poll for completion using Tasks API.
Task Complete
{
"taskId": "task_abc123xyz",
"status": "completed",
"output": {
"url": "https://cdn.vicsee.com/outputs/video_xyz.mp4",
"duration": 10,
"format": "mp4"
},
"createdAt": "2026-02-15T12:00:00.000Z",
"completedAt": "2026-02-15T12:02:30.000Z"
}Multi-Shot Cinematography
Wan 2.6's signature feature is multi-shot cinematography — the model automatically generates videos with multiple camera angles, cuts, and transitions, similar to a professionally edited video.
When multi_shots is enabled (default):
- Videos include automatic camera angle changes
- Smooth transitions between shots
- More cinematic, professional feel
When multi_shots is disabled:
- Single continuous shot
- No cuts or transitions
- Simpler, documentary-style footage
Related Models
- Wan 2.6 Flash - Fast, affordable image-to-video with optional audio
- Sora 2 - OpenAI video generation with aspect ratio control
- Kling 2.6 - Videos with dialogue and lip-sync
- Veo 3.1 - Google video generation with native audio
Seedance 1.0
Generate 5-10 second videos at up to 720p using Seedance 1.0 through VicSee API. Budget-friendly video generation for content creators. 28-100 credits.
Wan 2.6 Flash
Fast, affordable image-to-video generation with Wan 2.6 Flash through VicSee API. Optional audio toggle, 720p/1080p resolution. Starting at 13 credits.