Skip to content

docs: add FuturMix as OpenAI-compatible AI gateway provider#3722

Open
FuturMix wants to merge 4 commits intolangchain-ai:mainfrom
FuturMix:add-futurmix-provider
Open

docs: add FuturMix as OpenAI-compatible AI gateway provider#3722
FuturMix wants to merge 4 commits intolangchain-ai:mainfrom
FuturMix:add-futurmix-provider

Conversation

@FuturMix
Copy link
Copy Markdown

Summary

Add FuturMix as an integration provider in the LangChain documentation. FuturMix is a unified AI gateway that provides access to 22+ models (OpenAI, Anthropic, Google) through a single OpenAI-compatible endpoint 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="https://futurmix.ai/v1"
  • 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 / Gateway" category as OpenRouter and LiteLLM — it aggregates multiple AI providers behind a single API. 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

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, FuturMix! When it's ready for review, please add the relevant reviewers:

  • @npentrel or @lnhsingh (open source)
  • @mdrxy (Python integrations)

@github-actions github-actions Bot added langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects external User is not a member of langchain-ai labels Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant