·
5 commits
to main
since this release
What's new
This patch release adds custom LiteLLM model metadata (MiniMax recipes), plus documentation updates and a version bump.
✨ Features
- [
#23] Add custom LiteLLM model metadata for models LiteLLM does not know yet- New
wdoc/utils/customs/add_extra_litellm_models_metadata.pyregistering MiniMax model recipes (MiniMax-M3,MiniMax-M2.7, ...) with their context sizes, pricing, modalities and reasoning capabilities - Registers both the global (
api.minimax.io) and CN (api.minimaxi.com) OpenAI/Anthropic endpoints - Wired into
wdoc/wdoc.pyat import time, covered bytests/test_litellm_models.py
- New
🔖 Version
- [
88796988] Bump version5.2.0→5.2.1
📚 Documentation
- [
fdd9d291] Updated Sphinx build command in README - [
034f0c9c] Regenerated Sphinx docswdoc.utils.customswdoc.utils.loaders
Commits details since the last release
- [8879698] by @thiswillbeyourgithub, 30 minutes ago:
bump version 5.2.0 -> 5.2.1
bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py
- [fdd9d29] by @thiswillbeyourgithub, 16 minutes ago:
doc: updated sphinx command
Signed-off-by: thiswillbeyourgithub 26625900+thiswillbeyourgithub@users.noreply.github.com
README.md
- [034f0c9] by @thiswillbeyourgithub, 18 minutes ago:
doc: updated sphinx doc
Signed-off-by: thiswillbeyourgithub 26625900+thiswillbeyourgithub@users.noreply.github.com
docs/source/wdoc.utils.customs.rst
docs/source/wdoc.utils.loaders.rst
-
[4f53f45] by @thiswillbeyourgithub, 20 minutes ago:
Merge branch 'main' into dev -
[5a6fd0a] by @thiswillbeyourgithub, 37 minutes ago:
Merge pull request #23 from octo-patch/octo/20260801-model-add-recvqs4oL2zDzm
Add current MiniMax model recipes -
[87940fe] by @octo-patch, 13 days ago:
Address LiteLLM metadata review feedback
tests/test_litellm_models.py
wdoc/utils/customs/add_extra_litellm_models_metadata.py
wdoc/wdoc.py
- [16d1200] by @octo-patch, 3 weeks ago:
Add current MiniMax model recipes
tests/test_litellm_models.py
wdoc/utils/customs/litellm_models.py
wdoc/wdoc.py