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.hconeai.com 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.hconeai.com/openai/v1

  • Header: Helicone-Target-Url: https://api.groq.com

Ex 2

api.lemonfox.ai/v1 -> gateway.hconeai.com/v1

  • Header: Helicone-Target-Url: https://api.lemonfox.ai

How to Use the Gateway

import openai

openai.api_base = "https://gateway.hconeai.com"

# Create the completion request

openai.ChatCompletion.create(
  model="[DEPLOYMENT]",
  messages=[{"role": "User", "content": "Say hi!"}],
  headers={
    "Helicone-Auth": "Bearer [HELICONE_API_KEY]",
    "Helicone-Target-Url": "https://api.lemonfox.ai",
    "Helicone-Target-Provider": "LemonFox",
  }
)

Examples

Approved Domains

ProviderDomain NameCost SupportDedicated Domain
OpenAIapi.openai.comoai.hconeai.com
Anthropicapi.anthropic.comanthropic.hconeai.com
Together-AIapi.together.xyztogether.hconeai.com
Azureopenai.azure.com
Anyscaleapi.endpoints.anyscale.com
Cloudflaregateway.ai.cloudflare.com
LemonFoxapi.lemonfox.ai
Fireworksapi.fireworks.ai
Perplexityapi.perplexity.ai
OpenRouteropenrouter.ai
Groqapi.groq.com
Mistralapi.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:

--header 'Helicone-Target-Url: https://[DOMAIN_NAME]'

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