[PR #2997] [MERGED] oss(py): add ChatLiteLLM to chat index, update feature flags #3079

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2997
Author: @mdrxy
Created: 3/8/2026
Status: Merged
Merged: 3/8/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/litellm-update


📝 Commits (2)

  • 58d6c8e oss(py): add ChatLiteLLM to chat index, update feature flags
  • c73fabe cr

📊 Changes

3 files changed (+7 additions, -5 deletions)

View changed files

📝 src/oss/python/integrations/chat/index.mdx (+2 -0)
📝 src/oss/python/integrations/chat/litellm.mdx (+4 -4)
📝 src/oss/python/integrations/providers/litellm.mdx (+1 -1)

📄 Description

Add ChatLiteLLM to the chat integrations index and update its feature matrix to reflect newly supported capabilities (structured output and image input).

Changes

  • Add ChatLiteLLM to the main chat models table and the "Routers & proxies" section in chat/index.mdx
  • Mark structured output and image input as supported () in the ChatLiteLLM model features table

🔄 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/2997 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 3/8/2026 **Status:** ✅ Merged **Merged:** 3/8/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/litellm-update` --- ### 📝 Commits (2) - [`58d6c8e`](https://github.com/langchain-ai/docs/commit/58d6c8ed9f3d60d5c782a33f13e88aa5a569f1e0) oss(py): add `ChatLiteLLM` to chat index, update feature flags - [`c73fabe`](https://github.com/langchain-ai/docs/commit/c73fabe36c075fefdd099b81942bb28ddfec44b7) cr ### 📊 Changes **3 files changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/index.mdx` (+2 -0) 📝 `src/oss/python/integrations/chat/litellm.mdx` (+4 -4) 📝 `src/oss/python/integrations/providers/litellm.mdx` (+1 -1) </details> ### 📄 Description Add `ChatLiteLLM` to the chat integrations index and update its feature matrix to reflect newly supported capabilities (structured output and image input). ## Changes - Add `ChatLiteLLM` to the main chat models table and the "Routers & proxies" section in `chat/index.mdx` - Mark structured output and image input as supported (❌ → ✅) in the `ChatLiteLLM` model features table --- <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:21:01 -04:00
yindo closed this issue 2026-06-05 18:21:02 -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#3079