Skip to main content
Glama

Fal.ai MCP Server

by raveenb

generate_video

Create videos from images using AI models like SVD, AnimateDiff, or Kling. Specify image URL, model, and duration to generate video content through queued processing.

Instructions

Generate videos from images (uses queue API for long processing)

Input Schema

NameRequiredDescriptionDefault
durationNoVideo duration in seconds
image_urlYesStarting image URL (for image-to-video)
modelNoVideo generation modelsvd

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 4, "description": "Video duration in seconds", "maximum": 10, "minimum": 2, "type": "integer" }, "image_url": { "description": "Starting image URL (for image-to-video)", "type": "string" }, "model": { "default": "svd", "description": "Video generation model", "enum": [ "svd", "animatediff", "kling" ], "type": "string" } }, "required": [ "image_url" ], "type": "object" }

Other Tools from Fal.ai MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/raveenb/fal-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server