OpenAI: Sora 2 Pro
This model is no longer available.Add AI to your application with Puter.js.
Explore Other ModelsModel Card
Sora 2 Pro is OpenAI's state-of-the-art, most advanced media generation model that produces higher quality, more polished and stable video results with synced audio. It takes longer to render and costs more, but is best for high-resolution cinematic footage, marketing assets, and production-quality output where visual precision is critical.
Max Duration N/A
seconds
Frame Rate N/A
fps
Aspect Ratio N/A
supported
Release Date Mar 25, 2025
Code Example
Add AI to your app with the Puter.js AI API, no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.txt2vid("A cat playing with a ball of yarn").then(video => {
document.body.appendChild(video);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2vid("A cat playing with a ball of yarn").then(video => {
document.body.appendChild(video);
});
</script>
</body>
</html>
More AI Models From OpenAI
GPT-6 Sol
GPT-6 Sol is OpenAI's mid-tier model in the GPT-6 family, released September 22, 2026 as a faster, cheaper counterpart to the flagship GPT-6 Astra, built on the same training methods. OpenAI positions it for complex development work that developers run repeatedly, such as building features, reviewing code, debugging, and analyzing data. OpenAI reports Sol scoring 68.8% on the DeepSWE 1.1 coding benchmark, 60.5% on OSWorld 2.0 for computer use at xhigh effort, and 56.4% on Agents' Last Exam, a test of professional work across 55 sub-industries. The company says Sol makes about half as many factual errors as GPT-5.6 Sol, approaching Astra-level reliability at a lower cost. At $2 per million input tokens and $10 per million output tokens, half of GPT-5.6 Sol's rate, Sol matches Claude Sonnet 5's standard pricing, though no published benchmark compares the two models directly.
ChatGPT-6 Sol Pro
GPT-6 Sol Pro is OpenAI's higher-effort configuration of GPT-6 Sol, the mid-tier model in the GPT-6 family released September 22, 2026 alongside the flagship GPT-6 Astra. Following the pattern OpenAI used for GPT-5.6 Sol Pro and GPT-6 Astra Pro, it runs the same underlying Sol model with reasoning effort set to pro rather than a separate, larger checkpoint, which is why it carries identical pricing to base Sol. At $2 per million input tokens and $10 per million output tokens, it shares Sol's 1,050,000-token context window and 128,000 max output tokens, along with function calling and adjustable reasoning effort. Sol Pro suits complex development work, coding, computer use, and data analysis where response quality on harder requests matters more than shaving cost or latency.
ChatGPT-6 Luna
GPT-6 Luna is OpenAI's fast, low-cost model in the GPT-6 family, released September 22, 2026 alongside GPT-6 Sol as smaller, cheaper counterparts to the flagship GPT-6 Astra. OpenAI built both on the training methods behind Astra, carrying over its factuality and alignment gains into models meant for high-volume use. Luna targets tightly scoped, high-volume work such as summarizing documents, extracting information, and answering straightforward questions. On DeepSWE 1.1, a coding benchmark, OpenAI reports Luna scoring 66.6%, close behind Sol's 68.8%. OpenAI also says that at higher reasoning-effort settings, Luna can match GPT-5.6 Sol's quality at roughly a hundredth of the cost. At $0.10 per million input tokens and $0.50 per million output tokens, it costs 50% less on input and 58% less on output than GPT-5.6 Luna, positioning it for applications that run at scale rather than tasks needing peak accuracy.
Frequently Asked Questions
Sora 2 Pro is no longer available through Puter.js. Explore other AI models for alternatives.
Sora 2 Pro was created by OpenAI and released on Mar 25, 2025.
Yes — the Sora 2 Pro API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Get started with Puter.js
Add AI to your application without worrying about API keys or setup.
Explore Models View Tutorials