提供方
Bytedance AI 模型
Seedance 视频、Seedream 图像生成、Volcengine Lip Sync,以及 OmniHuman 数字人生成。
4 models
·
16 variants
·
起价 $0.0000
概览
RunAPI 上的字节跳动创意模型包括支持原生音视频合成的 Seedance 视频生成、Seedream 文生图与图像编辑、用于音频驱动视频到视频口型同步的 Volcengine Lip Sync,以及提供辅助检测接口的 OmniHuman 音频驱动数字人视频。
- 一把 key 覆盖所有提供方
- Model skill 把文档和 schema 带进代码工作区
- 按次计费,无最低消费
- 失败的生成不计费
特性
亮点
模型
Bytedance 全部模型
OM
Utility
OmniHuman
Bytedance
OmniHuman API 调用音频驱动数字人视频、人体识别和主体 mask 检测能力。
起价 $0.0000 / call
查看 →
SE
Video
Seedance
Bytedance
Seedance API 调用文本和图片生成视频,原生音视频联合合成,最长 15 秒多镜头片段。
起价 $0.020 / second
查看 →
SE
Image
Seedream
Bytedance
Seedream API 调用文生图和图像编辑,强大排版渲染能力,最高 4K 分辨率。
起价 $0.060 / call
查看 →
VO
Video
Volcengine Lip Sync
Bytedance
Volcengine Lip Sync API 调用音频驱动的视频到视频口型同步,输入源视频和音频即可生成结果。
起价 $0.080 / second
查看 →
快速开始
安装一个 Bytedance model skill。
选择模型并添加它的 skill,让编码工具获得文档、schema、定价说明和接入步骤。
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-subject-detection",
"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-subject-detection",
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-subject-detection",
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
参考
Bytedance 全部变体
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
OmniHuman
|
omnihuman-1.5 | second | $0.270 | 查看 → |
| omnihuman-1.5-human-identification | call | $0.0000 | 查看 → | |
| omnihuman-1.5-subject-detection | call | $0.0000 | 查看 → | |
|
Seedance
|
seedance-1.5-pro | second | $0.150 | 查看 → |
| seedance-2-mini | second | $0.570 | 查看 → | |
| seedance-2.0 | second | $2.08 | 查看 → | |
| seedance-2.0-fast | second | $0.330 | 查看 → | |
| seedance-v1-lite | second | $0.020 | 查看 → | |
| seedance-v1-pro | second | $0.030 | 查看 → | |
| seedance-v1-pro-fast | second | $0.020 | 查看 → | |
|
Seedream
|
seedream-4.5-edit | call | $0.070 | 查看 → |
| seedream-4.5-text-to-image | call | $0.070 | 查看 → | |
| seedream-5-lite-edit | call | $0.060 | 查看 → | |
| seedream-5-lite-text-to-image | call | $0.060 | 查看 → | |
| seedream-v4-edit | call | $0.100 | 查看 → | |
| seedream-v4-text-to-image | call | $0.100 | 查看 → |
常见问题
Bytedance 常见问题
这是 Bytedance 官方集成吗?
RunAPI 提供托管 API 接入,定价、能力和错误行为都清晰透明。
需要单独的 Bytedance 账号吗?
不需要——RunAPI key 即可使用托管接入。
代理会带来多少延迟?
一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。
输出会缓存吗?
输出按任务 ID 存储在 R2 供回取。输入不缓存。
能自带 key 吗?
目前不支持——调用使用 RunAPI 托管接入。
立即开始