JAN 27, 2026
PixVerse API v2 now supports the latest v5.6 model with integrated audio generation.
See Model Capabilities for the complete feature matrix.
v5.6 Image-to-Video with Audio
Source image:

curl --location 'https://api.useapi.net/v2/pixverse/videos/create' \
--header 'Authorization: Bearer user:12345-β¦' \
--form 'prompt="She is playing guitar and singing "Yesterday, all my troubles seemed so far away""' \
--form 'duration="8"' \
--form 'model="v5.6"' \
--form 'quality="1080p"' \
--form 'aspect_ratio="9:16"' \
--form 'first_frame_path="upload/β¦.webp"' \
--form 'audio="true"'
Result:
Whatβs New in v5.6
| Feature | v5.6 | v5.5 | v5 | v5-fast |
|---|---|---|---|---|
| Native Audio | β | β | - | - |
| Lip Sync TTS | - | - | β | - |
| Sound Effects | - | - | β | - |
| Duration 1-10s | β | β | β | β |
Breaking Changes
v4andv4.5models removed (deprecated by PixVerse)motion_modeparameter removedstyleparameter removed- POST videos/restyle endpoint deprecated