---
title: "omnihuman-1.5 API — OmniHuman 요금 및 스펙"
url: "https://runapi.ai/ko/models/omnihuman/1.5.md"
canonical: "https://runapi.ai/ko/models/omnihuman/1.5.md"
locale: "ko"
model: "OmniHuman"
provider: "Bytedance"
variant_id: "omnihuman-1.5"
sdk_model_id: "omnihuman-1.5"
modality: "video"
price_from_cents: 27
billing_unit: "second"
status: "active"
---

# OmniHuman omnihuman-1.5 API

RunAPI로 OmniHuman 패밀리의 omnihuman-1.5를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

**$0.270** per second

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

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `omnihuman-1.5` |
| Provider | Bytedance |
| Modality | video |
| Task type | asynchronous |
| Billing unit | second |
| API endpoint | `/api/v1/omnihuman/audio_to_video` |
| Status | active |

## Request example

```json
{
  "model": "omnihuman-1.5",
  "image_url": "https://cdn.runapi.ai/public/samples/portrait.jpg",
  "audio_url": "https://cdn.runapi.ai/public/samples/voice.mp3"
}
```

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

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

## FAQ

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other OmniHuman variants:

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