Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Request
fal_ai:cancel_request
Cancel a running AI model request to stop execution and avoid further charges.
Write
High risk
Get Model
fal_ai:get_model
Get detailed information about a specific AI model including input/output schemas.
Read
Low risk
Get Request Status
fal_ai:get_request_status
Get the status and results of a previously submitted AI model request.
Read
Low risk
Get Usage
fal_ai:get_usage
Get usage statistics and billing information for your fal.ai account.
Read
Low risk
List Models
fal_ai:list_models
List available AI models on the fal.ai platform.
Read
Low risk
Run Sync
fal_ai:run_sync
Run an AI model synchronously and wait for completion. Use for quick models only.
Write
Medium risk
Submit Request
fal_ai:submit_request
Submit a request to run an AI model on fal.ai platform.
Write
Medium risk