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.com| Auth:Authorization: Bearer sk_...
| Field | Notes |
|---|---|
model | skyreels-v4-std / skyreels-v4-fast |
prompt | ✅ Description |
resolution | 480p / 720p / 1080p |
duration | Seconds (3–15) |
aspect_ratio | e.g. 16:9 / 9:16 / 1:1 |
image_urls | Reference images (first / multi-frame) |
video_urls | Reference 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
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": "skyreels-v4-fast", "prompt": "a corgi running, cinematic", "resolution": "720p", "duration": 5 }'Poll GET /api/v2/tasks/{task_id}. See Tasks.