Modal is a serverless cloud platform that lets developers run GPU inference, training, and batch jobs directly from Python code.
Modal is a serverless cloud platform built for AI and data workloads. Instead of provisioning servers or writing Kubernetes configuration, you define your compute needs, GPUs, memory, dependencies, directly inside your Python code, and Modal runs it on demand. Containers start in about a second, scale automatically from zero to thousands of GPUs, and bill by the second, so you never pay for infrastructure sitting idle. Companies like Runway, Suno, and Quora use Modal to run real-time inference and large-scale training without hiring a dedicated infrastructure team. For AI engineers who would rather write application code than manage infrastructure, Modal removes the operations layer entirely.
Modal turns your Python functions into cloud infrastructure using decorators, small annotations you add directly above a function to tell Modal how to run it. Here is how the pieces fit together:
@app.function() becomes a unit Modal can run in the cloud, complete with its own container image, GPU type, and memory limits defined right in the code.Modal gives new accounts $30 of free compute credit each month, which is enough to experiment with small workloads and tutorials. Beyond that, Modal bills on a pay-as-you-go basis for the exact CPU, GPU, and memory time your code consumes, with no minimum spend or reserved capacity required to get started.
Modal runs almost anything you can write in Python, including LLM inference, image and video generation, model fine-tuning and training, batch and async data processing, and isolated sandboxes for executing untrusted or agent-generated code. It supports a wide range of GPU types, from cost-effective options to the latest high-end hardware.
Modal targets developers and engineering teams building production AI applications who want to deploy models and pipelines without managing servers, Kubernetes clusters, or GPU capacity themselves. It suits everyone from solo developers testing an idea to companies like Runway and Suno running large-scale inference and training in production.
Ultra-low-latency LPU inference. Routinely the fastest tokens-per-second numbers you can buy.
Inference / HostingA cloud platform offering fast inference, fine-tuning, and GPU compute for over 200 open-source AI models, used by developers building production AI apps.
Inference / HostingvLLM is an open-source LLM inference engine from UC Berkeley that maximises GPU throughput using PagedAttention and continuous batching, with an OpenAI-compatible serving API.
Inference / HostingReplicate is a cloud API for running and deploying thousands of open-source AI models without managing GPUs or infrastructure.
Inference / HostingUpdates from the AI world — what shipped, what we’re using in production, and what’s worth your attention. Two emails a month, no spam.