AI infrastructure has a paradox — the teams who most need fast access to GPU compute for training, inference, and batch jobs are the same teams least able to spend their time managing Kubernetes clusters, container registries, and autoscaling policies. Modal was built to resolve this paradox: a Python-native serverless cloud where developers decorate functions with @app.function(), specify the GPU type, memory, and concurrency requirements in code, and Modal handles every infrastructure concern — container build, image registry, scheduling, autoscaling, and per-second billing — without exposing a single infrastructure abstraction the developer needs to manage.
Founded in 2021 by Erik Bernhardsson (creator of Luigi and Annoy, former Spotify ML lead) and Akshat Bubna, Modal reached unicorn status at a $1.1 billion valuation in September 2025 — just 23 months after its Series A. Customers include Suno, Substack, Ramp, Notion, and Anthropic for select internal workloads.
Modal is a serverless AI infrastructure platform backed by Lux Capital, Redpoint Ventures, and Amplify Partners — providing Python-native GPU compute access across H100s, B200s, B300s, A100s, and A10Gs with sub-second cold starts, elastic autoscaling, per-second billing, Depot CI integration, agent sandboxes, multi-node training, Infiniband networking, web endpoints, Jupyter notebooks, and a Shared API — from a free Starter tier with $30 monthly credits to a Team plan at $250/month and custom Enterprise.
Is it worth using? Yes for ML engineers, AI developers, and data scientists who want the fastest path from Python code to GPU-accelerated production workloads without managing cloud infrastructure — Modal removes the DevOps overhead that delays AI teams from shipping.
Who should use it? Machine learning engineers, AI developers, data scientists, and AI-native startup engineering teams who work in Python and need elastic GPU compute for inference, training, batch processing, and AI agent sandboxes without cloud infrastructure expertise.
Who should avoid it? Teams that need deep infrastructure customisation, persistent always-on GPU clusters, or multi-cloud control plane features that Modal’s serverless model abstracts away — AWS and GCP direct cloud deployments provide more flexibility at the cost of infrastructure management.
Best for
Not for
Rating
⭐⭐⭐⭐ 4.3 / 5
Modal is a New York-based serverless compute platform founded in September 2021 by Erik Bernhardsson — who created Luigi (Spotify’s data pipeline framework) and Annoy (Spotify’s approximate nearest neighbour library) before joining Spotify as ML lead — and Akshat Bubna. The platform’s thesis is that the infrastructure complexity of AI development should be invisible: developers should write Python functions, declare their compute requirements, and Modal handles everything else.
In 2026, Modal serves approximately 1,000 paying customers spanning AI-native startups, academic research labs, and mid-market product engineering teams. The platform supports multi-node training with high-speed Infiniband networking, AI agent sandboxes for isolated code execution, web endpoints for serving models, Jupyter notebooks for interactive development, and a Shared API for token-metered LLM inference launched in July 2026.
@app.function(gpu="H100", memory=32768) to any Python function to specify compute requirements. Modal reads the decorator and provisions the appropriate infrastructure automatically.@app.function() decorators| Pros | Cons |
|---|---|
| Sub-second cold starts and per-second billing — the fastest path from Python code to GPU-accelerated production for teams without cloud infrastructure expertise | Regional multipliers of 1.25x and non-preemption multipliers of up to 3x mean real production costs are significantly higher than base GPU rates — model costs carefully |
| Python-native interface requires no separate infrastructure tooling — developers declare compute requirements in the same codebase as application logic | Serverless model means no persistent always-on GPU clusters — workloads requiring zero cold start latency need a different architecture |
| Unicorn status at $1.1B valuation 23 months after Series A — strong financial foundation and product-market validation | No perpetual free tier — the Starter plan includes $30 monthly credits that deplete, requiring paid upgrade for production workloads |
| Customers include Suno, Ramp, Notion, and Anthropic — validated at AI-native companies with demanding production workloads | Team plan at $250/month plus usage charges — full production costs require careful modelling including multipliers before committing |
| Agent Sandboxes enable secure isolated code execution for AI agent applications — a forward-looking capability as agentic AI workloads grow | Relatively small team of approximately 58 employees — support depth may be limited for very complex enterprise deployments |
GPU compute rates (effective per hour — includes regional multiplier for US):
Compute is billed per second. Regional multipliers and non-preemption multipliers apply — verify total cost including multipliers at modal.com/pricing before committing.
Modal is a Python-native serverless AI infrastructure platform providing GPU compute for ML inference, training, batch jobs, and agent sandboxes — with sub-second cold starts, per-second billing, and elastic autoscaling. Used by Suno, Ramp, Notion, and Anthropic. Unicorn valued at $1.1 billion.
Yes — the Starter plan includes $30 monthly compute credits at no charge for evaluation. Production workloads typically require the Team plan at $250/month plus metered compute usage.
Modal provides access to H100 SXM, A100 40GB and 80GB, B200, B300, A10G, and T4 GPUs across US, EU, UK, and Asia-Pacific regions, with elastic scaling from zero to hundreds of concurrent GPU workers.
Modal bills per second of active compute execution — there are no idle charges when functions are not running. Regional multipliers (1.25x for US/EU/UK) and non-preemption multipliers (up to 3x) apply on top of base rates — real production costs should be modelled including these multipliers before committing.
Modal Sandboxes are isolated ephemeral execution environments for running untrusted code — starting in under a second. They are designed for AI agent applications that need to execute agent-generated code safely at scale without dedicated sandbox infrastructure.
Modal is Python-native with sub-second cold starts, per-second billing, and zero infrastructure management — developers write Python and Modal handles everything. RunPod offers lower base GPU rates with persistent pod deployments but requires more infrastructure management. Modal for teams who want zero DevOps overhead. RunPod for teams comfortable with container management who prioritise the lowest per-GPU-hour cost.
Modal is the fastest path from Python AI code to GPU-accelerated production for ML engineering teams who want to ship rather than manage infrastructure. The sub-second cold starts, Python-native decorator interface, per-second billing, and elastic scaling from zero make it the default recommendation for AI-native startups and ML teams who need GPU compute without the DevOps overhead. The $1.1 billion valuation, Lux Capital and Redpoint backing, and customer list including Suno and Anthropic validate that Modal has found genuine product-market fit in the most demanding AI infrastructure segment. For any ML engineer who has spent a week setting up cloud infrastructure before writing a single line of model code, Modal compresses that infrastructure setup to a single Python decorator.
Next steps