Skip to main content
Call any model on fal directly from the command line. Useful for quick testing without writing code.

Usage

Arguments:

Examples

Generate an image:
The CLI shows real-time status updates (queued, in progress) and logs while the request is processing, then prints the result. Nested parameters: Use bracket notation for nested values:
Use := for non-string values (numbers, booleans):
Streaming endpoints: If the model ID ends with /stream, the CLI streams output as it’s generated:

How It Works

  • For regular endpoints: submits via the queue, polls for status with live log display, then prints the result
  • For /stream endpoints: connects via streaming and prints output as it arrives
  • Uses your configured FAL_KEY for authentication