---
title: "omnihuman-1.5-human-identification API — OmniHuman 料金・仕様"
url: "https://runapi.ai/ja/models/omnihuman/1.5-human-identification.md"
canonical: "https://runapi.ai/ja/models/omnihuman/1.5-human-identification.md"
locale: "ja"
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

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other OmniHuman variants:

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