Creative studioGeneratedModels
Gen-4 Turbo
Creative Studio video model reference for the public API.
Gen-4 Turbo
Public model ID: gen-4-turbo
Asset type: video
Category: Video Generation
Starting credits: 1 (defaults: 1)
Prompt required.
Start a generation
curl -s -X POST "$API_BASE_URL/v1/creative-studio/generations" \
-H "Authorization: Bearer vsl_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"modelId": "gen-4-turbo",
"prompt": "Your prompt here",
"image": ["https://example.com/reference.jpg"],
"aspect_ratio": "16:9"
}' | jqPoll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.
Media parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
image | string | required · max items: 1 | — | Initial image for video generation (first frame) |
Settings parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
aspect_ratio | enum | optional · enum: 16:9, 9:16, 4:3, 3:4, 1:1, 21:9 | 16:9 | Video aspect ratio |
duration | enum | optional · enum: 5, 10 | 5 | Duration of the output video in seconds |
seed | integer | optional | — | Random seed. Set for reproducible generation |