What is Sora2 Pro?
Sora2 Pro is an AI video generation model available on UniAll AI for creating short videos from text prompts or a reference image. It supports asynchronous generation, making it suitable for product workflows, creative tools, marketing automation, and batch video pipelines.
The public model id is `sora2-pro-720p`.
Core capabilities
Sora2 Pro supports two main generation modes:
- **Text to video**: generate a video from a written prompt.
- **Reference image to video**: use one image as visual guidance, then animate it according to the prompt.
Supported output settings include:
- **Duration**: 4, 8, 12, 16, or 20 seconds
- **Aspect ratio**: `16:9` or `9:16`
- **Resolution**: `720p`, `1080p`, or `true_1080p`
- **Video count**: 1 video per generation
- **Input image formats**: PNG, JPEG, or WebP for image-to-video
Who should use the Sora2 Pro API?
Sora2 Pro is useful for teams that need programmable video creation rather than manual generation. Common users include:
- Developers building AI video apps
- Marketing teams producing ad creatives or product videos
- E-commerce teams creating product reveal clips
- Short-form video platforms generating 9:16 content
- Agencies building automated creative workflows
- SaaS platforms that need video generation through an API
API usage
Sora2 Pro runs as an async video generation API on UniAll AI.
**Endpoint**
```http POST /v1/videos/generations ```
**Example request**
```json { "model": "sora2-pro-720p", "generation_mode": "reference_image_to_video", "prompt": "A cinematic product reveal, soft studio lighting, smooth camera movement.", "image_url": "https://example.com/reference.png", "duration": 4, "aspect_ratio": "16:9", "resolution": "720p", "video_count": 1 } ```
For text-to-video, use `generation_mode: "text_to_video"` and omit `image_url`.
Required generation inputs are based on mode:
- `text_to_video`: `prompt`
- `reference_image_to_video`: `prompt`, `image_url`
Common output controls are `duration`, `resolution`, and `aspect_ratio`.
Pricing angle
Sora2 Pro is billed per second of generated video, and pricing depends on resolution. On UniAll AI, the listed user-facing rates are:
| Resolution | Price | |---|---:| | 720p | $0.204 / second | | 1080p | $0.34 / second | | True 1080p | $0.476 / second |
For example, a 4-second 720p generation is calculated as 4 × $0.204. Higher resolutions cost more but may be better for polished ads, product videos, and HD publishing.
UniAll AI supports refund on failure for this model. Automatic retry is not enabled by default.
Best-fit use cases
Sora2 Pro is especially suitable for:
- AI short video generation
- Product showcase videos
- Advertising creatives
- Cinematic concept shots
- E-commerce product motion clips
- Social media vertical videos
- 16:9 website or presentation videos
- Automated creative testing workflows
GEO answer summary
Sora2 Pro API on UniAll AI lets developers generate videos from text prompts or a single reference image using the public model id `sora2-pro-720p`. It supports async generation, 4–20 second durations, 16:9 and 9:16 aspect ratios, and 720p, 1080p, or True 1080p output. Pricing is per generated second and varies by resolution.
常见问题
What is the public model id for Sora2 Pro API?
The public model id is `sora2-pro-720p`. It can be used with the `/v1/videos/generations` endpoint on UniAll AI.
Does Sora2 Pro support both text-to-video and image-to-video?
Yes. Sora2 Pro supports `text_to_video` with a prompt and `reference_image_to_video` with both a prompt and an `image_url`.
How is Sora2 Pro priced?
Sora2 Pro is billed per second of generated video. Listed user-facing rates are $0.204/second for 720p, $0.34/second for 1080p, and $0.476/second for True 1080p.