Skip to content

feat: add MiniMax as a model provider#6561

Open
octo-patch wants to merge 1 commit intolabring:mainfrom
octo-patch:feat/add-minimax-provider
Open

feat: add MiniMax as a model provider#6561
octo-patch wants to merge 1 commit intolabring:mainfrom
octo-patch:feat/add-minimax-provider

Conversation

@octo-patch
Copy link

Summary

Add MiniMax as a model provider in FastGPT, including:

  • Provider icon: Added MiniMax SVG icon to packages/web/components/common/Icon/icons/model/minimax.svg and regenerated icon constants
  • Documentation: Added bilingual (Chinese/English) configuration guide for integrating MiniMax models with FastGPT
  • Navigation: Updated documentation navigation to include the MiniMax guide

MiniMax Models

MiniMax provides OpenAI-compatible API services. Key features:

  • API Base URL: https://api.minimax.io/v1 (OpenAI-compatible format)
  • MiniMax-M2.5: 204K context window, vision support, function calling, tool choice
  • MiniMax-M2.5-highspeed: High-speed variant for latency-sensitive scenarios

The documentation covers both OneAPI integration and direct API integration methods.

Test plan

  • Verify MiniMax icon renders correctly in the model selector UI
  • Verify documentation pages load properly in both Chinese and English
  • Test MiniMax model connectivity via the custom request URL configuration

🤖 Generated with Claude Code

- Add MiniMax SVG icon for model provider display
- Regenerate icon constants to include the new icon
- Add MiniMax model configuration documentation (Chinese and English)
- Update documentation navigation to include MiniMax guide

MiniMax provides OpenAI-compatible API at https://api.minimax.io/v1
with models like MiniMax-M2.5 (204K context, vision, function calling).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cla-assistant
Copy link

cla-assistant bot commented Mar 14, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


PR Bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@cla-assistant
Copy link

cla-assistant bot commented Mar 14, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


PR Bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

Preview sandbox Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_sandbox_e3c0c2963ac2cb03df5044c2c45e99e16bcbdaff

@github-actions
Copy link

Preview mcp_server Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_mcp_server_e3c0c2963ac2cb03df5044c2c45e99e16bcbdaff

@github-actions
Copy link

Docs Preview:


🚀 FastGPT Document Preview Ready!

🔗 👀 Click here to visit preview

@github-actions
Copy link

Preview fastgpt Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_e3c0c2963ac2cb03df5044c2c45e99e16bcbdaff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant