Wan (Tongyi Wanxiang)
Tongyi Wanxiang 2.7 video generation
Via the unified POST /api/v2/video/generate, set model to wan-2.7.
Base URL:
https://api.aiclonevoicefree.com| Auth:Authorization: Bearer sk_...
| Field | Notes |
|---|---|
model | wan-2.7 |
prompt | ✅ Description |
resolution | 720P / 1080P |
duration | Seconds (2–15) |
aspect_ratio | e.g. 16:9 / 9:16 / 1:1 / 4:3 |
image_urls | Image-to-video (up to 2) |
negative_prompt / audio | Negative prompt / audio |
Billing (per second): 720P = 32, 1080P = 52.
Examples: cost = ceil(duration × rate)
- wan-2.7 720P 5s = 32 × 5 = 160 credits
- wan-2.7 1080P 10s = 52 × 10 = 520 credits
402at submit if insufficient; auto-refunded on failure.
curl -X POST https://api.aiclonevoicefree.com/api/v2/video/generate \
-H "Authorization: Bearer sk_your_api_key" -H "Content-Type: application/json" \
-d '{ "model": "wan-2.7", "prompt": "a corgi running, cinematic", "resolution": "720P", "duration": 5 }'Poll GET /api/v2/tasks/{task_id}. See Tasks.