VARIANT · 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
切換 variant
omnihuman-1.5 omnihuman-1.5-human-identification
OVERVIEW

omnihuman-1.5-subject-detection 在 OmniHuman 系列中,兼顧品質與成本的最佳平衡。

  • 以美元按次計費
  • 生成失敗不收費
  • 模型支援時可串流輸出
  • Model skill setup
PRICING

價格

失敗的生成不收費
Subject detection
Free / request
規格表

技術細節

Model ID omnihuman-1.5-subject-detection
供應商 Bytedance
模態 utility
任務類型 asynchronous
計費單位 call
API endpoint /api/v1/omnihuman/subject_detection
商用授權 是 — 已透過 API 包含
目錄狀態 可直接上線
SKILLS

快速開始 — omnihuman-1.5-subject-detection

相同格式 · variant 固定在 model 中

# 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

安裝

安裝此 model line 的 model skill。

02

設定

將 model 欄位設定為此頁面顯示的完整 model ID。

03

呼叫

使用您的 prompt、inputs 和 callback 設定送出型別化請求。

04

接收

讀取 RunAPI 的 task 回應、webhook callback 或快取輸出 URL。

DIFFERENCES

omnihuman-1.5-subject-detection 有什麼不同

VS OMNIHUMAN-1.5

回傳 OmniHuman 生成所需主體遮罩的輔助任務

根據人像和驅動音訊生成音訊驅動說話頭像影片

VS OMNIHUMAN-1.5-HUMAN-IDENTIFICATION

回傳 OmniHuman 生成所需主體遮罩的輔助任務

辨識來源圖片中人體區域的輔助任務

使用情境

最適合

照片增強

將典藏照片放大到可印刷的高解析度,適用於型錄與手冊。

影片修復

將 SD 影片修復並升級到 4K,用於型錄重發。

背景移除

批次移除圖片背景,將數千位賣家的商品照格式一致化。

FAQ

關於 omnihuman-1.5-subject-detection 的常見問題

模型 ID 在不同版本之間會保持穩定嗎?

RunAPI 會維持 model ID 穩定,並在不改變請求格式的情況下處理相容版本更新。

這個 variant 的速率限制是多少?

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

之後可以切換 variant 嗎?

可以——variant 只是旗標。只要變更 model 參數即可切換。

它支援串流嗎?

只要支援串流,RunAPI 就會端到端串流。

我該在哪裡回報品質問題?

請在公開 GitHub repo 提交 issue,或寄信給支援。

立即開始

開始使用 OmniHuman 進行開發。