← Tools Reference

fal.ai

fal.ai integration (AI, Developer Tools). Imported from open-connector.

API key8 toolshttps://queue.fal.run
GET
fal_ai_get_models
Discover fal model endpoints with optional text search, status, category, pagination, endpoint filtering, and response expansion.

/v1/models

7 parameters
ParamTypeRequiredDescription
qstringoptionalThe free-text search query for model discovery.
limitintegeroptionalThe maximum number of models to return.
cursorstringoptionalThe pagination cursor from a previous response.
expandstringoptionalA single string or a list of strings.
statusstringoptionalFilter models by active or deprecated status.
categorystringoptionalFilter models by category name.
endpointIdstringoptionalA single string or a list of strings.
GET
fal_ai_get_pricing
Retrieve unit pricing information for one or more fal model endpoints, including billing unit and currency.

/v1/models/pricing

1 parameter
ParamTypeRequiredDescription
endpointIdstringrequiredA single string or a list of strings.
POST
fal_ai_estimate_pricing
Estimate total fal model cost using either historical API call quantities or expected billing-unit quantities.

/v1/models/pricing/estimate

2 parameters
ParamTypeRequiredDescription
estimateTypestringrequiredThe pricing estimation method to use.
endpointsobjectrequiredThe raw fal object payload.
GET
fal_ai_get_jwks
Retrieve the fal JSON Web Key Set used for webhook signature verification.

/.well-known/jwks.json

GET
fal_ai_queue_get_status
Check the status of a queued fal request, with optional log retrieval for in-progress or completed work.

/{modelId}/requests/{requestId}

3 parameters
ParamTypeRequiredDescription
modelIdstringrequiredThe model identifier in namespace/name format.
requestIdstringrequiredThe queued request identifier.
logsintegeroptionalSet to 1 to include logs in the response.
GET
fal_ai_queue_get_status_stream
Consume fal queue status updates as a streamed sequence of SSE events until the server closes the stream.

/{modelId}/requests/{requestId}

3 parameters
ParamTypeRequiredDescription
modelIdstringrequiredThe model identifier in namespace/name format.
requestIdstringrequiredThe queued request identifier.
logsintegeroptionalSet to 1 to include logs inside streamed updates.
GET
fal_ai_get_queue_request_result
Retrieve the stored final result payload for a completed fal queued request.

/{modelId}/requests/{requestId}

2 parameters
ParamTypeRequiredDescription
modelIdstringrequiredThe model identifier in namespace/name format.
requestIdstringrequiredThe queued request identifier.
PUT
fal_ai_cancel_queue_request
Request cancellation of a queued or in-progress fal request by model ID and request ID.

/{modelId}/requests/{requestId}

2 parameters
ParamTypeRequiredDescription
modelIdstringrequiredThe model identifier in namespace/name format.
requestIdstringrequiredThe queued request identifier.