Skip to main content

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

This is an async endpoint. The POST returns immediately with {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 via openai/sora-2-pro-t2v.
  • image-to-video — animate a reference image with a text prompt. Reachable via openai/sora-2-pro-i2v.

Pricing

Pro price is duration × resolution. The same per-second rate applies to text-to-video and image-to-video.

Authentication

All requests require a Bearer token — create one at routerbase.com/api-key.