CerebriumAI
Cerebrium is a serverless GPU infrastructure provider. It provides API access to several LLM models.
See the examples in the CerebriumAI documentation.
Installation and Setupβ
- Install a python package:
pip install cerebrium
- Get an CerebriumAI api key and set
it as an environment variable (
CEREBRIUMAI_API_KEY
)
LLMsβ
See a usage example.
from langchain_community.llms import CerebriumAI