Video models
Wan 2.6
On this page
Wan 2.6 — high-quality AI video generation.
| modelId | wan-2-6-video-to-video |
| 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. |
| Image to video | POST /api/v1/generate | Condition on a reference image — upload it via /api/v1/files/upload and pass the URL. |
| Poll task | GET /api/v1/task/{id}?model=wan-2-6-video-to-video | Retrieve state and result URLs. |
Input parameters
| Field | Type | Required | Values / example |
|---|---|---|---|
| prompt | textarea | required | Enter your video generation prompt here... |
| video_urls | image | required | Drag and drop or click to upload your image |
| duration | select | optional | 5, 10 |
| resolution | select | optional | 720p, 1080p |
| multi_shots | select | optional | false, true |
| 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-6-video-to-video","input":{"prompt":"Restyle into a rich cinematic color grade with soft golden rim light and filmic contrast, preserving the original motion and composition.","duration":"5","resolution":"1080p","multi_shots":"false","nsfw_checker":"true"}}'