SkyReels V4

SkyReels V4 std / fast video generation

Via the unified POST /api/v2/video/generate, set model to a SkyReels variant.

Base URL: https://api.aiclonevoicefree.comAuth: Authorization: Bearer sk_...

FieldNotes
modelskyreels-v4-std / skyreels-v4-fast
prompt✅ Description
resolution480p / 720p / 1080p
durationSeconds (3–15)
aspect_ratioe.g. 16:9 / 9:16 / 1:1
image_urlsReference images (first / multi-frame)
video_urlsReference videos (higher rate when present)

Billing (per second, by resolution / ref-video, 480p/720p/1080p): std 42/53/132 (with-video 68/94/235); fast 30/42/104 (with-video 57/75/188).

Examples: cost = ceil(duration × rate)

  • skyreels-v4-fast 720p 5s (no ref video) = 42 × 5 = 210 credits
  • skyreels-v4-std 1080p 5s (with ref video) = 235 × 5 = 1175 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": "skyreels-v4-fast", "prompt": "a corgi running, cinematic", "resolution": "720p", "duration": 5 }'

Poll GET /api/v2/tasks/{task_id}. See Tasks.