Back to Models
Sora 2
openaiopenai/sora-2
Flagship video generation with synced audio.
Context Length
--
Max Output
--
Request Price
$0.120/ request
720x1280 / 1280x720 Price
$0.120/ second
Modalities
textimage→video
Pricing Breakdown
| Type | Rate |
|---|---|
| Request | $0.120 / request |
| 720x1280 / 1280x720 | $0.120 / second |
request is price per second for 720x1280 or 1280x720 outputs
Supported Parameters
promptsecondssizeinput_reference
API Usage Examples
cURL
curl https://api.therouter.ai/v1/videos -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "openai/sora-2",
"prompt": "A slow tracking shot through a neon-lit city street",
"duration": 8
}'