Skip to main content
Glama

Fal.ai MCP Server

by Gravicity

run_model

Execute any Fal.ai model with custom inputs to generate AI images, supporting real-time streaming and workflow integration.

Instructions

Run any Fal.ai model with custom parameters

Input Schema

NameRequiredDescriptionDefault
inputYesInput parameters for the model
model_idYesThe Fal.ai model endpoint ID
streamNoWhether to stream results

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Input parameters for the model", "type": "object" }, "model_id": { "description": "The Fal.ai model endpoint ID", "type": "string" }, "stream": { "default": false, "description": "Whether to stream results", "type": "boolean" } }, "required": [ "model_id", "input" ], "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/Gravicity/fal-mcp-server'

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