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
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Problem:
litellmhas issues with MiniMax:[TOOL_CALL]blocks andthinkingblocks)Solution:
I created an example project that directly uses the Anthropic SDK to call MiniMax's Anthropic-compatible endpoint, bypassing
litellm:👉 https://github.com/zhangshichun/crewai-use-minimax-examples
Key Implementation:
BaseLLMto implement a custom LLM[TOOL_CALL]blocks → ReAct formatthinkingblocks → ignoredtool_useblocks → ReAct formatIncluded Demos:
surprise_trip/- Multi-agent collaboration example (travel planning)starter_template/- Reusable project templateMiniMax Anthropic Endpoint:
Model:
MiniMax-M2.7Hope this helps other CrewAI users who want to use MiniMax!