Skip to main content
Model IDvideo_generate.wan_2_2_turbo
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_2_turbo \
  -H "Authorization: Bearer sk-t0-xxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A golden retriever running on a beach, slow motion"
  }'

Notes

  • Turbo variant offers faster generation at comparable quality.
  • Works with just a prompt — no extra parameters required.