fal
fal (Features and Labels, Inc.) is a generative media platform providing the world's fastest API for running image, video, audio, and multimodal generative AI models. Through a unified queue-based REST API at https://queue.fal.run, plus realtime WebSocket and SSE streaming surfaces, fal serves 1,000+ production models — including FLUX, Veo 3, Kling, Wan, Seedream, Nano Banana, and Stable Diffusion — on autoscaling GPU infrastructure. fal Serverless lets developers ship custom models with `@fal.function` / `fal.App` / BYO containers, while fal Compute provides dedicated H100/H200/A100/B200 instances. Trusted by Canva, Perplexity, Poe, and 1.5M+ developers; Series D funded ($140M, Sequoia-led, December 2025); SOC 2 with 99.99% uptime.
APIs
fal Model APIs
Unified queue-based REST API for invoking 1,000+ generative image, video, audio, and multimodal models hosted on fal's inference infrastructure. Submit a request to `https://que...
fal Realtime API
WebSocket-based realtime inference for ultra-low latency interactive generative experiences such as LCM/SDXL sketch-to-image, live-portrait, and realtime upscaling. Bi-direction...
fal Streaming API
HTTP streaming endpoint (`/{model-id}/stream`) that emits progressive partial outputs as a model runs — used for LLM/VLM token streams, incremental video frames, and step-by-ste...
fal Storage API
REST endpoints for uploading binary inputs (images, audio clips, reference frames, control maps) to fal's CDN so they can be referenced by URL when invoking model APIs. Issues s...
fal Serverless Platform API
Programmatic management of custom fal Serverless applications — list, inspect, deploy, scale, and monitor user-defined GPU functions deployed with `@fal.function`, `fal.App`, or...
fal Models Catalog API
Read-only discovery endpoints for browsing fal's 1,000+ production model catalog, including model metadata, capability tags, pricing per output, supported parameters, example in...
fal Compute API
Provision and manage dedicated GPU instances (H100, H200, A100, B200) with full SSH access for training, fine-tuning, and persistent workloads. Hourly or per-second billing with...
fal API Keys API
Manage fal API keys — create, list, scope, and revoke keys used to authenticate against the Model, Storage, Serverless, and Compute APIs via the Authorization: Key $FAL_KEY header.
fal Usage and Billing API
Programmatic access to usage metrics, per-model spend, GPU-second consumption, and invoicing history. Surfaces the same data shown on the fal dashboard so platform teams can pip...
Collections
fal Model APIs
POSTMANfal Serverless Platform API
POSTMANfal Storage API
POSTMANfal Model APIs
OPENfal Storage API
OPENArazzo Workflows
fal Upload, Run Image-To-Image With Webhook
Upload a reference image, submit an image-to-image job with a webhook, and confirm queue acceptance.
ARAZZOfal Queue Inference
Submit a model inference job, poll the queue until it completes, then fetch the result.
ARAZZOfal Serverless App Discovery
List deployed Serverless apps, then fetch full metadata and scaling for the first one.
ARAZZOfal Serverless App Files Inspection
Confirm a Serverless app exists, then list files on its persistent /data volume.
ARAZZOfal Set And Verify Serverless Secret
Create or replace a Serverless secret, then list secret names to confirm it is present.
ARAZZOfal Streaming Inference
Run a model synchronously over the streaming endpoint to receive progressive output.
ARAZZOfal Submit And Conditionally Cancel
Submit an inference job, check its status once, and cancel it if it has not finished.
ARAZZOfal Upload Asset Then Run Inference
Upload a binary reference asset to the fal CDN, then run an image-to-X model against it.
ARAZZOfal Webhook-Backed Submission
Submit an inference job with a webhook callback and confirm it was accepted into the queue.
ARAZZOGraphQL
fal GraphQL API
fal is a fast serverless inference platform for AI models including image generation (Stable Diffusion, FLUX, Kling), video generation, speech, and custom models. The API covers...
GRAPHQLPricing Plans
Rate Limits
FinOps
Fal Ai Finops
FINOPSFeatures
Event Specifications
fal Event-Driven APIs
AsyncAPI description of fal's event-driven inference surfaces. fal exposes two real-time channels in addition to its REST queue: (1) a Server-Sent Events stream that pushes incr...
ASYNCAPI