VARIANTE · Bytedance / OmniHuman

omnihuman-1.5-human-identification API

Bytedance / OmniHuman

Utilisez omnihuman-1.5-human-identification de la famille OmniHuman via RunAPI. Tarification à l'appel, sans abonnement, et les générations échouées ne sont jamais facturées.

Opérationnel · utility · Usage commercial pris en charge
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": "Génère une vidéo de tête parlante en 720p depuis ce portrait et cette voix off, en utilisant un masque de sujet pour garder la personne isolée."
}'
import { OmnihumanClient } from "@runapi.ai/omnihuman";

const client = new OmnihumanClient();
const result = await client.humanIdentification.run({
    model: "omnihuman-1.5-human-identification",
    prompt: "Génère une vidéo de tête parlante en 720p depuis ce portrait et cette voix off, en utilisant un masque de sujet pour garder la personne isolée.",
});
require "runapi/omnihuman"

client = RunApi::Omnihuman::Client.new
result = client.human_identification.run(
    model: "omnihuman-1.5-human-identification",
    prompt: "Génère une vidéo de tête parlante en 720p depuis ce portrait et cette voix off, en utilisant un masque de sujet pour garder la personne isolée."
)
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
Changer de variante
omnihuman-1.5 omnihuman-1.5-subject-detection
APERÇU

OmniHuman omnihuman-1.5-human-identification est disponible avec la même auth RunAPI, le même workflow de model skill et les mêmes tarifs à l'usage.

  • API key unifiée
  • Setup du model skill
  • Référence d'ID de modèle
  • Les générations échouées ne sont pas facturées
TARIFS

TARIFS

Les générations échouées ne sont pas facturées
Human identification
Free / request
FICHE TECHNIQUE

FICHE TECHNIQUE

ID de modèle omnihuman-1.5-human-identification
Fournisseur Bytedance
Modalité utility
Type de tâche asynchronous
Facturation call
Endpoint /api/v1/omnihuman/human_identification
Commercial Oui
Statut du catalogue Opérationnel
MODELS

Compétence de modèle — omnihuman-1.5-human-identification

Installez la compétence une seule fois, puis utilisez l'identifiant de variant de cette page lors de votre développement.

# 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.
FONCTIONNEMENT

Utiliser omnihuman-1.5-human-identification

01

Choisir le modèle

Sélectionnez le modèle et la variante adaptés au workflow de votre app.

02

Passer l'ID de modèle

Utilisez cet ID de variante dans le corps de la requête.

03

Lancer la tâche

Envoyez la requête et stockez le task ID retourné.

04

Récupérer la sortie

Interrogez ou recevez le callback quand la tâche se termine.

DIFFÉRENCES

Comparaison de omnihuman-1.5-human-identification

VS OMNIHUMAN-1.5

Tâche auxiliaire qui identifie les régions humaines dans une image source

Vidéo de tête parlante pilotée par l’audio depuis un portrait et un audio de conduite

VS OMNIHUMAN-1.5-SUBJECT-DETECTION

Tâche auxiliaire qui identifie les régions humaines dans une image source

Tâche auxiliaire qui renvoie des masques de sujet pour la génération OmniHuman

CAS D’USAGE

Où utiliser cette variante

Améliorer

Améliorez les assets générés.

Convertir

Transformez un format média en un autre.

Pipeline

Ajoutez des appels utilitaires aux workflows de production.

FAQ

Questions fréquentes sur omnihuman-1.5-human-identification

Comment sélectionner omnihuman-1.5-human-identification ?

Passez l'ID de modèle affiché dans le quickstart.

Les tarifs sont-ils à l'usage ?

Oui. Les tarifs sont mesurés par appel ou par unité.

COMMENCER

Commencez avec OmniHuman aujourd'hui.