Wan2.6 이미지-비디오 Flash
- WAN2.6 Flash (wan2.6-image-to-video-flash) model supports first-frame image-to-video generation with faster speed
- Asynchronous processing mode, use the returned task ID to query status
- Generated video links are valid for 24 hours, please save them promptly
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-image-to-video-flash "wan2.6-image-to-video-flash"
Prompt describing the desired video, limited to 1500 characters
1500"A cat playing piano"
Reference image URL list for first-frame image-to-video generation
Note:
- Number of images per request:
1image - Image size: not exceeding
10MB - Supported image formats:
.jpeg,.jpg,.png(no transparency),.bmp,.webp - Image resolution: width and height range
[360, 2000]pixels - Image URL must be directly viewable or downloadable (typically URLs ending with image extensions like
.png,.jpg)
1["https://example.com/image1.png"]
생성된 비디오의 길이를 지정합니다(초)
참고:
2~15초 사이의 임의의 정수 값 지원- 각 요청은
duration값에 따라 사전 청구되며, 실제 청구는 생성된 비디오 길이를 기준으로 합니다
2 <= x <= 155
Video quality, defaults to 720p
Options:
720p: Standard quality, standard pricing, this is the default1080p: High quality, higher pricing
"720p"
Whether to enable intelligent prompt rewriting. When enabled, uses a large model to optimize the prompt, particularly effective for simple or insufficiently descriptive prompts. Default is true
true
Model parameter configuration
Audio file URL, the model will use this audio to generate the video
Format requirements:
- Supported format:
mp3 - Duration range:
3~30seconds - File size: not exceeding
15MB
Overflow handling:
- If audio length exceeds
durationvalue (5 or 10 seconds), automatically truncates to first 5 or 10 seconds, remaining part is discarded - If audio length is less than video duration, the portion beyond audio length will be silent. For example, if audio is 3 seconds and video duration is 5 seconds, the output video will have sound for the first 3 seconds and be silent for the last 2 seconds
"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/xxx.mp3"
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-image-to-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