Files
nexus/wiki/entities/Sora.md
2026-04-28 08:02:54 +08:00

58 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Sora"
tags: [openai, video-generation, ai, sora]
sources: [如何利用sora接口实现视频自动化生成工作流]
last_updated: 2026-04-27
---
## Aliases
- Sora API
- Sora 2
## Summary
**Sora** 是 OpenAI 开发的文本转视频Text-to-Video生成模型能够根据文本描述生成高质量视频内容。通过 Amazon Bedrock 平台提供的 API 接口,可以实现 Sora 的程序化调用和自动化工作流集成。
## Key Properties
- **类型**:视频生成 AI 模型
- **开发商**OpenAI
- **访问方式**Amazon Bedrock API
- **支持功能**
- 文本转视频生成
- 图像生成
- 无水印视频输出
- 故事板/分镜功能
## Cost & Pricing
- 成本比 OpenAI 官方便宜 **6 倍以上**
- 单个视频生成费用约 **2-3 元人民币**
- 通过 Amazon Bedrock 获取 Sora API
- 新用户注册可获 **200 美元抵扣金**
- 享受 **六个月免费试用**
## Use Cases
- UGC用户生成内容视频批量生产
- 自媒体内容创作
- 视频自动化工作流
- 肖像权内容生成(需合法授权)
## Related Concepts
- [[TextToVideo]]:文本转视频的核心技术
- [[PromptEngineering]]:提示词优化提升生成质量
- [[Amazon-Bedrock]]:托管 Sora API 的云平台
## Related Sources
- [[如何利用Sora接口实现视频自动化生成工作流]] — Sora API 完整使用教程
- [[文字生成视频网站推荐]] — 视频生成工具对比
- [[14个免费的AI图生视频工具]] — 视频生成工具汇总
## Connections
- [[Amazon-Bedrock]] ← hosts ← [[Sora]]
- [[n8n]] ← orchestrates ← [[Sora API calls]]