Vidu 1.5 I2V Reference

vidu15_i2v_reference

Vidu 1.5 I2V Reference generates smooth video transitions from images with enhanced motion synthesis and improved temporal consistency.

Authentication

authorization string required

All APIs require authentication via Bearer Token.

Get API Key:

Visit API Key Management Page to get your API Key

Usage:

Add to request header:

Authorization: Bearer YOUR_API_KEY

Parameters

model string required

Model ID to use for the request.

Value: vidu15_i2v_reference


prompt string required

Text prompt, can use @subject_id to reference subject content. Max 2000 characters.


images array required

Reference image URLs. Supports 1-3 images.


duration integer

Video duration in seconds.


resolution string

Video resolution.

Options: 360p, 720p, 1080p for 4s; 720p for 8s


voice_id string

Voice ID for audio. Leave empty for auto-recommended voice.


audio boolean

Enable audio-video output capability.


seed integer

Random seed for reproducibility.


aspect_ratio string

Video aspect ratio.


movement_amplitude string

Movement amplitude of objects in frame.

Error Codes

CodeDescription
401API key is missing or invalid
403Insufficient balance or permission denied
429Rate limit exceeded
500Internal server error