Music Video Generator

AI music video generator. Turn any song plus up to 3 reference photos into a lip-synced music video with cinematic camera angles and smooth transitions. 480p / 720p, up to 10 minutes. · wavespeed

All models
Parameters

Optional scene/style description, e.g. "A woman sings in a forest while playing a guitar".

Exactly 1 audio URL (MP3, WAV, or M4A; raw ADTS .aac not supported). Max 600 seconds. Output video length equals the audio length.

0-3 reference image URLs. The person in the images appears throughout the video. Omit to let the AI generate a performer based on the detected voice.

Output video resolution.

Aspect ratio of the output video. Auto-detected from reference images if omitted.

Pricing
45credits
5s
Per second9 credits/s
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "music-video-generator",
  "input": {
    "resolution": "480p",
    "aspect_ratio": "16:9"
  }
}'