> ## Documentation Index
> Fetch the complete documentation index at: https://docs.helicone.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cerebras Integration

> Connect Helicone with Cerebras, a platform for running open-source language models. Monitor and optimize your AI applications using Cerebras' powerful models through a simple base_url configuration.

<Warning>
  This integration method is maintained but no longer actively developed. For the best experience and latest features, use our new [AI Gateway](/gateway/overview) with unified API access to 100+ models.
</Warning>

You can seamlessly integrate Helicone with your OpenAI compatible models that are deployed on Cerebras.

The integration process closely mirrors the [proxy approach](/integrations/openai/javascript). The only distinction lies in the modification of the base\_url to point to the dedicated Cerebras endpoint `https://cerebras.helicone.ai/v1`.

```bash theme={null}
base_url="https://cerebras.helicone.ai/v1"
```

Please ensure that the base\_url is correctly set to ensure successful integration.
