fal-ai-media

Generates images, videos, and audio using fal.ai models via MCP tools.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/freedom909/real-estate-saas --skill fal-ai-media-freedom909
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fal-ai-media
Source: https://github.com/freedom909/real-estate-saas/tree/main/.trae/skills/fal-ai-media
Command: npx skills add https://github.com/freedom909/real-estate-saas --skill fal-ai-media-freedom909

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating AI-generated media requires knowing which model to use, its parameters, and how to call it. This Skill provides a unified reference for generating images, videos, and audio through the fal.ai MCP server, covering model selection, parameter tables, and cost estimation. ## Core Features & Use Cases - Image Generation: Text-to-image and image editing with Nano Banana 2 for fast drafts and Nano Banana Pro for high-fidelity production output. - Video Generation: Text-to-video and image-to-video using Seedance 1.0 Pro, Kling Video v3 Pro, and Veo 3, with duration and aspect ratio controls. - Audio Generation: Text-to-speech with CSM-1B, video-to-audio with ThinkSound, plus ElevenLabs and VideoDB alternatives for voice, music, and sound effects. - Use Case: A content creator needs a thumbnail, a short promo clip, and a voiceover. Use this Skill to generate the image with Nano Banana Pro, animate it with Seedance, and synthesize narration with CSM-1B, checking estimated costs before each run. ## Quick Start Configure the fal.ai MCP server with your FAL_KEY, then ask the AI to generate a 16:9 landscape image of your chosen subject using the fal-ai nano-banana-2 model.

Frequently Asked Questions about fal-ai-media

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images with fal.ai MCP?▼

Call the generate tool with app_id fal-ai/nano-banana-2 and input_data containing a prompt, image_size, and optional seed. For higher fidelity output, use fal-ai/nano-banana-pro with a guidance_scale parameter.

What fal.ai model should I use for text-to-video?▼

Seedance 1.0 Pro handles text-to-video and image-to-video with strong motion quality. Kling Video v3 Pro adds native audio generation, and Veo 3 produces video with generated sound and high visual quality.

How do I set up the fal.ai MCP server?▼

Add a fal-ai entry to ~/.claude.json with command npx, args -y fal-ai-mcp-server, and your FAL_KEY in the env block. API keys are available at fal.ai.

Can I generate video from an existing image with fal.ai?▼

Yes, image-to-video is supported by passing an image_url in input_data to models like Seedance 1.0 Pro. Upload the source image first with the upload tool, then reference the returned URL.

How do I estimate fal.ai generation cost before running?▼

Use the estimate_cost tool with estimate_type unit_price and an endpoints map listing the model and unit_quantity. This returns the projected cost before you commit to expensive video generations.

Does fal.ai support text-to-speech generation?▼

Yes, CSM-1B provides conversational text-to-speech via the generate tool with text and speaker_id inputs. For professional voice synthesis, the Skill also documents direct ElevenLabs API and VideoDB voice generation options.