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

Sora 2 Pro

Realistic video generation with audio

Video
Per video output second
Standard$0.30 / sec
High res$0.50 / sec

Ready to build with Sora 2 Pro?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/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"
}'