Reference
O

Sora 2

Sora 2, a video model from OpenAI.
videoModelOverride: { model: "sora-2" }
OpenAI·Released September 2025
Pricing
List price
$0.10/second
Output
$100000.00 / 1M
Per second
$0.10
Per minute
$6.00
Specifications
Context window
5,000 tokens
Aspect ratios
3
Released
September 2025
Parameters
Model options, passed in videoModelOverride.config.
ParameterTypeDefaultRange / options
durationSelect44812
sizeSelect720x1280720x12801280x720
image_url
Optional URL of an input image to animate. Must be the exact dimensions as the video output.
Image URL
character_video_url
(Optional) Upload a 2-4 second video of objects, animals, or animated characters as references to appear within your videos to maintain recognizable mascots and products across campaigns and creative assets.
Video URL
character_name
(Optional) Name for the character (must be mentioned in the prompt)
Text
Use this model
await mindstudio.generateVideo({
  prompt: "...",
  videoModelOverride: {
    model: "sora-2",
    config: {
      duration: "4",
      size: "720x1280",
    },
  },
});