변형 · Bytedance / OmniHuman

omnihuman-1.5-subject-detection API

Bytedance / OmniHuman

RunAPI로 OmniHuman 패밀리의 omnihuman-1.5-subject-detection를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

운영 중 · utility · 상업적 사용 지원
runapi.ai
curl -X POST https://runapi.ai/api/v1/omnihuman/subject_detection \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "omnihuman-1.5-subject-detection",
  "prompt": "이 초상 이미지와 보이스오버로 720p 토킹 헤드 비디오를 만들고, 주체 마스크를 사용해 화자를 분리해 주세요."
}'
import { OmnihumanClient } from "@runapi.ai/omnihuman";

const client = new OmnihumanClient();
const result = await client.subjectDetection.run({
    model: "omnihuman-1.5-subject-detection",
    prompt: "이 초상 이미지와 보이스오버로 720p 토킹 헤드 비디오를 만들고, 주체 마스크를 사용해 화자를 분리해 주세요.",
});
require "runapi/omnihuman"

client = RunApi::Omnihuman::Client.new
result = client.subject_detection.run(
    model: "omnihuman-1.5-subject-detection",
    prompt: "이 초상 이미지와 보이스오버로 720p 토킹 헤드 비디오를 만들고, 주체 마스크를 사용해 화자를 분리해 주세요."
)
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
변형 전환
omnihuman-1.5 omnihuman-1.5-human-identification
개요

OmniHuman omnihuman-1.5-subject-detection는 같은 RunAPI 인증, model skill 워크플로, 사용량 기반 가격으로 사용할 수 있습니다.

  • 통합 API key
  • Model skill 설정
  • 모델 ID 참조
  • 실패한 생성은 과금되지 않습니다
요금

요금

실패한 생성은 과금되지 않습니다
Subject detection
Free / request
스펙

스펙

모델 ID omnihuman-1.5-subject-detection
제공사 Bytedance
모달리티 utility
작업 유형 asynchronous
과금 call
Endpoint /api/v1/omnihuman/subject_detection
상업적 사용
카탈로그 상태 운영 중
MODELS

모델 스킬 — omnihuman-1.5-subject-detection

스킬을 한 번 설치한 후, 이 페이지의 변형 ID를 사용해 개발을 시작하세요.

# 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.
작동 방식

omnihuman-1.5-subject-detection 사용 방법

01

모델 선택

앱 워크플로에 맞는 모델과 변형을 고릅니다.

02

모델 ID 전달

요청 본문에 이 변형 ID를 사용합니다.

03

작업 실행

요청을 보내고 반환된 task ID를 저장합니다.

04

출력 수집

작업이 끝나면 조회하거나 callback으로 결과를 받습니다.

차이

omnihuman-1.5-subject-detection 비교

VS OMNIHUMAN-1.5

OmniHuman 생성을 위한 주체 마스크를 반환하는 헬퍼 작업

초상 이미지와 구동 오디오로 만드는 오디오 기반 토킹 헤드 비디오

VS OMNIHUMAN-1.5-HUMAN-IDENTIFICATION

OmniHuman 생성을 위한 주체 마스크를 반환하는 헬퍼 작업

소스 이미지의 인물 영역을 식별하는 헬퍼 작업

사용 사례

이 변형을 쓰는 곳

향상

생성된 asset을 개선합니다.

변환

한 미디어 형식을 다른 형식으로 바꿉니다.

Pipeline

프로덕션 flow에 유틸리티 호출을 추가합니다.

FAQ

omnihuman-1.5-subject-detection 자주 묻는 질문

omnihuman-1.5-subject-detection는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.

지금 시작

오늘 OmniHuman로 시작하세요.