Creative studioGeneratedModels
Sora 2
Creative Studio video model reference for the public API.
Sora 2
Public model ID: sora-2
Asset type: video
Category: Video Generation
Starting credits: 2 (defaults: 2)
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": "sora-2",
"prompt": "Your prompt here",
"input_reference": ""
}' | jqPoll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.
Media parameters
This model has no configurable settings beyond prompt and media inputs.
Settings parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
input_reference | string | optional | — | An optional image to use as the first frame of the video. The image must be the same aspect ratio as the video. |
seconds | enum | optional · enum: 4, 8, 12 | 4 | Duration of the video in seconds |
aspect_ratio | enum | optional · enum: portrait, landscape | portrait | Aspect ratio of the video. Portrait is 720x1280, landscape is 1280x720 |