Skip to main content
Tools for building and deploying your own AI applications on fal’s serverless infrastructure.

When to Use

Use the Serverless SDK when you want to:
  • Deploy your own AI models on fal infrastructure
  • Build custom inference endpoints
  • Create applications with specific GPU requirements
  • Package and serve models with custom preprocessing/postprocessing

Quick Start

# Install the CLI and SDK
pip install fal

# Authenticate
fal auth login

# Deploy an app
fal deploy my_app.py
See the Serverless Getting Started guide for a complete walkthrough.