Deploy Helicone AI Gateway on your own infrastructure
Still using our legacy cloud AI Gateway?
Configure provider secrets
Start the Gateway
http://localhost:8080
and has three routes:/ai
for a standard OpenAI-compatible Unified API that works out of the box/router/{router-id}
for advanced Unified API with custom routing logic and load balancing/{provider-name}
for direct access to a specific provider without routingMake your first request
/ai
route. Don’t worry, we’ll show you how to create custom routers next!"anthropic/claude-3-5-sonnet"
to use Anthropic instead of OpenAI. Same API, different provider - that’s the power of the unified interface!Optional: Enable Helicone observability