This MCP server provides a bridge to fal.ai's video generation models (Luma Ray2 and Kling v1.6 Pro), enabling AI assistants to create videos from text prompts and/or images. It offers two main tools: 'generate-video' for creating videos with customizable parameters like aspect ratio, resolution, and duration, and 'check-video-status' for monitoring ongoing generation requests. The implementation handles API authentication, request formatting, and error handling, making it easy for AI systems to leverage powerful video generation capabilities without managing the underlying API complexities.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Generates a video using an AI model from a text prompt and/or image. Parameters: prompt (required), image_url (optional), end_image_url (optional), aspect_ratio (default '16:9'), resolution (default '540p'), duration (default '5s'), loop (default false), model (default 'luma')
Checks the status of a video generation request. Parameters: request_id (required), model (default 'luma')