---
title: "OmniHuman API — Varianten, Preise und Model Skill"
url: "https://runapi.ai/de/models/omnihuman.md"
canonical: "https://runapi.ai/de/models/omnihuman.md"
locale: "de"
model: "OmniHuman"
provider: "Bytedance"
modality: "utility"
variant_count: 3
price_from_cents: 0
---

# OmniHuman API

OmniHuman API-Zugang für audiogesteuerte Talking-Head-Videos, Personenerkennung und Subjektmasken-Erkennung.

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

OmniHuman erzeugt Talking-Head-Video aus einem Quellbild und steuerndem Audio. Hilfsendpunkte können Personenbereiche erkennen und Subjektmasken zurückgeben, die an den audio-to-video-Request übergeben werden können.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| omnihuman-1.5 | `1.5` | $0.270 | second | https://runapi.ai/de/models/omnihuman/1.5.md |
| omnihuman-1.5-human-identification | `1.5-human-identification` | $0.0000 | call | https://runapi.ai/de/models/omnihuman/1.5-human-identification.md |
| omnihuman-1.5-subject-detection | `1.5-subject-detection` | $0.0000 | call | https://runapi.ai/de/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 gehört zum Bytedance-Katalog auf RunAPI und stellt Audio-to-Video-Generierung sowie Human-Identification- und Subject-Detection-Helfer über einheitliche API-, SDK-, CLI-, Bruno- und Dokumentationsoberflächen bereit.

## FAQ

### Wie rufe ich dieses Modell auf?

Installiere den Model Skill und folge den Setup-Hinweisen mit deinem RunAPI Key.

### Kosten fehlgeschlagene Generierungen Geld?

Fehlgeschlagene Generierungen werden nicht berechnet

### Kann ich es aus meiner Anwendung aufrufen?

Ja. Installiere den Model Skill im Coding-Workspace und nutze ihn beim Einbau des Modell-Features.

