---
title: "omnihuman-1.5-human-identification API — OmniHuman 定价与规格"
url: "https://runapi.ai/zh-CN/models/omnihuman/1.5-human-identification.md"
canonical: "https://runapi.ai/zh-CN/models/omnihuman/1.5-human-identification.md"
locale: "zh-CN"
model: "OmniHuman"
provider: "Bytedance"
variant_id: "omnihuman-1.5-human-identification"
sdk_model_id: "omnihuman-1.5-human-identification"
modality: "utility"
price_from_cents: 0
billing_unit: "call"
status: "active"
---

# OmniHuman omnihuman-1.5-human-identification API

通过 RunAPI 使用 OmniHuman 系列的 omnihuman-1.5-human-identification。按次计费，无需订阅，失败的生成不计费。

## Pricing

**$0.0000** per call

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `omnihuman-1.5-human-identification` |
| Provider | Bytedance |
| Modality | utility |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/omnihuman/human_identification` |
| Status | active |

## Request example

```json
{
  "model": "omnihuman-1.5-human-identification",
  "prompt": "基于这张肖像和旁白音频生成一段 720p 数字人视频，并使用主体 mask 保持人物边界稳定。"
}
```

## 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 omnihuman-1.5-human-identification features to an application.

```json
{
  "model": "omnihuman-1.5-human-identification"
}
```

## FAQ

### 模型 ID 跨版本稳定吗？

RunAPI 保持模型 ID 稳定，并在不改变请求形态的前提下处理兼容版本刷新。

### 该变体的限流？

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

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

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

### 质量问题在哪里报？

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


## Related

Other OmniHuman variants:

- [omnihuman-1.5](https://runapi.ai/zh-CN/models/omnihuman/1.5.md) — `1.5` · $0.270
- [omnihuman-1.5-subject-detection](https://runapi.ai/zh-CN/models/omnihuman/1.5-subject-detection.md) — `1.5-subject-detection` · $0.0000
