Sora 2 (OpenAI) API
OpenAI's Sora 2 — next-generation AI video with up to 1080p
Overview
Sora 2 by OpenAI is the most advanced AI video generation model for realistic and creative video synthesis. AI Generate provides access to all Sora variants.
All 19 Sora 2 (OpenAI) variants & pricing
Every variant is accessible via the same API endpoint. Switch variants by changing the model parameter. No extra setup.
Use Sora 2 (OpenAI) via API
Example call with the default variant. Replace model with any slug from the table above.
curl https://aimarcusimage.eu/api/v1/jobs/createTask \
-H "Authorization: Bearer sk-aig-..." \
-H "Content-Type: application/json" \
-d '{
"model": "open-ai-open-ai-sora-2-watermark-remover",
"input": {
"prompt": "a golden retriever running through autumn leaves, cinematic",
"aspect_ratio": "16:9",
"duration": 5
}
}'
FAQ
How much does Sora 2 (OpenAI) cost?
Pricing starts at $0.0700 per removal for the most affordable variant. You pay per call from your credit balance — no monthly subscription, no minimum commitment. First $10 on signup are free.
Is this an official OpenAI API?
AI Generate is an AI model aggregator that routes calls to OpenAI's upstream API. You get the exact same model outputs with simpler billing (pay per call, no contracts), one API key for 288 models, and the same OpenAI-compatible request shape across all providers.
Can I use Sora 2 (OpenAI) in production?
Yes. The endpoint is rate-limited to 20 requests per 10 seconds per API key, retries are idempotent via taskId, and async results are delivered via polling or webhook. Set a spend cap in dashboard settings to protect against runaway usage.
Which Sora 2 (OpenAI) variant should I pick?
For first tests, start with the cheapest variant (lowest "Price USD" in the table above). Upgrade to higher-resolution or "Quality" tiers only when you have validated prompts. The Playground (free) lets you A/B test all variants before spending credits.