Skip to content
Docs menu

Video models

Wan V2.2 A14B

On this page

Wan V2.2 A14B — high-quality AI video generation.

modelIdwan-2-2-a14b-text-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.
Poll taskGET /api/v1/task/{id}?model=wan-2-2-a14b-text-to-video-turboRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredDescribe the video you want to generate...
resolutionselectoptional480p, 720p
aspect_ratioselectoptional16:9, 9:16
enable_prompt_expansionselectoptionalfalse, true
seednumberoptional
accelerationselectoptionalnone, regular
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-text-to-video-turbo","input":{"prompt":"A lone lighthouse keeper climbs a spiral staircase at first light, warm lamplight flickering across weathered stone as gulls wheel past the tall windows; a slow upward tracking shot with soft film grain.","resolution":"720p","aspect_ratio":"16:9","enable_prompt_expansion":"false","seed":0,"acceleration":"none","nsfw_checker":"true"}}'