---
title: "Volcengine Lip Sync API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/volcengine-lip-sync.md"
canonical: "https://runapi.ai/ja/models/volcengine-lip-sync.md"
locale: "ja"
model: "Volcengine Lip Sync"
provider: "Bytedance"
modality: "video"
variant_count: 1
price_from_cents: 8
---

# Volcengine Lip Sync API

ソース動画と音声から、音声駆動の動画→動画リップシンクを行うVolcengine Lip Sync APIアクセス。

**Provider:** Bytedance
**Modality:** Video
**Catalog:** 1 endpoints

Volcengine Lip Syncはソース動画とターゲット音声を受け取り、元クリップの構図と動きの構造を保ちながら、口の動きが音声に合う動画を生成します。

## Variants

Single-SKU line. The SDK model ID is `volcengine-lip-sync` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `lip_sync_video` | $0.080 | second |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `volcengine-lip-sync` |
| Provider | Bytedance |
| Modality | video |
| Task type | asynchronous |
| Billing unit | second |
| API endpoint | `/api/v1/volcengine_lip_sync/lip_sync_video` |


## Install the skill

```sh
npx skills add runapi-ai/volcengine-lip-sync -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Volcengine Lip Sync features to an application.

## Context

Volcengine Lip SyncはRunAPI経由で、動画→動画リップシンクに特化したエンドポイントをAPI、SDK、CLI、Bruno、ドキュメントまで統一して提供します。

## FAQ

### このモデルはどう呼び出しますか？

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

### 失敗した生成は課金されますか？

失敗した生成は課金されません

### アプリケーションから呼び出せますか？

はい。コード作業環境に model skill をインストールし、モデル機能を追加するときに利用してください。

