openai/sora-2
Model Card
Sora 2 is OpenAI's video and audio generation model designed for speed and flexibility, ideal for rapid iteration, concepting, and social media content where quick turnaround matters more than ultra-high fidelity. It generates videos from text prompts or images with synchronized dialogue and sound effects.
Max Duration
N/A
seconds
Frame Rate
N/A
fps
Aspect Ratio
N/A
supported
Release Date
Mar 25, 2025
API Usage Example
Add Sora 2 video generation to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2vid("A cat playing with a ball of yarn", {
model: "openai/sora-2"
}).then(video => {
document.body.appendChild(video);
});
</script>
</body>
</html>
Get started with Puter.js
Add Sora 2 video generation to your app without worrying about API keys or setup.
Read the Docs View Tutorials