300 million tokens. $2.99 a month.See the subscription  

model apis · video generation

Sora 2 API

Run Sora 2 by OpenAI through one OpenAI-compatible endpoint. Pay per use against your deeprelay balance. No instance to rent, no deployment to manage.

Available now

Sora 2 API pricing

Live catalog rates, billed per use against your deeprelay balance, no minimums. Sora 2 is priced per use rather than included in the $2.99-a-month flat plan.

TierRate
Serverless
Per second of video: $0.106Per clip (from): $0.848

rates are read every few minutes from the live model catalog and metered per request

Call Sora 2 in one request

Any OpenAI SDK works: set the base URL to https://api.deeprelay.ai/v1 and use your deeprelay API key.

curl
# Start a generation, then poll it until it completes.
curl https://api.deeprelay.ai/v1/videos \
  -H "Authorization: Bearer $DEEPRELAY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deeprelay/sora-2",
    "prompt": "A drone shot over a mountain lake at dawn"
  }'

curl https://api.deeprelay.ai/v1/videos/{video_id} \
  -H "Authorization: Bearer $DEEPRELAY_API_KEY"

Sora 2 on deeprelay

Model iddeeprelay/sora-2
ModalityVideo generation
AuthorOpenAI
Context window
Streaming
Aliases
Flat planNot included: pay as you go

faq

Sora 2 API questions

How much does the Sora 2 API cost?

Sora 2 on deeprelay currently costs $0.106 (per second of video), $0.848 (per clip (from)), billed against your deeprelay balance as you go. There are no minimums. It is priced per use rather than included in the $2.99-a-month flat plan, which covers a named set of models.

Is the Sora 2 API OpenAI-compatible?

Yes. Point any OpenAI SDK at https://api.deeprelay.ai/v1 with a deeprelay API key and request model "deeprelay/sora-2". No proprietary client needed.

How does billing work?

Generation models bill per output (per image, or per second of video) at the listed rate, metered per request against your deeprelay balance.