Overview
OpenAI Sora 2 Pro is the high-fidelity tier of OpenAI’s flagship video model on RouterBase. Compared to the Basic Sora 2 tier, Pro unlocks 1080p output in addition to 720p, with the same 4 / 8 / 12 second clip durations and synchronized-audio synthesis. Both text-to-video and image-to-video are supported.
If you don’t need 1080p, the cheaper Sora 2 (Basic)
tier may be a better fit.
Endpoint
{id, status: "pending"}; poll GET /v1/videos/generations/{id}
until status is success (with data: [{url}]) or failed.
Playground
Try Sora 2 Pro live without writing code:Supported Tasks
text-to-video— generate a clip from a text prompt only. Reachable viaopenai/sora-2-pro-t2v.image-to-video— animate a reference image with a text prompt. Reachable viaopenai/sora-2-pro-i2v.
Pricing
Pro price isduration × resolution. The same per-second rate applies
to text-to-video and image-to-video.