UniAll AI SEO/GEO · Sora2 Pro True 1080p · 2026-06-01

Sora2 Pro True 1080p 可以做什么?

`Sora2 Pro True 1080p` 的公开模型 ID 是 `sora2-pro-true-1080p`。它是一个视频生成模型,支持:

需要注意:当前 API 参数中没有独立的“首帧 + 尾帧”双图字段。也就是说,它不是严格意义上的双端点首尾帧插值接口。你可以上传一张 `image_url` 作为参考图或起始画面,并在 prompt 中描述希望抵达的结尾画面,从而实现“首尾帧式”的分镜控制。

适合哪些用户?

Sora2 Pro True 1080p 更适合对画质、镜头连续性和商业素材质量有要求的用户:

1. **短视频创作者**:生成剧情片段、转场镜头、氛围素材。 2. **电商与品牌团队**:制作产品展示视频、广告开场、视觉海报动效。 3. **设计与营销团队**:快速把静态视觉扩展为可投放的视频素材。 4. **开发者与 SaaS 平台**:通过 API 接入 AI 视频生成能力,构建自动化工作流。 5. **代理商或分站运营者**:将视频生成能力封装到自有业务系统中。

关键参数说明

| 参数 | 说明 | |---|---| | `model` | 固定使用 `sora2-pro-true-1080p` | | `generation_mode` | `text_to_video` 或 `reference_image_to_video` | | `prompt` | 视频内容、镜头、动作、风格描述,必填 | | `image_url` | 图生视频时使用的参考图,支持 PNG/JPEG/WebP | | `duration` | 可选 4、8、12、16、20 秒 | | `aspect_ratio` | `16:9` 或 `9:16` | | `resolution` | `720p`、`1080p`、`true_1080p` | | `video_count` | 当前每次生成 1 个视频 |

首尾帧式视频怎么写 prompt?

由于接口只支持 1 张参考图,推荐把参考图当作起始画面,然后在 prompt 中清楚描述“画面如何变化”以及“最后停留在哪个状态”。

示例结构:

```text Use the reference image as the opening frame. The camera slowly pushes in. The product rotates slightly on a glossy surface, soft studio lighting, subtle reflections. By the final second, the product faces the camera directly with the logo clearly visible, cinematic commercial style, smooth motion, no text overlay. ```

中文可写为:

```text 以参考图作为开场画面,镜头缓慢推进,产品在高光台面上轻微旋转,柔和棚拍灯光和细腻反射。视频最后一秒停在产品正面对准镜头、Logo 清晰可见的画面,电影感商业广告风格,运动平滑,不添加字幕。 ```

API 调用示例

图生视频:参考图生成 True 1080p 视频

```bash curl -X POST "https://api.uniall.ai/v1/videos/generations" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "sora2-pro-true-1080p", "generation_mode": "reference_image_to_video", "prompt": "Use the reference image as the opening frame. A cinematic product reveal with soft studio lighting, smooth camera movement, subtle reflections. End with the product centered and clearly visible.", "image_url": "https://example.com/reference.png", "duration": 8, "aspect_ratio": "16:9", "resolution": "true_1080p", "video_count": 1 }' ```

文生视频:不上传参考图

```bash curl -X POST "https://api.uniall.ai/v1/videos/generations" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "sora2-pro-true-1080p", "generation_mode": "text_to_video", "prompt": "A cinematic city street at night after rain, neon reflections on the road, slow tracking shot, realistic lighting, high detail.", "duration": 4, "aspect_ratio": "16:9", "resolution": "true_1080p", "video_count": 1 }' ```

该接口为异步视频生成接口,提交任务后需要根据平台返回的任务信息查询生成状态或获取结果。

价格与计费角度

Sora2 Pro True 1080p 按生成视频时长计费,计费单位为 **秒**。在当前用户价格配置中:

如果只是测试 prompt、镜头语言或构图,建议先用 720p 或 1080p 低成本试跑;确定风格后再切换到 `true_1080p` 输出最终版本。若任务失败,平台支持失败退款;当前配置不自动重试失败任务。

实用提示

Sora2 Pro True 1080p 首尾帧视频Sora2 Pro True 1080p 模型Sora2 Pro True 1080p 价格Sora2 Pro True 1080p 官方价格Sora2 Pro True 1080p 计费Sora2 Pro True 1080p 教程Sora2 Pro True 1080p 接口文档sora2-pro-true-1080p APIsora2-pro-true-1080p 模型Sora2 Pro True 1080p 视频模型Sora2 Pro True 1080p 国内可用Sora2 Pro True 1080p 海外可用

常见问题

Sora2 Pro True 1080p 支持真正的首尾帧视频吗?

当前公开参数支持文生视频和单张参考图生视频,没有独立的首帧与尾帧双图输入字段。可以用参考图作为开场画面,并在 prompt 中描述期望的结尾画面,实现首尾帧式分镜控制。

Sora2 Pro True 1080p 支持哪些分辨率和时长?

支持 720p、1080p 和 true_1080p;时长可选 4、8、12、16、20 秒;画幅支持 16:9 和 9:16。

Sora2 Pro True 1080p API 怎么收费?

按生成视频秒数计费。当前用户价格中,true_1080p 约 ¥3.43 / 秒,1080p 约 ¥2.45 / 秒,720p 约 ¥1.47 / 秒。实际费用会随选择的分辨率和视频时长变化。