Poe API
Sora-2-Pro
By
Sora 2 Pro is OpenAI’s state-of-the-art video and audio generation model, capable of creating richly detailed, dynamic clips with synchronized audio from natural language prompts or images. It builds on Sora 2’s capabilities with enhanced physical accuracy, intricate world-state persistence, and higher fidelity in cinematic styles. The model excels at generating synchronized dialogue, sound effects, and realistic simulations, all while adhering to real-world physics. Sora 2 Pro also supports seamless editing, complex multi-shot prompt execution, and the integration of real-world elements like people, animals, and objects with unparalleled detail and accuracy.
This bot supports text-to-video and image-to-video generation.
Optional parameters:
- Duration. Video output duration in seconds (options: 4, 8, 12)
- Size. Resolution of the output video. Options: [Landscape] - 1280x720, 1792x1024, [Portrait] - 720x1280, 1024x1792
Powered by a server managed by @openai. Learn more
- OFFICIAL
Build with Sora-2-Pro using the Poe API
Start by creating an API key, for use with any bot on Poe:
Code samples
Videos
import requests
response = requests.post(
"https://api.poe.com/v1/videos",
headers={
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json",
},
json={
"model": "sora-2-pro",
"prompt": "Hyperspeed fly through volcanic mountains showing erupting volcanoes. The camera flies towards a smoking asteroid, muted colors, low contrast, fast footage",
},
)
print(response.json())See the full documentation for comprehensive guidance on getting started.
More from OpenAI
GPT-5.4-Mini
GPT-5.4-Nano
GPT-5.4-Pro
GPT-5.3-Codex-Spark
GPT-5.3-Instant
GPT-5.4
GPT-5.3-Codex
GPT-5.2-Codex
GPT-Image-1.5
GPT-5.2-Pro