DocsIntegrationsFal.ai
falai
Enterprise Tool

Fal.ai

Generate images, video, and speech with 100s of AI models

Fal.ai is an AI inference platform with hundreds of open-source and proprietary media generation models — from Flux image models to Stable Video Diffusion and Kokoro TTS. CipherSense Agents connects via your Fal.ai API key, letting workflow nodes generate images, video clips, and synthesised speech on demand. Fal.ai also offers an official hosted MCP server at https://mcp.fal.ai/mcp (streamable HTTP, no local install required) for tool-calling integrations.

Official documentation

Setup

1

Get your Fal.ai API key

Sign in to fal.ai and go to your dashboard > API Keys. Click 'Add key', copy the key, and keep it safe. Fal.ai uses the Authorization: Key {apiKey} scheme — not Bearer.

Fal.ai Dashboard
2

Add the integration in CipherSense Agents

Go to Project > Integrations > Add Integration > Fal.ai. Paste your API key and optionally set a Default Model ID (e.g. fal-ai/flux/schnell for images). Click Save & Test to validate.

3

Choose an operation in your workflow node

Drop a Fal.ai node on the canvas. Select an operation: Generate Image, Generate Video, Text to Speech, Run Model (generic sync), Submit Async Job, or Get Job Result. Wire upstream outputs into the Prompt or Text fields using {{node.field}} syntax.

4

(Optional) Use the Fal.ai MCP server

Fal.ai offers an official hosted MCP server at https://mcp.fal.ai/mcp. Add it as a Custom MCP integration (transport: HTTP, endpoint: https://mcp.fal.ai/mcp) to use MCP tools like run_model, submit_job, check_job, and search_models directly in your workflows — no local install required.

Connection Fields

Fields required when adding this integration in your Project › Integrations.

FieldRequiredDescription
API Key
Required
From fal.ai dashboard > API Keys. Used as Authorization: Key {apiKey}.
Default Model ID
Optional
Default model when no modelId is set per-node. Find model IDs at fal.ai/models.

Common Use Cases

Content pipelines: AI writes product description → generate matching hero image with FluxVideo creation: LLM generates scene prompt → create short video clip with Stable Video DiffusionPodcast production: AI writes script → synthesise narration with Kokoro TTS → upload to S3Batch image generation: for-each loop over a product list → generate image per SKUAsync generation: submit long-running job → poll result → notify via Slack when complete

Ready to connect Fal.ai?

Add this integration from your project dashboard and wire it into a workflow.