---
title: "omnihuman-1.5-subject-detection API — OmniHuman 收費詳情與規格"
url: "https://runapi.ai/zh-HK/models/omnihuman/1.5-subject-detection.md"
canonical: "https://runapi.ai/zh-HK/models/omnihuman/1.5-subject-detection.md"
locale: "zh-HK"
model: "OmniHuman"
provider: "Bytedance"
variant_id: "omnihuman-1.5-subject-detection"
sdk_model_id: "omnihuman-1.5-subject-detection"
modality: "utility"
price_from_cents: 0
billing_unit: "call"
status: "active"
---

# OmniHuman omnihuman-1.5-subject-detection API

透過 RunAPI 使用 OmniHuman 系列的 omnihuman-1.5-subject-detection。按次收費，無需訂閱，失敗的生成不扣費。

## Pricing

**$0.0000** per call

失敗的生成不會收費

## Spec sheet

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

## Request example

```json
{
  "model": "omnihuman-1.5-subject-detection",
  "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-subject-detection features to an application.

```json
{
  "model": "omnihuman-1.5-subject-detection"
}
```

## FAQ

### 模型 ID 會否在不同版本之間保持穩定？

RunAPI 會保持 model ID 穩定，並處理相容的版本更新，而不需要改動你的 request 格式。

### 這個 variant 的 rate limit 係多少？

每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。

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

可以——variant 只係一個旗標。只要更改 model 參數就可以切換。

### 支援 streaming 嗎？

在可用 streaming 的情況下，RunAPI 會端到端串流。

### 我應該在邊度回報品質問題？

可以在公開 GitHub repo 開 issue，或者電郵支援團隊。


## Related

Other OmniHuman variants:

- [omnihuman-1.5](https://runapi.ai/zh-HK/models/omnihuman/1.5.md) — `1.5` · $0.270
- [omnihuman-1.5-human-identification](https://runapi.ai/zh-HK/models/omnihuman/1.5-human-identification.md) — `1.5-human-identification` · $0.0000
