mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-29 13:12:53 +00:00
9f6f96d76c
* fix(router.py): support base model for model group usage allows model group info to show accurate cost information for azure models * fix(router.py): fix changes * test: add unit tests * build(pyproject.toml): bump openai version requirements support custom tool from responses api Closes https://github.com/BerriAI/litellm/issues/13391 * docs(responses_api.md): add verbosity + free-form function calling parameters * docs(responses_api.md): add cfg + minimal reasoning to docs Closes https://github.com/BerriAI/litellm/issues/13391 * docs(responses_api.md): add proxy examples to docs * refactor: fix ruff error
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.