VARIANTE · Bytedance / OmniHuman

omnihuman-1.5-human-identification API

Bytedance / OmniHuman

Use omnihuman-1.5-human-identification da família OmniHuman via RunAPI. Preços por chamada, sem assinatura, e gerações com falha não são cobradas.

Operacional · utility · Uso comercial permitido
runapi.ai
curl -X POST https://runapi.ai/api/v1/omnihuman/human_identification \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "omnihuman-1.5-human-identification",
  "prompt": "Gere um vídeo de cabeça falante em 720p a partir deste retrato e narração, usando uma máscara de sujeito para manter a pessoa isolada."
}'
import { OmnihumanClient } from "@runapi.ai/omnihuman";

const client = new OmnihumanClient();
const result = await client.humanIdentification.run({
    model: "omnihuman-1.5-human-identification",
    prompt: "Gere um vídeo de cabeça falante em 720p a partir deste retrato e narração, usando uma máscara de sujeito para manter a pessoa isolada.",
});
require "runapi/omnihuman"

client = RunApi::Omnihuman::Client.new
result = client.human_identification.run(
    model: "omnihuman-1.5-human-identification",
    prompt: "Gere um vídeo de cabeça falante em 720p a partir deste retrato e narração, usando uma máscara de sujeito para manter a pessoa isolada."
)
npx skills add runapi-ai/omnihuman -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/omnihuman v1
Trocar variante
omnihuman-1.5 omnihuman-1.5-subject-detection
VISÃO GERAL

OmniHuman omnihuman-1.5-human-identification está disponível com a mesma autenticação RunAPI, fluxo de model skill e preços por uso.

  • API key unificada
  • Setup do model skill
  • Referência de ID de modelo
  • Gerações com falha não são cobradas
PREÇOS

PREÇOS

Gerações com falha não são cobradas
Human identification
Free / request
FICHA TÉCNICA

FICHA TÉCNICA

ID do modelo omnihuman-1.5-human-identification
Provedor Bytedance
Modalidade utility
Tipo de tarefa asynchronous
Cobrança call
Endpoint /api/v1/omnihuman/human_identification
Comercial Sim
Status do catálogo Operacional
MODELS

Model skill — omnihuman-1.5-human-identification

Instale o skill uma vez, depois use o ID do variant desta página durante o desenvolvimento.

# Install the model skill for app development workflows
npx skills add runapi-ai/omnihuman -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the OmniHuman skill for this app:

1. Add runapi-ai/omnihuman with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
COMO FUNCIONA

Como usar omnihuman-1.5-human-identification

01

Escolha o modelo

Selecione o modelo e a variante que combinam com o fluxo do seu app.

02

Envie o ID do modelo

Use este ID de variante no corpo da requisição.

03

Execute a tarefa

Envie a requisição e armazene o task ID retornado.

04

Colete a saída

Consulte ou receba o callback quando a tarefa terminar.

DIFERENÇAS

Comparativo de omnihuman-1.5-human-identification

VS OMNIHUMAN-1.5

Tarefa auxiliar que identifica regiões humanas em uma imagem de origem

Vídeo de cabeça falante guiado por áudio a partir de retrato e áudio condutor

VS OMNIHUMAN-1.5-SUBJECT-DETECTION

Tarefa auxiliar que identifica regiões humanas em uma imagem de origem

Tarefa auxiliar que retorna máscaras de sujeito para geração OmniHuman

CASOS DE USO

Onde usar esta variante

Melhorar

Melhore assets gerados.

Converter

Transforme um formato de mídia em outro.

Pipeline

Adicione chamadas utilitárias a fluxos de produção.

FAQ

Perguntas frequentes sobre omnihuman-1.5-human-identification

Como seleciono omnihuman-1.5-human-identification?

Envie o ID de modelo mostrado no quickstart.

O preço é por uso?

Sim. O preço é medido por chamada ou unidade.

COMEÇAR

Comece com OmniHuman hoje.