---
title: "omnihuman-1.5-human-identification API — OmniHuman 요금 및 스펙"
url: "https://runapi.ai/ko/models/omnihuman/1.5-human-identification.md"
canonical: "https://runapi.ai/ko/models/omnihuman/1.5-human-identification.md"
locale: "ko"
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/ko/models/omnihuman/1.5.md) — `1.5` · $0.270
- [omnihuman-1.5-subject-detection](https://runapi.ai/ko/models/omnihuman/1.5-subject-detection.md) — `1.5-subject-detection` · $0.0000
