---
title: "OmniHuman API — variantes, tarifs et model skill"
url: "https://runapi.ai/fr/models/omnihuman.md"
canonical: "https://runapi.ai/fr/models/omnihuman.md"
locale: "fr"
model: "OmniHuman"
provider: "Bytedance"
modality: "utility"
variant_count: 3
price_from_cents: 0
---

# OmniHuman API

Accès API OmniHuman pour vidéo de tête parlante pilotée par l&#39;audio, identification humaine et détection de masques de sujet.

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

OmniHuman génère une vidéo de tête parlante à partir d&#39;une image source et d&#39;un audio de conduite. Les endpoints auxiliaires peuvent identifier les régions humaines et renvoyer des masques de sujet utilisables dans la requête audio-to-video.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| omnihuman-1.5 | `1.5` | $0.270 | second | https://runapi.ai/fr/models/omnihuman/1.5.md |
| omnihuman-1.5-human-identification | `1.5-human-identification` | $0.0000 | call | https://runapi.ai/fr/models/omnihuman/1.5-human-identification.md |
| omnihuman-1.5-subject-detection | `1.5-subject-detection` | $0.0000 | call | https://runapi.ai/fr/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 appartient au catalogue Bytedance sur RunAPI et expose la génération audio-to-video ainsi que les assistants human-identification et subject-detection via des surfaces unifiées API, SDK, CLI, Bruno et documentation.

## FAQ

### Comment appeler ce modèle ?

Installez le model skill et suivez ses notes de setup avec votre clé RunAPI.

### Les générations échouées coûtent-elles quelque chose ?

Les générations échouées ne sont pas facturées

### Puis-je l&#39;appeler depuis mon application ?

Oui. Installez le model skill dans votre workspace de code et utilisez-le pendant l&#39;ajout de la fonctionnalité.

