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 documentationSetup
Get your Fal.ai API key
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 DashboardAdd the integration in CipherSense Agents
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.
Choose an operation in your workflow node
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.
(Optional) Use the Fal.ai MCP server
(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.
| Field | Required | Description |
|---|---|---|
| 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
Ready to connect Fal.ai?
Add this integration from your project dashboard and wire it into a workflow.
On This Page