Skip to content

Commit 09f5221

Browse files
authored
chore: fix readme header
1 parent 32dd2c0 commit 09f5221

File tree

1 file changed

+45
-6
lines changed

1 file changed

+45
-6
lines changed

README.md

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,48 @@
1-
# Traceloop Hub LLM Gateway
2-
3-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![Docker](https://img.shields.io/docker/v/traceloop/hub?label=Docker)](https://hub.docker.com/r/traceloop/hub)
5-
6-
Traceloop Hub is a high-performance LLM gateway written in Rust that centralizes control and tracing of all LLM calls. It provides a unified OpenAI-compatible API for connecting to multiple LLM providers with observability built-in.
1+
<p align="center">
2+
<a href="https://www.traceloop.com/docs/hub#gh-light-mode-only">
3+
<img width="300" src="https://raw.githubusercontent.com/traceloop/hub/main/img/logo-light.png">
4+
</a>
5+
<a href="https://www.traceloop.com/docs/hub#gh-dark-mode-only">
6+
<img width="300" src="https://raw.githubusercontent.com/traceloop/hub/main/img/logo-dark.png">
7+
</a>
8+
</p>
9+
<p align="center">
10+
<p align="center">Open-source, high-performance LLM gateway written in Rust. Connect to any LLM provider with a single API. Observability Included.</p>
11+
</p>
12+
<h4 align="center">
13+
<a href="https://traceloop.com/docs/hub/getting-started"><strong>Get started »</strong></a>
14+
<br />
15+
<br />
16+
<a href="https://traceloop.com/slack">Slack</a> |
17+
<a href="https://traceloop.com/docs/hub">Docs</a>
18+
</h4>
19+
20+
<h4 align="center">
21+
<a href="https://github.com/traceloop/hub/releases">
22+
<img src="https://img.shields.io/github/release/traceloop/hub">
23+
</a>
24+
<a href="https://github.com/traceloop/hub/blob/main/LICENSE">
25+
<img src="https://img.shields.io/badge/license-Apache 2.0-blue.svg" alt="Traceloop Hub is released under the Apache-2.0 License">
26+
</a>
27+
<a href="https://github.com/traceloop/hub/actions/workflows/ci.yml">
28+
<img src="https://github.com/traceloop/hub/actions/workflows/ci.yml/badge.svg">
29+
</a>
30+
<a href="https://github.com/traceloop/hub/issues">
31+
<img src="https://img.shields.io/github/commit-activity/m/traceloop/hub" alt="git commit activity" />
32+
</a>
33+
<a href="https://www.ycombinator.com/companies/traceloop"><img src="https://img.shields.io/website?color=%23f26522&down_message=Y%20Combinator&label=Backed&logo=ycombinator&style=flat-square&up_message=Y%20Combinator&url=https%3A%2F%2Fwww.ycombinator.com"></a>
34+
<a href="https://github.com/traceloop/hub/blob/main/CONTRIBUTING.md">
35+
<img src="https://img.shields.io/badge/PRs-Welcome-brightgreen" alt="PRs welcome!" />
36+
</a>
37+
<a href="https://traceloop.com/slack">
38+
<img src="https://img.shields.io/badge/chat-on%20Slack-blueviolet" alt="Slack community channel" />
39+
</a>
40+
<a href="https://twitter.com/traceloopdev">
41+
<img src="https://img.shields.io/badge/follow-%40traceloopdev-1DA1F2?logo=twitter&style=social" alt="Traceloop Twitter" />
42+
</a>
43+
</h4>
44+
45+
Traceloop Hub is a next-gen high-performance LLM gateway written in Rust that centralizes control and tracing of all LLM calls. It provides a unified OpenAI-compatible API for connecting to multiple LLM providers with observability built-in.
746

847
## Features
948

0 commit comments

Comments
 (0)