Obiguard provides a robust and secure gateway to facilitate the integration of various Large Language Models (LLMs) into your applications, including the models hosted on Cerebras Inference API.
To use Cerebras with Obiguard, get your API key from here, then add it to Obiguard to create the virtual key.
Copy
from obiguard import Obiguardclient = Obiguard( obiguard_api_key="sk-obg***", # Your Obiguard API key virtual_key="CEREBRAS_VIRTUAL_KEY" # Your Cerebras Inference virtual key)