Back to Models
Sora 2
openaiopenai/sora-2
Flagship video generation with synced audio.
Context Length
--
Max Output
--
Request Priceper request
$0.120/ request
720x1280 / 1280x720 Priceper request
$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
Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.
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
}'