---
title: "OmniHuman API — 全部变体、定价与 Model Skill"
url: "https://runapi.ai/zh-CN/models/omnihuman.md"
canonical: "https://runapi.ai/zh-CN/models/omnihuman.md"
locale: "zh-CN"
model: "OmniHuman"
provider: "Bytedance"
modality: "utility"
variant_count: 3
price_from_cents: 0
---

# OmniHuman API

OmniHuman API 调用音频驱动数字人视频、人体识别和主体 mask 检测能力。

**Provider:** Bytedance
**Modality:** Utility
**Catalog:** 3 variants

OmniHuman 可基于源图片和驱动音频生成数字人视频。辅助接口可识别图片中的人体区域，并返回可用于视频生成请求的主体 mask。

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| omnihuman-1.5 | `1.5` | $0.270 | second | https://runapi.ai/zh-CN/models/omnihuman/1.5.md |
| omnihuman-1.5-human-identification | `1.5-human-identification` | $0.0000 | call | https://runapi.ai/zh-CN/models/omnihuman/1.5-human-identification.md |
| omnihuman-1.5-subject-detection | `1.5-subject-detection` | $0.0000 | call | https://runapi.ai/zh-CN/models/omnihuman/1.5-subject-detection.md |


## Install the skill

```sh
npx skills add runapi-ai/omnihuman -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add OmniHuman features to an application.

## Context

OmniHuman 属于 RunAPI 的 Bytedance catalog，提供 audio-to-video 生成，以及 human-identification 和 subject-detection 辅助接口；API、SDK、CLI、Bruno 和文档中保持统一调用方式。

## FAQ

### 应该从哪个变体开始？

选满足质量要求的最便宜变体。多数团队从 fast 起步，生产时升级到 pro。

### 有免费额度吗？

新账户每个模型都有免费调用额度，之后按次计费。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 失败怎么计费？

失败的生成不计费。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 可以商用吗？

可以——所有变体默认含商用许可，除非模型许可明确限制；有例外会在变体页面注明。

### 速率限制？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 在哪里报问题？

在公共 GitHub 仓库提 issue 或邮件联系 support。

