Beta9 is an open-source platform for running scalable serverless GPU workloads across cloud providers.
We use Beta9 internally at Beam to run AI applications for users at scale.
Beta9 is designed for launching remote serverless containers quickly. There are a few things that make this possible:
Run Beta9 on your laptop.
Run Beta9 in any existing Kubernetes cluster.
Use the fully-managed cloud product.
This section of the documentation is for Beta9, the open-source version of Beam.
Beam and Beta9 have similar functionality.
You can switch between either product by changing the SDK imports and CLI commands used:
beam.cloud | Beta9 | |
---|---|---|
Imports | from beam import endpoint | from beta9 import endpoint |
CLI Commands | beam serve app.py:function | beta9 serve app.py:function |
Beta9 is an open-source platform for running scalable serverless GPU workloads across cloud providers.
We use Beta9 internally at Beam to run AI applications for users at scale.
Beta9 is designed for launching remote serverless containers quickly. There are a few things that make this possible:
Run Beta9 on your laptop.
Run Beta9 in any existing Kubernetes cluster.
Use the fully-managed cloud product.
This section of the documentation is for Beta9, the open-source version of Beam.
Beam and Beta9 have similar functionality.
You can switch between either product by changing the SDK imports and CLI commands used:
beam.cloud | Beta9 | |
---|---|---|
Imports | from beam import endpoint | from beta9 import endpoint |
CLI Commands | beam serve app.py:function | beta9 serve app.py:function |