Video models
Wan V2.2 A14B
On this page
Wan V2.2 A14B — high-quality AI video generation.
| modelId | wan-2-2-a14b-text-to-video-turbo |
| Modality | video |
| Pricing | See this model on the Pricing page for the current per-call price (with your markup). |
Operations
| Operation | Endpoint | Description |
|---|---|---|
| Text to video | POST /api/v1/generate | Base generation from a text prompt. |
| Poll task | GET /api/v1/task/{id}?model=wan-2-2-a14b-text-to-video-turbo | Retrieve state and result URLs. |
Input parameters
| Field | Type | Required | Values / example |
|---|---|---|---|
| prompt | textarea | required | Describe the video you want to generate... |
| resolution | select | optional | 480p, 720p |
| aspect_ratio | select | optional | 16:9, 9:16 |
| enable_prompt_expansion | select | optional | false, true |
| seed | number | optional | — |
| acceleration | select | optional | none, regular |
| nsfw_checker | select | optional | false, 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"}}'