Skip to content

Release 5.2.2

Latest

Choose a tag to compare

@thiswillbeyourgithub thiswillbeyourgithub released this 24 Aug 10:11
· 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.py registering 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.py at import time, covered by tests/test_litellm_models.py

🔖 Version

  • [88796988] Bump version 5.2.05.2.1

📚 Documentation

  • [fdd9d291] Updated Sphinx build command in README
  • [034f0c9c] Regenerated Sphinx docs
    • wdoc.utils.customs
    • wdoc.utils.loaders

Commits details since the last release

bumpver.toml
docs/source/conf.py
setup.py
wdoc/wdoc.py

README.md

docs/source/wdoc.utils.customs.rst
docs/source/wdoc.utils.loaders.rst

tests/test_litellm_models.py
wdoc/utils/customs/add_extra_litellm_models_metadata.py
wdoc/wdoc.py

tests/test_litellm_models.py
wdoc/utils/customs/litellm_models.py
wdoc/wdoc.py