[PR #2747] [MERGED] Add LiteLLM tracing integration page #2850

Closed
opened 2026-06-05 18:20:10 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2747
Author: @katmayb
Created: 2/20/2026
Status: Merged
Merged: 4/28/2026
Merged by: @katmayb

Base: mainHead: litellm-integration-guide


📝 Commits (4)

  • a04eed0 Add LiteLLM tracing integration page
  • 87268bb Merge branch 'main' into litellm-integration-guide
  • a1e3091 Fix link
  • b06f97e Remove extra langchain instance

📊 Changes

5 files changed (+260 additions, -0 deletions)

View changed files

📝 src/docs.json (+2 -0)
src/images/providers/dark/litellm.svg (+3 -0)
src/images/providers/light/litellm.svg (+3 -0)
📝 src/langsmith/integrations.mdx (+6 -0)
src/langsmith/trace-litellm.mdx (+246 -0)

📄 Description

Fixes DOC-747

Add a tracing integration guide for LiteLLM. Each example tested with traces received in the UI, using the LiteLLM SDK with traceable, the langsmith callback, and the LiteLLM proxy

Preview

https://langchain-5e9cc07a-preview-litell-1771885971-3f67d57.mintlify.app/langsmith/trace-litellm


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2747 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 4/28/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `litellm-integration-guide` --- ### 📝 Commits (4) - [`a04eed0`](https://github.com/langchain-ai/docs/commit/a04eed0fbc68e609e69b2c786b4965f713becb37) Add LiteLLM tracing integration page - [`87268bb`](https://github.com/langchain-ai/docs/commit/87268bb5f92d3cd7f7a113bf37ade253a4942e49) Merge branch 'main' into litellm-integration-guide - [`a1e3091`](https://github.com/langchain-ai/docs/commit/a1e309108089c9912584274e95f09380d692651b) Fix link - [`b06f97e`](https://github.com/langchain-ai/docs/commit/b06f97eab8fd106dcc2ee51561228c58f25b2771) Remove extra langchain instance ### 📊 Changes **5 files changed** (+260 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -0) ➕ `src/images/providers/dark/litellm.svg` (+3 -0) ➕ `src/images/providers/light/litellm.svg` (+3 -0) 📝 `src/langsmith/integrations.mdx` (+6 -0) ➕ `src/langsmith/trace-litellm.mdx` (+246 -0) </details> ### 📄 Description Fixes DOC-747 Add a tracing integration guide for LiteLLM. Each example tested with traces received in the UI, using the LiteLLM SDK with traceable, the langsmith callback, and the LiteLLM proxy ## Preview https://langchain-5e9cc07a-preview-litell-1771885971-3f67d57.mintlify.app/langsmith/trace-litellm --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:10 -04:00
yindo closed this issue 2026-06-05 18:20:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2850