Skip to main content

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

LLMs

See a usage example.

from langchain_community.llms import CerebriumAI
API Reference:CerebriumAI

Was this page helpful?