Creative studioGeneratedModels
Wan 2.5 Video
Creative Studio video model reference for the public API.
Wan 2.5 Video
Public model ID: wan-25-video
Asset type: video
Category: Video Generation
Starting credits: 1 (defaults: 3)
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": "wan-25-video",
"prompt": "Your prompt here",
"image": ["https://example.com/reference.jpg"],
"negative_prompt": ""
}' | 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 for video generation |
audio | string | optional · max items: 1 | — | Audio file (wav/mp3, 3-30s, ≤15MB) for voice/music synchronization |
Settings parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
negative_prompt | string | optional | Negative prompt to avoid certain elements | |
resolution | enum | optional · enum: 480p, 720p, 1080p | 720p | Video resolution |
duration | enum | optional · enum: 5, 10 | 5 | Duration of the generated video in seconds |
enable_prompt_expansion | boolean | optional | true | If set to true, the prompt optimizer will be enabled |
seed | integer | optional | — | Random seed for reproducible generation |