October 10, 20236 minute read
Modal is now generally available

We started working on Modal in 2021 with the idea that we should make it easier for data teams to run things in the cloud. After more than two years of deep hacking, we are super excited to announce that Modal is now generally available, meaning anyone can sign up and get started running code in the cloud in a few minutes!

And we also have another announcement to make — keep reading!

Why did we start building Modal?

Infrastructure support has often been lagging for teams working with with data, ML, AI, and analytics, and in 2020 we saw a need for a different stack targeting those use cases. This comes from our own experience managing data teams in different organizations, and building data infrastructure.

ML and data teams struggled with things as basic as running code in the cloud. Any time an engineer wanted to ship an inference endpoint, build a job queue or even deploy a simple batch job that ran every hour, they had to spend more hours wrangling YAML than writing the actual code.

We wanted Modal to deliver an amazing developer experience. Thinking about what this means — in particular the fast feedback loops we wanted — it was clear pretty early that this would be a long journey deep into the underworld. How do you take code from a user’s computer, stick it in a container, and launch it in the cloud within a couple of seconds?

Once we looked into this, we realized we would have to build almost all of it ourselves —so we started hacking on low-level things like building our own file system, despite most people telling us we were crazy. But a few years later, it’s very clear it’s worth it for the experience it enables.

We slowly started adding users in 2022, initially just people we knew, but later in the year we opened up with a waitlist and have been inviting people off the waitlist ever since. Today, we’re excited to announce that Modal’s account registration is open to anyone, with immediate access to the service.

So, what is Modal?

Modal is a cloud function platform that lets you:

  • Write Python code and execute it in the cloud in seconds
  • Deploy autoscaling inference endpoints on GPUs (A100s, A10Gs, T4s, L4s, H100s)
  • Run large-scale batch jobs on thousands of containers
  • Turn your function into a cron job, or serve it as an web endpoint, with one line of code
  • Define images, hardware and persistent storage intuitively in Python

You get full serverless execution and pricing, because we host everything and charge per second of usage. Notably, there’s zero configuration in Modal - everything is code. Take a breath of fresh air and feel how good it tastes with no YAML in it.

Get started now!

To get started with Modal, just install the Python client library and make an account:

  • pip install modal
  • python3 -m modal setup

You’re then ready to run code in the cloud. Head over to our examples page to get an idea of some of the things you can build! For instance:

screenshot

How are people using Modal?

Today, there is a long list of users running Modal in production, some at very large scale. We power use cases ranging from generative AI, computational biotech, code execution, and much more.

Ramp, a large provider of expense management and financial tools:

Ramp uses Modal to run some of our most data-intensive projects. Our team loves the developer experience because it allows them to be more productive and move faster. Without Modal, these projects would have been impossible for us to launch. Modal’s user-friendly interface and efficient tools have truly empowered our team to navigate data-intensive tasks with ease, enabling us to achieve our project goals more efficiently.

— Karim Atiyeh, CTO, Ramp

Substack, the subscription network for independent writers and creators:

Substack recently launched a feature for AI-powered audio transcriptions. The data team picked Modal because it makes it easy to write code that runs on 100s of GPUs in parallel, transcribing podcasts in a fraction of the time.

— Mike Cohen, Head of Data, Substack

Some of the most exciting use cases of Modal are in generative AI, where it powers image and music generation at scale:

Suno has developed proprietary state-of-the-art models that generate music and speech using AI. We chose Modal as our infrastructure provider for inference and parallel data processing. Modal’s superb developer experience enables our team to ship new models to production quickly, and with confidence we’ll scale to thousands of simultaneous users.

— Georg Kucsko, CTO & Co-Founder, Suno

Modal has also found use in life sciences and biotech applications:

Sphinx has been using Modal to run protein folding models on behalf of drug discoverers and scientific researchers. Modal lets us scale up and run large-scale batch jobs in a few lines of code, and it completely removes the need to think about infrastructure.

— Nicholas Larus-Stone, Founder, Sphinx Bio

redpoint

What’s next?

We are super excited to share what we’ve been working on with the world and will keep working on making the platform better. There is a long list of features that we’re excited about, like writing Modal code in other languages, and capabilities higher up in the data stack.

In order to build all the cool stuff we want to build, we have another announcement. We just raised a $16M Series A lead by Redpoint Ventures. We are super psyched to work with the Redpoint team together with Amplify Partners, who led our seed round.

We also have a long list of new and existing angel investors including people such as Simon Eskildsen, Jessie Frazelle, Elad Gil, Jeff Hammerbacher, Hamel Husain, Tristan Handy, Tejas Manohar, Boris Jabes, Iqram Magdon-Ismail, Barry McCardel, Barr Moses, Arjun Narayan, Neha Narkhede, Lindsay Pettingill, Allison Pickens, Christopher Ré, Julia Schottenstein, Benn Stancil, Jordan Tigani, Ry Walker, and Josh Wills.

Modal is planning to use the capital to accelerate our product development roadmap. We think there has never been a better time to rebuild a lot of data infrastructure, but it’s an incredibly big project and we’re just getting started.

To stay in touch, follow us on Twitter, or on LinkedIn.

If you want to get started, go ahead and sign up. Or simply just install the Modal Python package and get started:

  • pip install modal
  • python3 -m modal setup

Happy hacking!

Ship your first app in minutes

with $30 / month free compute