[PR #3602] [CLOSED] docs: add Doubleword integration provider #3642

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3602
Author: @sejori
Created: 4/16/2026
Status: Closed

Base: mainHead: docs/add-doubleword-integration


📝 Commits (7)

  • 76e5871 docs: add Doubleword as integration provider
  • 209419b fix: use correct model names, async batch examples, and cost savings
  • f9a5021 fix: update model name from Qwen3-30B-A3B to Qwen3.5-35B-A3B-FP8
  • 3b15a6f fix: clarify model features depend on routed model, link to model catalog
  • ae0d531 fix: remove API examples mention from model features
  • 33672b6 fix: remove spaces around em dash (Vale lint)
  • 5ce5d75 docs: add end-to-end example links

📊 Changes

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

View changed files

src/oss/python/integrations/chat/doubleword.mdx (+185 -0)
src/oss/python/integrations/embeddings/doubleword.mdx (+73 -0)
src/oss/python/integrations/providers/doubleword.mdx (+23 -0)

📄 Description

Summary

  • Adds a provider overview page for Doubleword at src/oss/python/integrations/providers/doubleword.mdx
  • Adds a chat model integration page (ChatDoubleword, ChatDoublewordBatch) at src/oss/python/integrations/chat/doubleword.mdx
  • Adds an embeddings integration page (DoublewordEmbeddings, DoublewordEmbeddingsBatch) at src/oss/python/integrations/embeddings/doubleword.mdx

Doubleword is an AI model gateway / control layer providing unified routing, management, and security for inference across multiple model providers. The langchain-doubleword package (PyPI, GitHub) provides OpenAI-compatible chat and embedding classes with both real-time and cost-optimized batch variants.

Areas requiring review

  • Page format follows the pattern established by existing integrations (e.g., OpenRouter, DeepSeek)
  • Feature support flags in the model features table should be verified against the latest langchain-doubleword release

AI disclosure

This PR was authored with assistance from Claude (Anthropic AI).

🤖 Generated with Claude Code


🔄 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/3602 **Author:** [@sejori](https://github.com/sejori) **Created:** 4/16/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/add-doubleword-integration` --- ### 📝 Commits (7) - [`76e5871`](https://github.com/langchain-ai/docs/commit/76e58714abd49e5f76204b2e2ae1c25954e27027) docs: add Doubleword as integration provider - [`209419b`](https://github.com/langchain-ai/docs/commit/209419b7f4de543399cb688d6487fb77e0f66cd4) fix: use correct model names, async batch examples, and cost savings - [`f9a5021`](https://github.com/langchain-ai/docs/commit/f9a5021e1c5960279a69079267db2446b0e9db8e) fix: update model name from Qwen3-30B-A3B to Qwen3.5-35B-A3B-FP8 - [`3b15a6f`](https://github.com/langchain-ai/docs/commit/3b15a6f3298774c4b6013b8c1edd4f1ca327227e) fix: clarify model features depend on routed model, link to model catalog - [`ae0d531`](https://github.com/langchain-ai/docs/commit/ae0d5310d0fc2565feb1e109e5cc28a11775572d) fix: remove API examples mention from model features - [`33672b6`](https://github.com/langchain-ai/docs/commit/33672b6f156c9923e21050bee8be8d228490da81) fix: remove spaces around em dash (Vale lint) - [`5ce5d75`](https://github.com/langchain-ai/docs/commit/5ce5d75f2ca24377d92db705561234485422e23d) docs: add end-to-end example links ### 📊 Changes **3 files changed** (+281 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/chat/doubleword.mdx` (+185 -0) ➕ `src/oss/python/integrations/embeddings/doubleword.mdx` (+73 -0) ➕ `src/oss/python/integrations/providers/doubleword.mdx` (+23 -0) </details> ### 📄 Description ## Summary - Adds a **provider overview page** for [Doubleword](https://doubleword.ai/) at `src/oss/python/integrations/providers/doubleword.mdx` - Adds a **chat model integration page** (`ChatDoubleword`, `ChatDoublewordBatch`) at `src/oss/python/integrations/chat/doubleword.mdx` - Adds an **embeddings integration page** (`DoublewordEmbeddings`, `DoublewordEmbeddingsBatch`) at `src/oss/python/integrations/embeddings/doubleword.mdx` Doubleword is an AI model gateway / control layer providing unified routing, management, and security for inference across multiple model providers. The `langchain-doubleword` package ([PyPI](https://pypi.org/project/langchain-doubleword/), [GitHub](https://github.com/doublewordai/langchain-doubleword)) provides OpenAI-compatible chat and embedding classes with both real-time and cost-optimized batch variants. ## Areas requiring review - Page format follows the pattern established by existing integrations (e.g., OpenRouter, DeepSeek) - Feature support flags in the model features table should be verified against the latest `langchain-doubleword` release ## AI disclosure This PR was authored with assistance from Claude (Anthropic AI). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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:23:46 -04:00
yindo closed this issue 2026-06-05 18:23:46 -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#3642