---
title: "OmniHuman API — variantes, preços e model skill"
url: "https://runapi.ai/pt-BR/models/omnihuman.md"
canonical: "https://runapi.ai/pt-BR/models/omnihuman.md"
locale: "pt-BR"
model: "OmniHuman"
provider: "Bytedance"
modality: "utility"
variant_count: 3
price_from_cents: 0
---

# OmniHuman API

Acesso à API OmniHuman para vídeo de cabeça falante guiado por áudio, identificação humana e detecção de máscaras de sujeito.

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

OmniHuman gera vídeo de cabeça falante a partir de uma imagem de origem e áudio condutor. Endpoints auxiliares podem identificar regiões humanas e retornar máscaras de sujeito que podem ser passadas na solicitação audio-to-video.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| omnihuman-1.5 | `1.5` | $0.270 | second | https://runapi.ai/pt-BR/models/omnihuman/1.5.md |
| omnihuman-1.5-human-identification | `1.5-human-identification` | $0.0000 | call | https://runapi.ai/pt-BR/models/omnihuman/1.5-human-identification.md |
| omnihuman-1.5-subject-detection | `1.5-subject-detection` | $0.0000 | call | https://runapi.ai/pt-BR/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 pertence ao catálogo Bytedance na RunAPI e expõe geração audio-to-video mais auxiliares human-identification e subject-detection por superfícies unificadas de API, SDK, CLI, Bruno e documentação.

## FAQ

### Como chamo este modelo?

Instale o model skill e siga as notas de setup com sua chave RunAPI.

### Gerações com falha custam dinheiro?

Gerações com falha não são cobradas

### Posso chamar a partir da minha aplicação?

Sim. Instale o model skill no workspace de código e use durante a implementação da funcionalidade.

