fal · Arazzo Workflow
fal Queue Inference
Version 1.0.0
Submit a model inference job, poll the queue until it completes, then fetch the result.
View Spec
View on GitHub
Artificial IntelligenceGenerative AIGenerative MediaImage-GenerationVideo GenerationAudio GenerationInferenceServerlessGPUMCPArazzoWorkflows
Provider
Workflows
queue-inference
Run a generative model through the fal queue and return its output.
Submits an inference request to a fal-hosted model, waits for the queued job to finish by polling its status, and returns the completed result payload once the status is COMPLETED.
1
submitJob
Submit the model-specific input to the named model and capture the request_id returned by the queue.
2
pollStatus
Poll the request status until the job leaves the queue and reaches a terminal COMPLETED state. Re-enters itself while still IN_QUEUE or IN_PROGRESS.
3
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.