You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MiniMax AI as a new chatbot provider alongside OpenAI, Dify, Flowise,
and others. MiniMax uses the OpenAI-compatible API at api.minimax.io/v1
and supports M2.5 and M2.5-highspeed models for chat completions.
Changes:
- New minimax chatbot integration (service, controller, router, DTOs, schemas)
- Prisma schema models for MinimaxCreds, MinimaxBot, MinimaxSetting (both PostgreSQL and MySQL)
- Environment configuration (MINIMAX_ENABLED)
- Registration in chatbot router, controller, and server module
- Think tag stripping for MiniMax M2.5 responses
- 35 unit and integration tests
- README documentation
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@ Evolution API supports various integrations to enhance its functionality. Below
70
70
-[OpenAI](https://openai.com/):
71
71
- Integrate your Evolution API with OpenAI for AI capabilities, including audio-to-text conversion, available across all Evolution integrations.
72
72
73
+
-[MiniMax](https://www.minimaxi.com/):
74
+
- Integrate your Evolution API with MiniMax AI for chat completion capabilities using MiniMax M2.5 and M2.5-highspeed models via OpenAI-compatible API.
75
+
73
76
- Amazon S3 / Minio:
74
77
- Store media files received in [Amazon S3](https://aws.amazon.com/pt/s3/) or [Minio](https://min.io/).
0 commit comments