Gateway Integration
The optimal method to integrate with Helicone is through our Gateway. This API provides a seamless interface for sending requests and responses to Helicone.
Overview
The Gateway serves as a unified entry point for all traffic, regardless of your provider. It enables you to dispatch requests to any provider through a single endpoint. This provides you with the advantage of utilizing all of Helicone’s features such as Caching, Monitoring, Rate Limiting, Vaults, Feedback, and many more for any provider.
Simple Integration
This is achieved by allowing you to determine the destination of your request by specifying the provider in the URL path. For instance, if you wish to send a request to LemonFox, you would send a request to https://gateway.helicone.ai
instead of https://api.lemonfox.ai
, but you would specify the provider and the endpoint in the URL path within the headers of your request.
Ex 1
api.groq.com/openai/v1"
-> gateway.helicone.ai/openai/v1
- Header:
Helicone-Target-Url: https://api.groq.com
Ex 2
api.lemonfox.ai/v1
-> gateway.helicone.ai/v1
- Header:
Helicone-Target-Url: https://api.lemonfox.ai
How to Use the Gateway
Examples
Approved Domains
Provider | Domain Name | Cost Support | Dedicated Domain |
---|---|---|---|
OpenAI | api.openai.com | ✅ | oai.helicone.ai |
Anthropic | api.anthropic.com | ✅ | anthropic.helicone.ai |
Together-AI | api.together.xyz | ✅ | together.helicone.ai |
OpenRouter | openrouter.ai | ✅ | openrouter.helicone.ai |
Fireworks | api.fireworks.ai | ✅ | fireworks.helicone.ai |
Azure | openai.azure.com | ✅ | ❌ |
Groq | api.groq.com | ❌ | groq.helicone.ai |
Deepinfra | api.deepinfra.com | ❌ | deepinfra.helicone.ai |
Anyscale | api.endpoints.anyscale.com | ❌ | ❌ |
Cloudflare | gateway.ai.cloudflare.com | ❌ | ❌ |
LemonFox | api.lemonfox.ai | ❌ | ❌ |
Perplexity | api.perplexity.ai | ❌ | ❌ |
Mistral | api.mistral.ai | ❌ | ❌ |
Unapproved Domains
To protect our community from potential threats, we have certain restrictions for unapproved domains. To ensure a safe internet environment, you can use any unapproved domain, but you will be limited to the following:
- 10,000 requests per day
- 1 request per second
The integration is the same as the approved domains, but you will need to add the following header:
Automated Mappers (“Model is pending mapping”)
Helicone will automatically determine how to map any unsupported model that you throw at it using our automated mapper. Helicone intelligently determines the schema of the model and maps it to the appropriate schema for the provider. This allows you to use any model you want without having to wait for us to manually map it.
Mappings are on a specialized job that runs every 24 hours, so your UI may not be mapped immediately. If you would like to expedite the mapping, please contact us at engineering@helicone.ai or connect with us on Discord!
How to Get a Domain Approved or Mapper Expedited
To get a domain approved, please contact us at engineering@helicone.ai or connect with us on Discord!
Subject: Domain Approval Request
Body: Is this a personal deployment? If not, what is the name of the company? What is the domain name?
If it is a personal deployment, please provide proof you own the domain by updating a text record with the following value:
hconeai-verification=true
Was this page helpful?