heygen-lipsync-speed
HeyGen Lipsync Speed: Fast lip-sync model, ideal for scenarios requiring rapid generation.
HeyGen Lipsync Speed: Fast lip-sync model, ideal for scenarios requiring rapid generation.
Overview
| Field | Value |
|---|---|
| Model ID | heygen-lipsync-speed |
| CLI | dlazy heygen-lipsync-speed |
| MCP | heygen-lipsync-speed (Claude Code surfaces this as mcp__dlazy__heygen-lipsync-speed) |
| Type | video |
| Execution | Async task; the CLI polls until completion (--no-wait returns generateId immediately) |
| Batch | Supports --batch <n> parallel fan-out |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
video_url | url | Yes | Video URL; video (accepts URL, local path, or data: URL) |
audio_url | url | Yes | Audio URL; audio (accepts URL, local path, or data: URL) |
title | string | No | Title |
enable_caption | string | No | Generate Captions; default false |
enable_dynamic_duration | string | No | Dynamic Duration Adjustment; default true |
disable_music_track | string | No | Remove Original Background Music; default false |
enable_speech_enhancement | string | No | Enhance Audio Quality; default false |
start_time | string | No | Start Time (Seconds) |
end_time | string | No | End Time (Seconds) |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy heygen-lipsync-speed --help
dlazy heygen-lipsync-speed --video_url "https://example.com/source.mp4" --audio_url "https://example.com/source.mp3"
dlazy heygen-lipsync-speed --video_url "./local-video.mp4" --audio_url "https://example.com/source.mp3"
dlazy heygen-lipsync-speed --video_url "https://example.com/source.mp4" --audio_url "https://example.com/source.mp3" --dry-run
dlazy heygen-lipsync-speed --video_url "https://example.com/source.mp4" --audio_url "https://example.com/source.mp3" --no-wait
dlazy heygen-lipsync-speed --video_url "https://example.com/source.mp4" --audio_url "https://example.com/source.mp3" --batch 4Compose with a pipeline
dlazy seedance-2.0-fast --prompt "reference clip" \
| dlazy heygen-lipsync-speed --video_url -MCP
MCP is consumed by AI clients, not handwritten. Once dLazy is registered as an MCP server the tool appears in the client's tool list — Claude Code surfaces it as mcp__dlazy__heygen-lipsync-speed; generic clients (e.g. OpenClaw) call it as heygen-lipsync-speed.
See MCP setup for how to add the server.
Output
{
"outputs": [
{ "type": "video", "id": "o_...", "url": "https://files.dlazy.com/result.mp4", "mimeType": "video/mp4" }
]
}Media tools emit image / video / audio / file outputs. Use --output url to print only the URLs on stdout.
happyhorse-1.0
Happy Horse 1.0 video model — one model covers text-to-video (t2v), first-frame-to-video (i2v), reference-to-video (r2v), and video editing (edit). The selected mode is automatically routed to the matching sub-model.
jimeng-dream-actor
Jimeng character/action-driven video model, supports reference image and video input, suitable for character acting, action transfer, and style-consistent generation.