[PR #3722] docs: add FuturMix as OpenAI-compatible AI provider #3753

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3722
Author: @FuturMix
Created: 4/25/2026
Status: 🔄 Open

Base: mainHead: add-futurmix-provider


📝 Commits (4)

  • e0dae74 Add FuturMix provider page
  • 037e7a0 Add FuturMix chat integration page
  • 12879f0 Add FuturMix to routers and proxies table
  • cb11a36 Add FuturMix to all providers list

📊 Changes

4 files changed (+187 additions, -0 deletions)

View changed files

📝 src/oss/concepts/providers-and-models.mdx (+1 -0)
src/oss/python/integrations/chat/futurmix.mdx (+161 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/futurmix.mdx (+17 -0)

📄 Description

Summary

Add FuturMix as an integration provider in the LangChain documentation. FuturMix is an enterprise AI agent platform that provides access to 22+ models (OpenAI, Anthropic, Google) with 99.99% SLA.

Since FuturMix exposes an OpenAI-compatible Chat Completions API, it works directly with ChatOpenAI via a custom base_url — no additional package is needed.

Changes

  • src/oss/concepts/providers-and-models.mdx — Added FuturMix to the "Routers and proxies" table alongside OpenRouter and LiteLLM
  • src/oss/python/integrations/providers/futurmix.mdx — New provider page describing FuturMix and linking to the chat integration
  • src/oss/python/integrations/chat/futurmix.mdx — New chat integration page with setup, instantiation, invocation, streaming, and chaining examples using ChatOpenAI with base_url="(see [futurmix.ai](https://futurmix.ai))"
  • src/oss/python/integrations/providers/all_providers.mdx — Added FuturMix card in alphabetical order (between Friendli and Galaxia)

Why this belongs here

FuturMix fits the same "Router / Platform" category as OpenRouter and LiteLLM — it provides enterprise-grade access to multiple AI providers . The existing ChatOpenAI class works out of the box with FuturMix's OpenAI-compatible endpoint, making this a zero-dependency integration for LangChain users.

Test plan

  • Verify all new pages render correctly
  • Verify links between provider page and chat integration page work
  • Verify the routers and proxies table in providers-and-models.mdx renders correctly
  • Verify alphabetical ordering in all_providers.mdx

🤖 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/3722 **Author:** [@FuturMix](https://github.com/FuturMix) **Created:** 4/25/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-futurmix-provider` --- ### 📝 Commits (4) - [`e0dae74`](https://github.com/langchain-ai/docs/commit/e0dae745e09a923dc7b848cf2aceb37793057282) Add FuturMix provider page - [`037e7a0`](https://github.com/langchain-ai/docs/commit/037e7a0bfb11e43bf3709fd96af734e82454821d) Add FuturMix chat integration page - [`12879f0`](https://github.com/langchain-ai/docs/commit/12879f032528e5446f06d43406e1ad67e5cb11cd) Add FuturMix to routers and proxies table - [`cb11a36`](https://github.com/langchain-ai/docs/commit/cb11a3646209d79a8985781bf82d97eadef48716) Add FuturMix to all providers list ### 📊 Changes **4 files changed** (+187 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/concepts/providers-and-models.mdx` (+1 -0) ➕ `src/oss/python/integrations/chat/futurmix.mdx` (+161 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/futurmix.mdx` (+17 -0) </details> ### 📄 Description ## Summary Add [FuturMix](https://futurmix.ai/) as an integration provider in the LangChain documentation. FuturMix is an enterprise AI agent platform that provides access to 22+ models (OpenAI, Anthropic, Google) with 99.99% SLA. Since FuturMix exposes an OpenAI-compatible Chat Completions API, it works directly with `ChatOpenAI` via a custom `base_url` — no additional package is needed. ### Changes - **`src/oss/concepts/providers-and-models.mdx`** — Added FuturMix to the "Routers and proxies" table alongside OpenRouter and LiteLLM - **`src/oss/python/integrations/providers/futurmix.mdx`** — New provider page describing FuturMix and linking to the chat integration - **`src/oss/python/integrations/chat/futurmix.mdx`** — New chat integration page with setup, instantiation, invocation, streaming, and chaining examples using `ChatOpenAI` with `base_url="(see [futurmix.ai](https://futurmix.ai))"` - **`src/oss/python/integrations/providers/all_providers.mdx`** — Added FuturMix card in alphabetical order (between Friendli and Galaxia) ### Why this belongs here FuturMix fits the same "Router \/ Platform" category as OpenRouter and LiteLLM — it provides enterprise-grade access to multiple AI providers . The existing `ChatOpenAI` class works out of the box with FuturMix's OpenAI-compatible endpoint, making this a zero-dependency integration for LangChain users. ## Test plan - [ ] Verify all new pages render correctly - [ ] Verify links between provider page and chat integration page work - [ ] Verify the routers and proxies table in providers-and-models.mdx renders correctly - [ ] Verify alphabetical ordering in all_providers.mdx 🤖 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:53: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#3753