fleet-memory/hindsight-docs/docs/sdks
Ethan Clarke 2344484f77
feat: add MiniMax LLM provider support (#550)
Add MiniMax as a supported LLM provider via the OpenAI-compatible interface.

- Register MiniMax in the provider factory and valid providers list
- Set default base URL to https://api.minimax.io/v1
- Set default model to MiniMax-M2.5 in PROVIDER_DEFAULT_MODELS
- Add temperature clamping for MiniMax (must be >0, ≤1.0)
- Add API key validation (MiniMax requires an API key)
- Add MiniMax configuration example to .env.example
- Update documentation (models.md, configuration.md, embed.md, CLAUDE.md, README.md)
- Add unit and integration tests for MiniMax provider

Co-authored-by: octo-patch <octo-patch@users.noreply.github.com>
2026-03-13 10:17:55 +01:00
..
integrations feat(openclaw): v2 recall/retention controls, scalability fixes, and Gemini safety settings (#480) 2026-03-05 16:55:16 +01:00
cli.md feat: add Go client SDK with ogen code generation (#375) 2026-02-16 11:35:40 +01:00
embed.md feat: add MiniMax LLM provider support (#550) 2026-03-13 10:17:55 +01:00
go.md fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
nodejs.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
python.md feat: HindsightEmbedded python SDK (#293) 2026-02-04 14:41:19 +01:00