Skip to main content
Helicone OSS LLM Observability

Hyperbolic Integration

Integrate Helicone with Hyperbolic, a platform for running open-source LLMs. Monitor and analyze interactions with any Hyperbolic-deployed model using a simple base_url configuration.
1 min read
Warning

This integration method is maintained but no longer actively developed. For the best experience and latest features, use our new AI Gateway with unified API access to 100+ models.

You can seamlessly integrate Helicone with the OpenAI compatible models that are deployed on Hyperbolic.

The integration process closely mirrors the proxy approach. The only distinction lies in the modification of the base_url to point to the dedicated Hyperbolic endpoint https://hyperbolic.helicone.ai/v1.

Please ensure that the base_url is correctly set to ensure successful integration.

Proxy Example#

Note

The integration process closely mirrors the proxy approach. More docs available there.

Create Helicone account + Generate an API Key

Log into helicone or create an account. Once you have an account, you can generate an API key.

Create Hyperbolic account + Retrieve an API Key

Log into app.hyperbolic.xyz or create an account. Once you have an account, you can retrieve your API key.

Set HELICONE_WRITE_API_KEY as an environment variable

Note
Helicone write only API keys are only required if passing auth in URL path read more here. Alternatively, pass auth in as header.

Modify the base path and add a Helicone Auth