VARIANTE · Bytedance / OmniHuman

omnihuman-1.5 API

Bytedance / OmniHuman

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

Betriebsbereit · video · Kommerzielle Nutzung unterstützt
runapi.ai
curl -X POST https://runapi.ai/api/v1/omnihuman/audio_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "omnihuman-1.5",
  "image_url": "https://cdn.runapi.ai/public/samples/portrait.jpg",
  "audio_url": "https://cdn.runapi.ai/public/samples/voice.mp3"
}'
import { OmnihumanClient } from "@runapi.ai/omnihuman";

const client = new OmnihumanClient();
const result = await client.audioToVideo.run({
    model: "omnihuman-1.5",
    image_url: "https://cdn.runapi.ai/public/samples/portrait.jpg",
    audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3",
});
require "runapi/omnihuman"

client = RunApi::Omnihuman::Client.new
result = client.audio_to_video.run(
    model: "omnihuman-1.5",
    image_url: "https://cdn.runapi.ai/public/samples/portrait.jpg",
    audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3"
)
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
ÜBERBLICK

OmniHuman omnihuman-1.5 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
Audio to video
$0.27 / second
DATENBLATT

DATENBLATT

Modell-ID omnihuman-1.5
Anbieter Bytedance
Modalität video
Task-Typ asynchronous
Abrechnung second
Endpoint /api/v1/omnihuman/audio_to_video
Kommerziell Ja
Katalogstatus Betriebsbereit
MODELS

Modell-Skill — omnihuman-1.5

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 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

VS OMNIHUMAN-1.5-HUMAN-IDENTIFICATION

Audiogesteuertes Talking-Head-Video aus Portrait und steuerndem Audio

Hilfsaufgabe, die Personenbereiche in einem Quellbild erkennt

VS OMNIHUMAN-1.5-SUBJECT-DETECTION

Audiogesteuertes Talking-Head-Video aus Portrait und steuerndem Audio

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

ANWENDUNGSFÄLLE

Einsatzbereiche dieser Variante

Produktvideo

Erzeuge kurze produktionsreife Clips aus Prompts.

Kreative Iteration

Teste schnell mehrere Richtungen.

Skill-Workflows

Gib Entwicklungswerkzeugen Modellkontext zum Erstellen von Video-Assets.

FAQ

Häufige Fragen zu omnihuman-1.5

Wie wähle ich omnihuman-1.5 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.