Skip to content
Docs menu

Video models

Wan 2.2 A14B Speech to Video Turbo

On this page

Wan 2.2 A14B Speech to Video Turbo — high-quality AI video generation.

modelIdwan-2-2-a14b-speech-to-video-turbo
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Image to videoPOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=wan-2-2-a14b-speech-to-video-turboRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequired
image_urlimagerequiredDrag and drop or click to upload your image
audio_urlimagerequiredDrag and drop or click to upload your audio file
num_framesnumberoptional
frames_per_secondnumberoptional
resolutionselectoptional480p, 580p, 720p
negative_prompttextoptionalEnter negative prompt...
seednumberoptionalEnter number...
num_inference_stepsnumberoptional
guidance_scalenumberoptional
shiftnumberoptional
enable_safety_checkerselectoptionalfalse, true
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"wan-2-2-a14b-speech-to-video-turbo","input":{"prompt":"Subtle lifelike motion driven by the audio, gentle natural head movement, soft cinematic lighting, smooth realistic delivery.","num_frames":80,"frames_per_second":16,"resolution":"480p","negative_prompt":"…","seed":8,"num_inference_steps":27,"guidance_scale":3.5,"shift":5,"enable_safety_checker":"true","nsfw_checker":"true"}}'