OpenAI's next text-to-video model. Extended duration, higher resolution, and better physical consistency over Sora 1.
OpenAI's next text-to-video model. Extended duration, higher resolution, and better physical consistency over Sora 1.
Why it matters: Every Sora demo goes viral; API access is the #1 developer ask.
Expected pricing: ~$0.30–$0.50 per second of generated video
The Pro-tier Sora 2 endpoint is already live on SkillBoss — same model, one API key.
We'll auto-switch your API calls to Sora 2 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "sora-2-pro",
"input": {
"prompt": "Say hello from Sora 2 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account