Command Palette

Search for a command to run...

YepAPI
NEW MODELApril 16, 2026·New Model

Sora 2 and Sora 2 Pro are live on YepAPI

OpenAI's flagship video models — synced audio, 4–20s clips, no waitlist.

We have just added Sora 2 and Sora 2 Pro to the YepAPI media catalog. These are OpenAI's newest video generation models — both produce richly detailed videos with synced audio from a text prompt or input image. You can call them from the same `/v1/media/queue` endpoint you already use for every other media model under your key, with pay-per-second pricing and no waitlist.

What's new

  • Two new flagship video models: Sora 2 (720p) and Sora 2 Pro (720p and 1080p)
  • Synced audio baked into the output — no separate audio pipeline needed
  • Durations from 4 to 20 seconds, portrait or landscape aspect ratios
  • Same unified media job API — submit, poll, download
  • Pay-per-second billing, no monthly minimums, no waitlist

What Sora 2 and Sora 2 Pro are good for

These are the first OpenAI video models with baked-in audio. Instead of generating footage and then matching music or voiceover in a separate pipeline, Sora 2 handles both in one call. It's especially strong for short-form social content, product demos with ambient sound, narrative clips, and storyboard-to-video flows.

How to call it

Both models use the unified `/v1/media/queue` endpoint. You pick the model by ID — `openai/sora-2` or `openai/sora-2-pro` — pass a text prompt, and optionally an input image to animate.

curl -X POST https://api.yepapi.com/v1/media/queue \
  -H "x-api-key: $YEPAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/sora-2",
    "prompt": "A surfer riding a glowing neon wave at sunset, cinematic",
    "duration": 8,
    "aspect_ratio": "16:9"
  }'

Pricing

Both models price per second of generated video. Sora 2 starts at $0.10/sec at 720p. Sora 2 Pro starts at $0.30/sec at 720p and scales up to 1080p. No monthly subscriptions, no tier unlocks — just prepaid credits deducted per successful job.

Start generating video with Sora 2 today

Sign up, grab an API key, and spend $5 in free credits on your first clips.

Try Sora 2 →