R
Gen-4 Turbo
Gen-4 Turbo, a video model from Runway.
videoModelOverride: { model: "gen4_turbo" }
Runway·Released September 2024Pricing
- Per generation
- $0.010
Specifications
- Aspect ratios
- 2
- Released
- September 2024
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
image_urlURL of the source image for the video (REQUIRED). | Image URL | — | — |
duration | Select | 5 | 510 |
ratio | Select | 1280:720 | 1280:720720:12801104:832832:1104960:9601584:672 |
seedA specific value that is used to guide the 'randomness' of the generation. | Seed | — | 0–2147483647 |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "gen4_turbo", config: { duration: "5", ratio: "1280:720", }, }, });