[PR #2646] [MERGED] oss(py): add ChatOpenRouter & clarify ChatOpenAI scope #2629

Closed
opened 2026-02-17 17:23:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2646
Author: @mdrxy
Created: 2/13/2026
Status: Merged
Merged: 2/15/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/openrouter


📝 Commits (8)

📊 Changes

8 files changed (+825 additions, -75 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+3 -0)
📝 reference/python/uv.lock (+38 -39)
📝 src/oss/javascript/integrations/chat/index.mdx (+1 -1)
📝 src/oss/python/integrations/chat/index.mdx (+20 -31)
📝 src/oss/python/integrations/chat/openai.mdx (+4 -4)
src/oss/python/integrations/chat/openrouter.mdx (+736 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/openrouter.mdx (+15 -0)

📄 Description

Merge following release of https://github.com/langchain-ai/langchain/pull/35211


🔄 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/2646 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/15/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/openrouter` --- ### 📝 Commits (8) - [`06f1376`](https://github.com/langchain-ai/docs/commit/06f137611f63a8ba1ea9e4276fff4450b8c0f1d2) oss(py): add `ChatOpenRouter` & clarify `ChatOpenAI` scope - [`ff3fe71`](https://github.com/langchain-ai/docs/commit/ff3fe71d99c0e73b72e177173c7fcbc810fbac25) . - [`586627b`](https://github.com/langchain-ai/docs/commit/586627b6d4eece2a70433101332ed9370253b068) cr - [`1c53800`](https://github.com/langchain-ai/docs/commit/1c53800cf5b30c4b16ac39612b930e0b6b74d3bd) cr - [`d37d611`](https://github.com/langchain-ai/docs/commit/d37d611db5a178d9ff7b26d900145ac8d0a5865b) Merge branch 'main' into mdrxy/openrouter - [`65922b3`](https://github.com/langchain-ai/docs/commit/65922b3cd525998d44e67d2a14d3eb87043bcb79) cr - [`d510c13`](https://github.com/langchain-ai/docs/commit/d510c13848ae77d7c73d631f39bee6100823a581) cr - [`4d57712`](https://github.com/langchain-ai/docs/commit/4d57712e83fd91a1cd5283fbb72de76bc4cca4f5) cr ### 📊 Changes **8 files changed** (+825 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+3 -0) 📝 `reference/python/uv.lock` (+38 -39) 📝 `src/oss/javascript/integrations/chat/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/chat/index.mdx` (+20 -31) 📝 `src/oss/python/integrations/chat/openai.mdx` (+4 -4) ➕ `src/oss/python/integrations/chat/openrouter.mdx` (+736 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/openrouter.mdx` (+15 -0) </details> ### 📄 Description Merge following release of https://github.com/langchain-ai/langchain/pull/35211 --- <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-02-17 17:23:37 -05:00
yindo closed this issue 2026-02-17 17:23:37 -05:00
yindo changed title from [PR #2646] oss(py): add `ChatOpenRouter` & clarify `ChatOpenAI` scope to [PR #2646] [MERGED] oss(py): add `ChatOpenRouter` & clarify `ChatOpenAI` scope 2026-06-05 18:19:44 -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#2629