feat: add MiniMax as a native LLM and embedding provider (M2.7)#1677
Open
octo-patch wants to merge 2 commits intoassafelovic:mainfrom
Open
feat: add MiniMax as a native LLM and embedding provider (M2.7)#1677octo-patch wants to merge 2 commits intoassafelovic:mainfrom
octo-patch wants to merge 2 commits intoassafelovic:mainfrom
Conversation
added 2 commits
March 14, 2026 23:00
Add direct support for MiniMax models (MiniMax-M2.5, MiniMax-M2.5-highspeed) via their OpenAI-compatible API. This includes both LLM chat and embedding (embo-01) support, configured through the MINIMAX_API_KEY environment variable.
Update documentation to recommend MiniMax-M2.7 and M2.7-highspeed as the default models, while keeping M2.5 variants listed as alternatives. M2.7 offers improved reasoning capabilities over M2.5.
Author
|
Thanks for the interest! Let me know if you have any questions about the MiniMax integration. |
|
🔬 GPT Researcher 很棒!AI 研究自动化非常有价值。 如果你对各种 AI Agent 感兴趣,欢迎加入讨论: 🤖 Bot: @xinhaovip2_bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://api.minimax.io/v1)embo-01) via the same OpenAI-compatible endpointDetails
MiniMax offers powerful large language models with an OpenAI-compatible API. This PR adds first-class support so users can configure MiniMax models directly:
Available Models
Implementation
langchain_openai.ChatOpenAIwithopenai_api_base=https://api.minimax.io/v1langchain_openai.OpenAIEmbeddingswith the same base URLlangchain-openaipackageTest Plan