H3 Max Lip Sync
Animates one image and synchronizes its mouth movement to a supplied voiceover. It supports 480P, 768P, 1080P, and 2K output; the result follows the audio duration up to 14.8 seconds.
Cost
from 3 tokens/s
VideoProvider: Fal
Try H3 Max Lip Sync in Givon AI
Open a working project for regular creation, or use Playground to inspect the model parameters.
Use through API
Request fields, constraints, and ready-to-use examples for developers. The user workflow starts above.
Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Idempotency-Key: $IDEMPOTENCY_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"video","model":"minimax-h3-max-lip-sync","input":{"prompt":"cinematic drone shot over a city at night","resolution":"768p","speakerImage":"asset://asset_...","speechAudio":"asset://asset_..."}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
resolution resolution | string | 768p | 480p, 768p, 1080p, 2k |
Speaker image* speakerImageAsset input for the speakerImage slot. | string | — | image · asset, https, data |
Speech audio* speechAudioAsset input for the speechAudio slot. | string | — | voiceover · asset, https, data |
providerOptions providerOptions | object | — | object |
resolution
resolution- Type
- string
- Default
- 768p
- Allowed
- 480p, 768p, 1080p, 2k
Speaker image*
speakerImageAsset input for the speakerImage slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
Speech audio*
speechAudioAsset input for the speechAudio slot.
- Type
- string
- Default
- —
- Allowed
- voiceover · asset, https, data
providerOptions
providerOptions- Type
- object
- Default
- —
- Allowed
- object
Cost
from 3 tokens/s480P3 tk/s
768Pdefault5 tk/s
1080P10 tk/s
2K20 tk/s
The variant is selected automatically from request fields, so you do not need to send it.
Capabilities
Modes
image_to_videoAsset slots
speakerImage:image*speechAudio:voiceover*