Skip to main content
Model IDvideo_generate.wan_2_6
ProviderKIE (Wan)
ModalityVideo — Text-to-Video

Parameters

prompt
string
required
Text description of the video to generate.
video_params.aspect_ratio
string
Output aspect ratio. Options: 16:9, 9:16, 1:1. Default: 16:9.
video_params.duration
number
Video length in seconds. Options: 5, 10.
callback_url
string
Webhook URL for completion notification.

Example

curl -X POST https://routerbase.kuaibaike.com/api/v1/run/video_generate.wan_2_6 \
  -H "Authorization: Bearer sk-t0-xxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A panda eating bamboo in a misty forest"
  }'

Notes

  • Wan models work with just a prompt — no extra parameters required.