Vidu MCP Server provides a standardized interface for generating videos from static images using the Vidu AI video generation API. It implements three main tools: image-to-video conversion with customizable parameters like duration and resolution, status checking for ongoing generation tasks, and image uploading capabilities. The server handles all the complexity of API authentication, file management, and asynchronous task processing, making it particularly valuable for applications that need to transform static visual content into dynamic videos without requiring direct API integration.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
カスタマイズ可能なパラメータで静止画を動画に変換します。パラメータ: image_url (必須), prompt (オプション), duration (オプション), model (オプション), resolution (オプション), movement_amplitude (オプション), seed (オプション), bgm (オプション), callback_url (オプション)
実行中の動画生成タスクの状況を確認します。パラメータ: task_id (必須)
Vidu APIで使用する画像をアップロードします。パラメータ: image_path (必須), image_type (必須)