---
title: "Volcengine Lip Sync API — Variants, pricing & model skill"
url: "https://runapi.ai/models/volcengine-lip-sync.md"
canonical: "https://runapi.ai/models/volcengine-lip-sync.md"
locale: "en"
model: "Volcengine Lip Sync"
provider: "Bytedance"
modality: "video"
variant_count: 1
price_from_cents: 8
---

# Volcengine Lip Sync API

Volcengine Lip Sync API access for audio-driven video-to-video lip sync from source video and audio.

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

Volcengine Lip Sync takes a source video and target audio, then generates a video where the mouth movement follows the audio while preserving the source clip structure.

## 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 provides a focused video-to-video lip-sync endpoint through RunAPI with unified API, SDK, CLI, Bruno, and docs coverage.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

