---
title: "OmniHuman API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/omnihuman.md"
canonical: "https://runapi.ai/ja/models/omnihuman.md"
locale: "ja"
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/ja/models/omnihuman/1.5.md |
| omnihuman-1.5-human-identification | `1.5-human-identification` | $0.0000 | call | https://runapi.ai/ja/models/omnihuman/1.5-human-identification.md |
| omnihuman-1.5-subject-detection | `1.5-subject-detection` | $0.0000 | call | https://runapi.ai/ja/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 をインストールし、モデル機能を追加するときに利用してください。

