omnihuman-1.5-human-identification API
Bytedance / OmniHuman
RunAPI から OmniHuman ファミリーの omnihuman-1.5-human-identification を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。
稼働中
·
utility
·
商用利用対応
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": "このポートレートとナレーション音声から 720p のトーキングヘッド動画を生成し、被写体マスクで話者を分離してください。"
}'
import { OmnihumanClient } from "@runapi.ai/omnihuman";
const client = new OmnihumanClient();
const result = await client.humanIdentification.run({
model: "omnihuman-1.5-human-identification",
prompt: "このポートレートとナレーション音声から 720p のトーキングヘッド動画を生成し、被写体マスクで話者を分離してください。",
});
require "runapi/omnihuman"
client = RunApi::Omnihuman::Client.new
result = client.human_identification.run(
model: "omnihuman-1.5-human-identification",
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
バリアント切替
概要
OmniHuman omnihuman-1.5-human-identification は同じ RunAPI 認証、model skill ワークフロー、従量料金で利用できます。
- 統合 API key
- Model skill セットアップ
- モデル ID リファレンス
- 失敗した生成は課金されません
料金
料金
失敗した生成は課金されません
Human identification
Free
/ request
仕様
仕様
| モデル ID | omnihuman-1.5-human-identification |
| プロバイダー | Bytedance |
| モダリティ | utility |
| タスク種別 | asynchronous |
| 課金 | call |
| Endpoint | /api/v1/omnihuman/human_identification |
| 商用利用 | はい |
| カタログステータス | 稼働中 |
MODELS
モデルスキル — omnihuman-1.5-human-identification
スキルを1回インストールし、構築中にこのページのバリアントIDを使用してください。
# Install the model skill for app development workflows
npx skills add runapi-ai/omnihuman -g
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-human-identification の使い方
01
モデルを選ぶ
アプリのワークフローに合うモデルとバリアントを選びます。
02
モデル ID を渡す
リクエスト body にこのバリアント ID を指定します。
03
タスクを実行
リクエストを送信し、返された task ID を保存します。
04
出力を取得
タスク完了時にポーリングまたは callback で結果を受け取ります。
違い
omnihuman-1.5-human-identification の比較
VS OMNIHUMAN-1.5
ソース画像内の人物領域を識別するヘルパータスク
ポートレートと駆動音声から音声駆動のトーキングヘッド動画を生成
VS OMNIHUMAN-1.5-SUBJECT-DETECTION
ソース画像内の人物領域を識別するヘルパータスク
OmniHuman 生成向けの被写体マスクを返すヘルパータスク
ユースケース
このバリアントの用途
強化
生成済みアセットを改善します。
変換
あるメディア形式を別の形式へ変換します。
Pipeline
本番フローにユーティリティ呼び出しを追加します。
FAQ
omnihuman-1.5-human-identification に関するよくある質問
omnihuman-1.5-human-identification はどう選択しますか?
quickstart に表示されるモデル ID を渡してください。
料金は従量課金ですか?
はい。呼び出しまたは単位ごとの従量課金です。
今すぐ開始