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')