Deploy Helicone AI Gateway using Docker in 2 minutes
Configure environment
.env
file with your provider API keys. You can use our template as a starting point:.env
file with your actual API keys:AI_GATEWAY__SERVER__ADDRESS=0.0.0.0
is required for Docker to work properly.Run the container
http://localhost:8080
with these routes:/ai
- Unified API that works out of the box/router/{router-id}
- Custom routing with load balancing/{provider-name}
- Direct provider accessTest your deployment
config.yaml
file:
Create config file
config.yaml
file with your routing configuration:Mount config and run
Test your router