Models/Vidu/Vidu API
LiveVidu · video and image generation18 endpoints

Vidu API — Text-to-Video, Image-to-Video & Reference Generation

The Vidu API gives applications one Muapi integration for Vidu V2, Q1, Q2, and Q3 generation — text-to-video, image-to-video, reference workflows, image generation, and first/last-frame control.

Vidu Q3 ProHighest-quality Q3 video3 models
Text to VideoLiveFeatured
Q3 Pro

Vidu Q3 Pro Text To Video

Vidu Vidu Q3 Pro Text To Video is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.75/request
Try Model
Image to VideoLive
Q3 Pro

Vidu Q3 Pro Image To Video

Vidu Vidu Q3 Pro Image To Video is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.75/request
Try Model
Image to VideoLive
Q3 Pro

Vidu Q3 Pro First Last Frames

Vidu Vidu Q3 Pro First Last Frames is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.75/request
Try Model
Vidu Q3 TurboFaster Q3 generation3 models
Text to VideoLive
Q3 Turbo

Vidu Q3 Turbo Text To Video

Vidu Vidu Q3 Turbo Text To Video is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

VideoFast
$0.30/request
Try Model
Image to VideoLive
Q3 Turbo

Vidu Q3 Turbo Image To Video

Vidu Vidu Q3 Turbo Image To Video is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

VideoFast
$0.30/request
Try Model
Image to VideoLive
Q3 Turbo

Vidu Q3 Turbo First Last Frames

Vidu Vidu Q3 Turbo First Last Frames is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

VideoFast
$0.30/request
Try Model
Vidu Q2 ProPro Q2 video3 models
Image to VideoLive
Q2 Pro

Vidu Q2 Pro Start End Video

Vidu Vidu Q2 Pro Start End Video is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.13/request
Try Model
Text to VideoLive
Q2 Pro

Vidu Q2 Pro Text To Video

Vidu Vidu Q2 Pro Text To Video is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.20/request
Try Model
Image to VideoLive
Q2 Pro

Vidu Q2 Pro Image To Video

Vidu Vidu Q2 Pro Image To Video is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.20/request
Try Model
Vidu Q2 TurboFast Q2 video2 models
Text to VideoLive
Q2 Turbo

Vidu Q2 Turbo Text To Video

Vidu Vidu Q2 Turbo Text To Video is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

VideoFast
$0.13/request
Try Model
Image to VideoLive
Q2 Turbo

Vidu Q2 Turbo Image To Video

Vidu Vidu Q2 Turbo Image To Video is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

VideoFast
$0.13/request
Try Model
Vidu Q2Reference, image, and video workflows4 models
Image to VideoLive
Q2

Vidu Q2 Reference

Vidu Vidu Q2 Reference is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.065/request
Try Model
Image to VideoLive
Q2

Vidu Q2 Turbo Start End Video

Vidu Vidu Q2 Turbo Start End Video is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.06/request
Try Model
Text to ImageLive
Q2

Vidu Q2 Text To Image

Vidu Vidu Q2 Text To Image is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

Image
$0.04/request
Try Model
Image to ImageLive
Q2

Vidu Q2 Reference To Image

Vidu Vidu Q2 Reference To Image is a live Muapi endpoint for image editing. Submit it with one API key and poll the shared result endpoint.

Image
$0.032/request
Try Model
Vidu Q1Reference-driven video1 models
Image to VideoLive
Q1

Vidu Q1 Reference

Vidu Vidu Q1 Reference is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.40/request
Try Model
Vidu V2V2 text-to-video and image-to-video2 models
Image to VideoLive
V2

Vidu V2.0 I2V

Vidu Vidu V2.0 I2V is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.30/request
Try Model
Text to VideoLive
V2

Vidu V2.0 T2V

Vidu Vidu V2.0 T2V is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.30/request
Try Model

What is the Vidu API?

Vidu is a multimodal generation family with endpoints for text-to-video, image-to-video, reference video, and image workflows. Muapi keeps the request and result contract consistent across every Vidu tier.

Use Q3 Pro for quality, Q3 Turbo or Q2 Turbo for faster iterations, and Q2 reference endpoints when source imagery or first and last frames should guide the clip.

Vidu API capabilities

Text-to-video

Generate clips from prompts with Q2, Q3 Pro, and Q3 Turbo.

Image-to-video

Animate a source image with Standard, Pro, and Turbo variants.

Reference and frame control

Use reference or first/last-frame endpoints for directed sequences.

Image generation and editing

Q2 includes text-to-image and reference-to-image workflows.

Quick start — Vidu API

Submit a Vidu generation, then poll the shared Muapi result endpoint with the returned request ID.

1. Submit a Vidu job

curl -X POST https://api.muapi.ai/api/v1/vidu-q3-pro-text-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A paper kite rises over a coastal village","duration":5,"resolution":"1080p"}'

# Response: {"request_id":"REQUEST_ID"}

The example uses Vidu Q3 Pro text-to-video; switch to any catalog slug for another workflow.

2. Retrieve the result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

Read the generated video or image URL after completion.

Vidu API FAQ

Which Vidu versions are available?

Muapi lists Vidu V2, Q1, Q2, Q2 Pro, Q2 Turbo, Q3 Pro, and Q3 Turbo endpoints.

Can Vidu generate from an image?

Yes. The catalog includes image-to-video, reference, and first/last-frame workflows.

Does Vidu support image generation?

Yes. Vidu Q2 includes text-to-image and reference-to-image endpoints.

Build with Vidu

One Muapi key gives your application access to Vidu's current video and image variants.