Creative studioGeneratedModels
OmniHuman 1.5
Creative Studio video model reference for the public API.
OmniHuman 1.5
Public model ID: omnihuman-15
Asset type: video
Category: Lip syncing
Starting credits: 4 (defaults: 4)
Prompt optional.
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": "omnihuman-15",
"prompt": "Your prompt here",
"image": ["https://example.com/reference.jpg"],
"fast_mode": false
}' | 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 | — | Input image containing a human subject, face or character. |
audio | string | required · max items: 1 | — | Input audio file (MP3, WAV, etc.). Duration must be less than 35 seconds. If the audio exceeds 35 seconds, an error will be generated and the generation will fail. |
Settings parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
fast_mode | boolean | optional | false | Enable fast mode to speed up generation by sacrificing some effects. |
seed | integer | optional | — | Random seed for reproducible generation. |