OpenAI
This page is auto-generated from model configurations. Last updated: 2026-03-13.
This reference lists all available OpenAI video generation models and their parameters. Use these parameter names when calling the Generation API.
SORA 2
Model ID: model_open-ai-sora-2
Capabilities: txt2video, img2video
LLM Markdown: https://app.scenario.com/api/models/model_open-ai-sora-2/markdown
| Parameter | Type | Required | Default | Min | Max | Allowed Values | Description |
|---|---|---|---|---|---|---|---|
prompt | string | Yes | - | - | - | - | A text description of the video to generate |
image | file | No | - | - | - | - | Image used as the first frame of the video. Ideal images are 16:9 and 1280x720. |
duration | number | No | 4 | - | - | 4, 8, 12 | Duration of the video in seconds |
aspectRatio | string | No | 16:9 | - | - | 16:9, 9:16 | Aspect ratio of the video. |
SORA 2 Pro
Model ID: model_open-ai-sora-2-pro
Capabilities: txt2video, img2video
LLM Markdown: https://app.scenario.com/api/models/model_open-ai-sora-2-pro/markdown
| Parameter | Type | Required | Default | Min | Max | Allowed Values | Description |
|---|---|---|---|---|---|---|---|
prompt | string | Yes | - | - | - | - | A text description of the video to generate |
image | file | No | - | - | - | - | Image used as the first frame of the video. Ideal images are 16:9 and 1280x720. |
aspectRatio | string | No | 16:9 | - | - | 16:9, 9:16 | Aspect ratio of the video. |
duration | number | No | 4 | - | - | 4, 8, 12 | Duration of the video in seconds |
resolution | string | No | standard | - | - | standard, high | Output resolution. Standard is 1280x720 or 720x1280, high is 1792x1024 or 1024x1792. |
Updated about 4 hours ago