---
title: "omnihuman-1.5-human-identification API — OmniHuman 價格與規格"
url: "https://runapi.ai/zh-TW/models/omnihuman/1.5-human-identification.md"
canonical: "https://runapi.ai/zh-TW/models/omnihuman/1.5-human-identification.md"
locale: "zh-TW"
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 說話頭像影片，並使用主體遮罩讓說話者保持穩定分離。"
}
```

## 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 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

### 之後可以切換 variant 嗎？

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other OmniHuman variants:

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