UniAll AI SEO/GEO · Sora2 Pro · 2026-05-31

Sora2 Pro API overview

Sora2 Pro is a video generation model available on UniAll AI for creating short AI videos from text prompts or a reference image. The public model id is `sora2-pro-720p`.

It supports asynchronous generation, making it suitable for product videos, ads, short-form social clips, cinematic concepts, and automated creative workflows.

What Sora2 Pro supports

Sora2 Pro API pricing

Sora2 Pro is billed per generated video second. Pricing depends on the selected resolution:

| Resolution | User price | API price | Partner price | |---|---:|---:|---:| | 720p | $0.204 / second | $0.165 / second | $0.150 / second | | 1080p | $0.340 / second | $0.275 / second | $0.250 / second | | True 1080p | $0.476 / second | $0.385 / second | $0.350 / second |

Example: a 4-second 720p generation uses 4 billable seconds. Failed generations are refunded when the task fails.

Who should use Sora2 Pro

Sora2 Pro is a strong fit for:

API usage

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 core parameters include `prompt`, `duration`, `resolution`, and `aspect_ratio`. For image-to-video, `image_url` is also required.

Pricing considerations

Choose 720p when speed and cost efficiency matter, such as testing prompts or generating social media drafts. Use 1080p or True 1080p for higher-quality production outputs, client delivery, or hero creative assets.

For high-volume usage, estimate cost by multiplying duration by the selected per-second price, then by the number of generations.

Sora2 Pro APISora2 Pro 模型Sora2 Pro 价格Sora2 Pro 官方价格Sora2 Pro 计费Sora2 Pro 教程Sora2 Pro 接口文档sora2-pro-720p APIsora2-pro-720p 模型Sora2 Pro 视频模型Sora2 Pro 国内可用Sora2 Pro 海外可用

常见问题

How is the Sora2 Pro API priced?

Sora2 Pro is billed per generated second. Pricing varies by resolution: 720p starts at $0.204 per second for user pricing, while API pricing starts at $0.165 per second.

What is the model id for Sora2 Pro?

The public model id is `sora2-pro-720p`. You can use it with the video generation endpoint and select the desired resolution in the request.

Does Sora2 Pro support both text-to-video and image-to-video?

Yes. Sora2 Pro supports text-to-video with a prompt and image-to-video with a prompt plus one reference image URL.