Here’s the official Triton Inference Server documentation for more details.
Integration Steps
1
Expose your Triton Server
Expose your Triton server using a tunneling service like ngrok or make it publicly accessible. Skip this if you’re self-hosting the Gateway.
2
Add to Model Catalog
- Go to Model Catalog → Add Provider
- Enable “Local/Privately hosted provider” toggle
- Select Triton as the provider type
- Enter your Triton server URL in Custom Host:
http://localhost:8000/v2/models/mymodel - Add authentication headers if needed
- Name your provider (e.g.,
my-triton)
Complete Setup Guide
See all setup options
3
Use in Your Application
Or use custom host directly:
Next Steps
Gateway Configs
Add retries, timeouts, and fallbacks
Observability
Monitor your Triton deployments
Custom Host Guide
Learn more about custom host setup
BYOLLM Guide
Complete guide for private LLMs

