Fal.ai
The generative media platform for developers with 600+ AI models for image, video, voice, and audio generation
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Fal.ai authenticates with an API key. Generate the credential in your Fal.ai account, then paste it into FlyMyAI the first time an agent uses a Fal.ai action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | Your fal.ai API key, used to authorize requests. Create one under fal.ai → Dashboard → Keys (the 'API' scope is enough) and copy it right away - it's shown only once. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
FAL_AI_CANCEL_QUEUE_REQUEST | Tool to cancel a queued or in-progress request in fal.ai's queue system. Use when you need to stop a request before it completes. Note that cancellation only succeeds if the request hasn't started processing; if already completed, returns an error status. Eve… | model_id, request_id |
FAL_AI_ESTIMATE_PRICING | Tool to estimate pricing for fal.ai model endpoints. Use when you need to calculate expected costs for API calls or unit-based usage across one or more endpoints. | estimate_type, endpoints |
FAL_AI_GET_JWKS | Tool to retrieve public keys for webhook signature verification. Returns a JSON Web Key Set containing ED25519 public keys. Use when you need to verify webhook signatures from fal.ai. The keys are cacheable but should be refreshed at least every 24 hours. | - |
FAL_AI_GET_MODELS | Tool to discover and search fal.ai model endpoints. Use when you need to list all models, find specific models by ID, or search by category/query. Supports pagination and optional expansion of OpenAPI schemas. | - |
FAL_AI_GET_PRICING | Tool to retrieve unit pricing for model endpoints. Returns pricing information including unit price, billing unit, and currency. Use when you need to check costs for specific fal.ai models. | endpoint_id |
FAL_AI_GET_QUEUE_REQUEST_RESULT | Tool to retrieve the final result of a completed queue request. Use when you need to get the output of a model request that was submitted to the queue and has finished processing. Only works after request status transitions to COMPLETED. | model_id, request_id |
FAL_AI_GET_QUEUE_REQUEST_STATUS_WITH_LOGS | Tool to retrieve the current status of a queued request with detailed logging information. Use when you need to monitor a queued request's progress and access execution logs for debugging or tracking purposes. Logs include timestamps, severity levels, and det… | model_id, request_id |
FAL_AI_QUEUE_GET_STATUS | Tool to check the status of a queued request in fal.ai. Use when you need to monitor the progress of an async request. Returns different information based on status: queue position when IN_QUEUE, logs when IN_PROGRESS or COMPLETED. | model_id, request_id |
FAL_AI_QUEUE_GET_STATUS_STREAM | Tool to stream request status updates via SSE. Use when you need real-time updates on a queued request's processing state. | model_id, request_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Fal.ai!