TradingAgents/tradingagents/llm_clients
octo-patch 46bd80347a feat: add MiniMax as LLM provider
Add MiniMax (MiniMax-M2.5 and MiniMax-M2.5-highspeed) as a supported
LLM provider. MiniMax offers an OpenAI-compatible API with 204K context
window support.

Changes:
- Add MiniMax provider routing in factory (via OpenAI-compatible client)
- Add MiniMax API endpoint and key handling in OpenAIClient
- Add MiniMax model validation in validators
- Add MiniMax models to CLI quick/deep thinking selection
- Add MiniMax to provider selection in CLI
- Update .env.example with MINIMAX_API_KEY
- Update README with MiniMax documentation
2026-03-15 19:18:24 +08:00
..
TODO.md feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
__init__.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
anthropic_client.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
base_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
factory.py feat: add MiniMax as LLM provider 2026-03-15 19:18:24 +08:00
google_client.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
openai_client.py feat: add MiniMax as LLM provider 2026-03-15 19:18:24 +08:00
validators.py feat: add MiniMax as LLM provider 2026-03-15 19:18:24 +08:00