Reference
R

Aleph 2

Aleph 2, a video model from Runway.
videoModelOverride: { model: "aleph-2" }
Runway·Released 2026
Pricing
List price
$0.28/sec (min $0.56)
Per generation
$0.010
Specifications
Aspect ratios
8
Released
2026
Model string
aleph2
Parameters
Model options, passed in videoModelOverride.config.
ParameterTypeDefaultRange / options
videoRequired
Video to edit. Must be 2–30 seconds, up to 1080p.
Video URL
targetAspectRatio
Expand or outpaint to this aspect ratio. Match input keeps the source ratio.
Select16:99:161:14:33:43:2+2
seed
A specific value that is used to guide the 'randomness' of the generation.
Seed0–2147483647
Use this model
await mindstudio.generateVideo({
  prompt: "...",
  videoModelOverride: {
    model: "aleph-2",
  },
});