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

# OmniHuman API

Acceso a la API de OmniHuman para vídeo de cabeza parlante guiado por audio, identificación humana y detección de máscaras de sujeto.

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

OmniHuman genera vídeo de cabeza parlante a partir de una imagen fuente y audio de conducción. Los endpoints auxiliares pueden identificar regiones humanas y devolver máscaras de sujeto que se pueden pasar a la solicitud audio-to-video.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| omnihuman-1.5 | `1.5` | $0.270 | second | https://runapi.ai/es/models/omnihuman/1.5.md |
| omnihuman-1.5-human-identification | `1.5-human-identification` | $0.0000 | call | https://runapi.ai/es/models/omnihuman/1.5-human-identification.md |
| omnihuman-1.5-subject-detection | `1.5-subject-detection` | $0.0000 | call | https://runapi.ai/es/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 pertenece al catálogo de Bytedance en RunAPI y expone generación audio-to-video más auxiliares de human-identification y subject-detection mediante superficies unificadas de API, SDK, CLI, Bruno y documentación.

## FAQ

### ¿Cómo llamo a este modelo?

Instala el model skill y sigue sus notas de setup con tu clave RunAPI.

### ¿Las generaciones fallidas cuestan dinero?

Las generaciones fallidas no se cobran

### ¿Puedo llamarlo desde mi aplicación?

Sí. Instala el model skill en tu workspace de código y úsalo mientras añades la función del modelo.

