[PR #3976] Add Telnyx Python provider integration docs #3984

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

📋 Pull Request Information

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

Base: mainHead: feat/telnyx-provider-docs


📝 Commits (8)

  • 176d912 docs: add Telnyx Python provider docs
  • cea9035 docs: fix Telnyx cross references
  • 8c34417 docs: fix Telnyx docs link paths
  • 90cd56f docs: fix Telnyx provider links
  • 8fdb44f Merge branch 'main' into feat/telnyx-provider-docs
  • 7eb2513 Merge branch 'main' into feat/telnyx-provider-docs
  • 9081b5f Merge branch 'main' into feat/telnyx-provider-docs
  • 398b201 Merge branch 'main' into feat/telnyx-provider-docs

📊 Changes

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

View changed files

src/oss/python/integrations/chat/telnyx.mdx (+158 -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.

Related issues/PRs


🔄 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/3976 **Author:** [@gbattistel](https://github.com/gbattistel) **Created:** 5/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/telnyx-provider-docs` --- ### 📝 Commits (8) - [`176d912`](https://github.com/langchain-ai/docs/commit/176d912e84ee3c5846c1730b38c16a8c6a954db2) docs: add Telnyx Python provider docs - [`cea9035`](https://github.com/langchain-ai/docs/commit/cea9035533c2a0be7142a7bfcbc764f6fa44f2ef) docs: fix Telnyx cross references - [`8c34417`](https://github.com/langchain-ai/docs/commit/8c34417e9e6f21f48c478e8dbf03b6f86882e345) docs: fix Telnyx docs link paths - [`90cd56f`](https://github.com/langchain-ai/docs/commit/90cd56fc25b8f1efff9248af79269d470d28a7a8) docs: fix Telnyx provider links - [`8fdb44f`](https://github.com/langchain-ai/docs/commit/8fdb44ff4617890ff6950d0c6e7ea438641b996a) Merge branch 'main' into feat/telnyx-provider-docs - [`7eb2513`](https://github.com/langchain-ai/docs/commit/7eb2513d20d222823a42e116c3338dc66c45fdaa) Merge branch 'main' into feat/telnyx-provider-docs - [`9081b5f`](https://github.com/langchain-ai/docs/commit/9081b5f30d21ae98916098f0cb211d22932a295c) Merge branch 'main' into feat/telnyx-provider-docs - [`398b201`](https://github.com/langchain-ai/docs/commit/398b201ff556667bc5a33d8f853c906e54baf329) Merge branch 'main' into feat/telnyx-provider-docs ### 📊 Changes **3 files changed** (+219 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/chat/telnyx.mdx` (+158 -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. ## Related issues/PRs - GitHub issue: #4046 - Feature PR: N/A (standalone package, not a PR to langchain-ai) --- <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:48 -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#3984