[PR #3973] [CLOSED] Add Telnyx Python provider integration docs #3982

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3973
Author: @gbattistel
Created: 5/12/2026
Status: Closed

Base: mainHead: feat/telnyx-provider-docs


📝 Commits (1)

  • 176d912 docs: add Telnyx Python provider docs

📊 Changes

3 files changed (+221 additions, -0 deletions)

View changed files

src/oss/python/integrations/chat/telnyx.mdx (+160 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/telnyx.mdx (+53 -0)

📄 Description

Summary

  • add a Telnyx provider page for LangChain Python
  • add a ChatTelnyx integration page
  • add Telnyx to the Python provider directory

Package

Scope

This PR documents the standalone langchain-telnyx package for chat models and embeddings. It does not add toolkit/tools docs yet.


🔄 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/3973 **Author:** [@gbattistel](https://github.com/gbattistel) **Created:** 5/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/telnyx-provider-docs` --- ### 📝 Commits (1) - [`176d912`](https://github.com/langchain-ai/docs/commit/176d912e84ee3c5846c1730b38c16a8c6a954db2) docs: add Telnyx Python provider docs ### 📊 Changes **3 files changed** (+221 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/chat/telnyx.mdx` (+160 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/telnyx.mdx` (+53 -0) </details> ### 📄 Description ## Summary - add a Telnyx provider page for LangChain Python - add a ChatTelnyx integration page - add Telnyx to the Python provider directory ## Package - PyPI: https://pypi.org/project/langchain-telnyx/ - Repo: https://github.com/team-telnyx/langchain-telnyx ## Scope This PR documents the standalone `langchain-telnyx` package for chat models and embeddings. It does not add toolkit/tools docs yet. --- <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:53:47 -04:00
yindo closed this issue 2026-06-05 18:53:47 -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#3982