Wan2.6 참조 비디오 생성 Flash
- WAN2.6 Flash (wan2.6-reference-video-flash) model supports reference video generation with faster speed
- Upload reference videos, the model will reference character appearance and voice from the videos to generate new videos
- Asynchronous processing mode, use the returned task ID to query status
- Generated video links are valid for 24 hours, please save them promptly
- Billing Note: Uses combined billing of “input video duration + output video duration”, only charges for successful video generation, no charge for failures
Documentation Index
Fetch the complete documentation index at: https://docs.evolink.ai/llms.txt
Use this file to discover all available pages before exploring further.
인증
##All APIs require Bearer Token authentication##
Get API Key:
Visit API Key Management Page to get your API Key
Add to request header:
Authorization: Bearer YOUR_API_KEY본문
Model name
wan2.6-reference-video-flash "wan2.6-reference-video-flash"
Prompt describing the desired video, limited to 1500 characters
1500"A person dancing"
Array of reference video file URLs. Used to reference character appearance and voice from videos to generate new videos.
URL requirements:
- Supports HTTP or HTTPS protocol
- Local files can be uploaded via Upload File to get temporary URL
Array limits:
- Maximum 3 videos
Video requirements:
- Format: mp4, mov
- Duration: 2~30s
- File size: single video not exceeding 100MB
Input video billing rules:
- Each reference video is truncated separately then summed, total input billing duration cap is
5seconds - 1 video:
min(video duration, 5s) - 2 videos:
min(video1 duration, 2.5s) + min(video2 duration, 2.5s) - 3 videos:
min(video1 duration, 1.65s) + min(video2 duration, 1.65s) + min(video3 duration, 1.65s) 1080pquality has higher pricing
3[
"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/xxx.mp4"
]Video aspect ratio, defaults to 16:9
Options:
720p: Supports16:9(landscape),9:16(portrait),1:1(square),4:3,3:41080p: Supports16:9(landscape),9:16(portrait),1:1(square),4:3,3:4
"16:9"
Video quality, defaults to 720p
Options:
720p: Standard quality, standard pricing, this is the default1080p: High quality, higher pricing
Note: Different qualities support different aspect ratios, see aspect_ratio parameter
"720p"
생성된 비디오의 길이를 지정합니다(초)
참고:
2~10초 사이의 임의의 정수 값 지원- 각 요청은
duration값에 따라 사전 청구되며, 실제 청구는 생성된 비디오 길이를 기준으로 합니다
2 <= x <= 105
Model parameter configuration
Whether to generate audio, defaults to true
Options:
true: Generate video with audio, higher pricingfalse: Generate video without audio, lower pricing
true
HTTPS callback URL for task completion
Callback timing:
- Triggered when task is completed, failed, or cancelled
- Sent after billing confirmation is complete
Security restrictions:
- Only HTTPS protocol supported
- Cannot callback to internal IP addresses (127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x, etc.)
- URL length not exceeding
2048characters
Callback mechanism:
- Timeout:
10seconds - Maximum
3retries on failure (retries at1/2/4seconds after failure) - Callback response format is consistent with task query API response
- Callback URL returning 2xx status code is considered successful, other status codes trigger retries
"https://your-domain.com/webhooks/video-task-completed"
응답
Video task created successfully
Task creation timestamp
1757169743
Task ID
"task-unified-1757169743-7cvnl5zw"
Actual model name used
"wan2.6-reference-video-flash"
Specific task type
video.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Video task details
Task output type
text, image, audio, video "video"
Usage and billing information