trustgraph/trustgraph-flow
PR Bot 50f24b8e2a feat: add MiniMax as LLM text completion provider
- Add MiniMax chat model provider using OpenAI-compatible API
- Support MiniMax-M2.7 and MiniMax-M2.7-highspeed models
- Temperature clamping to MiniMax valid range (0.0, 1.0]
- Streaming support with token usage tracking
- MINIMAX_API_KEY environment variable support
- Add text-completion-minimax entry point
- Add 15 unit tests and 3 integration tests
- Update README with MiniMax in LLM APIs list
2026-03-24 18:19:00 +08:00
..
trustgraph feat: add MiniMax as LLM text completion provider 2026-03-24 18:19:00 +08:00
pyproject.toml feat: add MiniMax as LLM text completion provider 2026-03-24 18:19:00 +08:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00