Sign inSign up

traceloop/hub

By traceloop

โ€ขUpdated 2 months ago

High-scale LLM gateway, written in Rust. OpenTelemetry-based observability included

Image
API management
Monitoring & observability
0

10K+

traceloop/hub repository overview

โ  Traceloop Hub

Open-source, high-performance LLM gateway written in Rust. Connect to any LLM provider with a single API. Observability Included.

โ  Get started ยปโ 

Slackโ  | Docsโ 

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.

โ ๐Ÿš€ Getting Started

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

โ ๐ŸŒฑ Contributing

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:

โ ๐Ÿ’š Community & Support

Tag summary

Content type

Image

Digest

sha256:e9d8102dbโ€ฆ

Size

22.8 MB

Last updated

2 months ago

docker pull traceloop/hub