Skip to main content

Beam

Beam is a cloud computing platform that allows you to run your code on remote servers with GPUs.

Installation and Setup​

  • Create an account
  • Install the Beam CLI with curl https://raw.githubusercontent.com/slai-labs/get-beam/main/get-beam.sh -sSfL | sh
  • Register API keys with beam configure
  • Set environment variables (BEAM_CLIENT_ID) and (BEAM_CLIENT_SECRET)
  • Install the Beam SDK:
pip install beam-sdk

LLMs​

See a usage example.

See another example in the Beam documentation.

from langchain_community.llms.beam import Beam

API Reference:


Help us out by providing feedback on this documentation page: