VARIANTE · Bytedance / OmniHuman

omnihuman-1.5-human-identification API

Bytedance / OmniHuman

Nutze omnihuman-1.5-human-identification aus der OmniHuman-Familie über RunAPI. Preis pro Aufruf, kein Abo – fehlgeschlagene Generierungen werden nie berechnet.

Betriebsbereit · utility · Kommerzielle Nutzung unterstützt
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": "Erzeuge aus diesem Portrait und Voiceover ein 720p-Talking-Head-Video und nutze eine Subjektmaske, um die sprechende Person isoliert zu halten."
}'
import { OmnihumanClient } from "@runapi.ai/omnihuman";

const client = new OmnihumanClient();
const result = await client.humanIdentification.run({
    model: "omnihuman-1.5-human-identification",
    prompt: "Erzeuge aus diesem Portrait und Voiceover ein 720p-Talking-Head-Video und nutze eine Subjektmaske, um die sprechende Person isoliert zu halten.",
});
require "runapi/omnihuman"

client = RunApi::Omnihuman::Client.new
result = client.human_identification.run(
    model: "omnihuman-1.5-human-identification",
    prompt: "Erzeuge aus diesem Portrait und Voiceover ein 720p-Talking-Head-Video und nutze eine Subjektmaske, um die sprechende Person isoliert zu halten."
)
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
Variante wechseln
omnihuman-1.5 omnihuman-1.5-subject-detection
ÜBERBLICK

OmniHuman omnihuman-1.5-human-identification ist über dieselbe RunAPI-Authentifizierung, denselben Model-Skill-Workflow und nutzungsbasierte Preise verfügbar.

  • Einheitlicher API Key
  • Model-Skill-Setup
  • Modell-ID-Referenz
  • Fehlgeschlagene Generierungen werden nicht berechnet
PREISE

PREISE

Fehlgeschlagene Generierungen werden nicht berechnet
Human identification
Free / request
DATENBLATT

DATENBLATT

Modell-ID omnihuman-1.5-human-identification
Anbieter Bytedance
Modalität utility
Task-Typ asynchronous
Abrechnung call
Endpoint /api/v1/omnihuman/human_identification
Kommerziell Ja
Katalogstatus Betriebsbereit
MODELS

Modell-Skill — omnihuman-1.5-human-identification

Installiere den Skill einmal und verwende dann die Varianten-ID von dieser Seite beim Entwickeln.

# 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.
SO FUNKTIONIERT ES

omnihuman-1.5-human-identification verwenden

01

Modell wählen

Wähle Modell und Variante passend zu deinem App-Workflow.

02

Modell-ID übergeben

Nutze diese Varianten-ID im Request Body.

03

Task ausführen

Sende den Request und speichere die zurückgegebene Task ID.

04

Ausgabe abrufen

Frage ab oder empfange den Callback, wenn der Task fertig ist.

UNTERSCHIEDE

Vergleich von omnihuman-1.5-human-identification

VS OMNIHUMAN-1.5

Hilfsaufgabe, die Personenbereiche in einem Quellbild erkennt

Audiogesteuertes Talking-Head-Video aus Portrait und steuerndem Audio

VS OMNIHUMAN-1.5-SUBJECT-DETECTION

Hilfsaufgabe, die Personenbereiche in einem Quellbild erkennt

Hilfsaufgabe, die Subjektmasken für OmniHuman-Generierung zurückgibt

ANWENDUNGSFÄLLE

Einsatzbereiche dieser Variante

Verbessern

Verbessere generierte Assets.

Konvertieren

Wandle ein Medienformat in ein anderes um.

Pipeline

Füge Utility-Aufrufe zu Produktionsflows hinzu.

FAQ

Häufige Fragen zu omnihuman-1.5-human-identification

Wie wähle ich omnihuman-1.5-human-identification aus?

Übergib die im Quickstart angezeigte Modell-ID.

Sind die Preise nutzungsbasiert?

Ja. Preise werden pro Aufruf oder Einheit gemessen.

JETZT STARTEN

Starte heute mit OmniHuman.