PROVIDER
Bytedance AI 模型
Seedance 影片、Seedream 圖像生成、用於音訊驅動影片流程嘅 Volcengine Lip Sync,以及 OmniHuman 說話頭像生成。
4 models
·
18 variants
·
由 $0.0000
OVERVIEW
RunAPI 上嘅 Bytedance 創作模型包括支援原生音影片合成嘅 Seedance 影片生成、Seedream 文生圖同圖像編輯、用於音訊驅動影片到影片唇形同步嘅 Volcengine Lip Sync,以及提供偵測輔助接口嘅 OmniHuman 音訊驅動說話頭像影片。
- 單一 API key 可跨 provider 共用
- Model skill 將文件與 schema 帶入你的 workspace
- 按次收費,無需承諾
- 失敗的生成不會收費
FEATURES
亮點
MODELS
Bytedance 的所有模型
OM
Utility
OmniHuman
Bytedance
OmniHuman API 調用音訊驅動說話頭像影片、人體識別和主體遮罩偵測能力。
由 $0.0000 / call
查看 →
SE
Video
Seedance
Bytedance
Text and image-to-video with native audio-video joint synthesis, up to 15-second multi-shot clips.
由 $0.020 / second
查看 →
SE
Image
Seedream
Bytedance
Text-to-image and image editing with strong typography rendering, up to 4K resolution.
由 $0.060 / call
查看 →
VO
Video
Volcengine Lip Sync
Bytedance
Volcengine Lip Sync API,支援用來源影片同音訊做音訊驅動嘅影片到影片唇形同步。
由 $0.080 / second
查看 →
QUICKSTART
安裝 Bytedance model skill。
選一個模型並加入其 skill,讓 coding tool 取得文件、schema、價格備註與 setup 步驟。
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
REFERENCE
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-5-pro-edit | call | $0.070 | 查看 → | |
| seedream-5-pro-text-to-image | call | $0.070 | 查看 → | |
| seedream-v4-edit | call | $0.100 | 查看 → | |
| seedream-v4-text-to-image | call | $0.100 | 查看 → |
FAQ
關於 Bytedance 的常見問題
這是 Bytedance 的官方整合嗎?
RunAPI 提供託管 API 介面,價格、能力及錯誤行為都清晰透明。
我需要 Bytedance 帳戶嗎?
不用 — 你的 RunAPI 密鑰已足夠使用託管存取。
透過 proxy 會增加多少延遲?
通常少於 20 ms。RunAPI 會將 proxy 層維持在貼近 model 執行區域的位置。
圖片/影片會快取嗎?
生成結果會按 task ID 儲存並可供取回。輸入內容不會快取。
我可以使用自己的 key 嗎?
目前不支援 — 請使用 RunAPI 管理的存取。
立即開始