High-scale LLM gateway, written in Rust. OpenTelemetry-based observability included
10K+
Open-source, high-performance LLM gateway written in Rust. Connect to any LLM provider with a single API. Observability Included.
Hub is a next generation smart proxy for LLM applications. It centralizes control and tracing of all LLM calls and traces. It's built in Rust so it's fast and efficient. It's completely open-source and free to use.
Built and maintained by Traceloop under the Apache 2.0 license.
Make sure to copy a config.yaml file from config-example.yaml and set the correct values, following the configurationโ instructions.
You can then run the hub locally by running cargo run in the root directory, or using the docker image:
docker run --rm -p 3000:3000 -v $(pwd)/config.yaml:/etc/config.yaml:ro -t traceloop/hub
Whether big or small, we love contributions โค๏ธ Check out our guide to see how to get startedโ .
Not sure where to get started? You can:
Content type
Image
Digest
sha256:e9d8102dbโฆ
Size
22.8 MB
Last updated
2 months ago
docker pull traceloop/hub