---
title: "OmniHuman API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/omnihuman.md"
canonical: "https://runapi.ai/ko/models/omnihuman.md"
locale: "ko"
model: "OmniHuman"
provider: "Bytedance"
modality: "utility"
variant_count: 3
price_from_cents: 0
---

# OmniHuman API

오디오 기반 토킹 헤드 비디오, 인물 식별, 주체 마스크 감지를 위한 OmniHuman API 액세스.

**Provider:** Bytedance
**Modality:** Utility
**Catalog:** 3 variants

OmniHuman은 소스 이미지와 구동 오디오로 토킹 헤드 비디오를 생성합니다. 헬퍼 엔드포인트는 인물 영역을 식별하고 audio-to-video 요청에 전달할 수 있는 주체 마스크를 반환할 수 있습니다.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| omnihuman-1.5 | `1.5` | $0.270 | second | https://runapi.ai/ko/models/omnihuman/1.5.md |
| omnihuman-1.5-human-identification | `1.5-human-identification` | $0.0000 | call | https://runapi.ai/ko/models/omnihuman/1.5-human-identification.md |
| omnihuman-1.5-subject-detection | `1.5-subject-detection` | $0.0000 | call | https://runapi.ai/ko/models/omnihuman/1.5-subject-detection.md |


## 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 features to an application.

## Context

OmniHuman은 RunAPI의 Bytedance 카탈로그에 속하며 audio-to-video 생성과 human-identification, subject-detection 헬퍼를 통합 API, SDK, CLI, Bruno, 문서 표면으로 제공합니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

