litellm/tests/test_litellm/llms/openai_like
Cesar Garcia 2ef8bbdf6a
fix: add xiaomi_mimo to LlmProviders enum to fix router support (#18819)
Added XIAOMI_MIMO to the LlmProviders enum in types/utils.py.
The provider was already configured in providers.json but was
missing from the enum, causing "Unsupported provider" errors
when using it in Router/Proxy configurations.

Also added comprehensive unit tests to prevent regression.
2026-01-08 23:45:57 +05:30
..
chat fix: Resolve pytest module name collision for test_transformation.py files (#16661) 2025-11-14 16:50:40 -08:00
__init__.py [Feat] Allow adding OpenAI compatible chat providers using .json + add public ai provider (#17448) 2025-12-04 17:59:25 -08:00
test_json_providers.py Refactor: Skip PublicAI tests if API key is not set (#17540) 2025-12-05 10:22:07 -08:00
test_xiaomi_mimo.py fix: add xiaomi_mimo to LlmProviders enum to fix router support (#18819) 2026-01-08 23:45:57 +05:30