Bytedance · Utility

OpenClaw x OmniHuman

OmniHuman 属于 RunAPI 的 Bytedance catalog,提供 audio-to-video 生成,以及 human-identification 和 subject-detection 辅助接口;API、SDK、CLI、Bruno 和文档中保持统一调用方式。

公开版本与端点

模型 ID版本端点起步价格模型目录
omnihuman-1.5基于肖像和驱动音频生成数字人视频
/api/v1/omnihuman/audio_to_video
$0.320模型详情
omnihuman-1.5-human-identification识别源图片中的人体区域的辅助任务
/api/v1/omnihuman/human_identification
$0.0000模型详情
omnihuman-1.5-subject-detection返回可用于 OmniHuman 生成的主体 mask
/api/v1/omnihuman/subject_detection
$0.0000模型详情

配置

指南端点: <endpoint>

选择 <model-id> 后,按端点的公开输入契约生成请求。

验证

选择 <model-id> 后生成验证命令。

使用流程

  1. 1. 选择模型 ID

    选择公开模型 ID,并查看其端点与当前起步价格。

  2. 2. 配置 RunAPI

    调用端点前设置 RUNAPI_API_KEY。

  3. 3. 验证结果

    对于异步端点,轮询同一端点,直到 Task 进入终态。

常见问题

应该使用哪个模型 ID?

从版本表选择公开模型 ID。每个 ID 可使用的端点均显示在对应行。

本指南会配置聊天模型吗?

不会。该 Model Line 使用页面所示的端点流程,不会被描述为 Agent 聊天模型。