4 Commits
Author SHA1 Message Date
Zane Chen 169eb7e8cd Add DeepSeek provider example to documentation (#24)
* Add DeepSeek provider example to documentation

Added DeepSeek provider example with API key instructions.

* Fix formatting in PROVIDER_EXAMPLES.md
2026-06-28 08:49:20 -04:00
Octopus e3de94ba9d docs: update MiniMax model example to M3 (#20)
Bump the MiniMax provider example in PROVIDER_EXAMPLES.md from the
older MiniMax-M2.5 to the latest MiniMax-M3, so newcomers following
the tutorial pick up the current recommended model out of the box.
2026-06-01 16:56:59 -04:00
RoomWithOutRoofandJah-yee 32c4c3c1ea Add provider examples for Anthropic, Qwen, Grok, and Gemini (#8)
Fixes #6 - Add Provider Example Configuration

Co-authored-by: Jah-yee <jah.yee@example.com>
2026-03-18 11:42:31 -04:00
e276c745bb docs: add MiniMax as an LLM provider option (#1)
* docs: add MiniMax as an LLM provider option

Add MiniMax configuration examples to config.example.yaml and README.md.
MiniMax offers OpenAI-compatible API with 204K context window,
accessible via LiteLLM's openai/ prefix with custom api_base.

* update README.md

---------

Co-authored-by: PR Bot <pr-bot@minimaxi.com>
Co-authored-by: zane <czl970721@gmail.com>
2026-03-14 22:14:03 -04:00