omarsol's picture
a7df18eef3dc8fa23d69c379f84383a01376f2b8c132bbebf666d7cca140236a
7fec1b1 verified
raw
history blame
676 Bytes
# CerebriumAI
>[Cerebrium](https://docs.cerebrium.ai/cerebrium/getting-started/introduction) is a serverless GPU infrastructure provider.
> It provides API access to several LLM models.
See the examples in the [CerebriumAI documentation](https://docs.cerebrium.ai/examples/langchain).
## Installation and Setup
- Install a python package:
```bash
pip install cerebrium
```
- [Get an CerebriumAI api key](https://docs.cerebrium.ai/cerebrium/getting-started/installation) and set
it as an environment variable (`CEREBRIUMAI_API_KEY`)
## LLMs
See a [usage example](/docs/integrations/llms/cerebriumai).
```python
from langchain_community.llms import CerebriumAI
```