openai
openai/openai-sora-2-pro/Released Sep 2025

Sora 2 Pro

Generates high-quality 1080p videos up to 12s with synced native audio, multi-scene reasoning, timeline prompting, and realistic physics.

Provider
openai
Modality
multi-to-video
Released
Sep 2025
Pricing
$0.30 / sec$0.50 / sec (hi-res)

Ready to build with Sora 2 Pro?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "openai-sora-2-pro",
  "prompt": "An ox being given a speeding ticket by a police officer. The ox is driving a Porsche 911, with sunglasses and a hat on like a high profile celebrity.",
  "aspect_ratio": "landscape",
  "resolution": "standard",
  "seconds": "4"
}'