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.comAuth: Authorization: Bearer sk_...

FieldNotes
modelwan-2.7
prompt✅ Description
resolution720P / 1080P
durationSeconds (2–15)
aspect_ratioe.g. 16:9 / 9:16 / 1:1 / 4:3
image_urlsImage-to-video (up to 2)
negative_prompt / audioNegative 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

402 at 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.