diff --git a/README.md b/README.md index 7eb7a46..38f64d9 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ ### Observation * **[OpenLLMetry](https://github.com/traceloop/openllmetry)**: Open-source observability for your LLM application, based on OpenTelemetry. ![Stars](https://img.shields.io/github/stars/traceloop/openllmetry.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/traceloop/openllmetry?color=green) ![LastCommit](https://img.shields.io/github/last-commit/traceloop/openllmetry?color=green) +* **[Respan](https://github.com/respanai/respan)**: Full-stack LLM engineering platform for tracing, evals, prompt management, and an AI gateway across 250+ models. ![Stars](https://img.shields.io/github/stars/respanai/respan.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/respanai/respan?color=green) ![LastCommit](https://img.shields.io/github/last-commit/respanai/respan?color=green) * **[wandb](https://github.com/wandb/wandb)**: The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production. ![Stars](https://img.shields.io/github/stars/wandb/wandb.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/wandb/wandb?color=green) ![LastCommit](https://img.shields.io/github/last-commit/wandb/wandb?color=green) ## Training diff --git a/website/data.yml b/website/data.yml index ee812a7..a81c634 100644 --- a/website/data.yml +++ b/website/data.yml @@ -959,6 +959,12 @@ categories: homepage_url: https://www.traceloop.com/openllmetry logo: openllmetry.png repo_url: https://github.com/traceloop/openllmetry + - name: Respan + description: Full-stack LLM engineering platform for tracing, evals, prompt management, + and an AI gateway across 250+ models. + homepage_url: https://www.respan.ai/ai-gateway + logo: respan.png + repo_url: https://github.com/respanai/respan - name: wandb description: The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation to production. diff --git a/website/logos/respan.png b/website/logos/respan.png new file mode 100644 index 0000000..6313671 Binary files /dev/null and b/website/logos/respan.png differ