mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 01:07:15 +00:00
1531b58493
Add support for the 'xhigh' reasoning effort level on all gpt-5.2 model variants, not just gpt-5.2-pro. This enables deeper reasoning capabilities for the base gpt-5.2 model. Changes: - Add is_model_gpt_5_2_model() method to detect gpt-5.2 variants - Update xhigh validation to allow gpt-5.2 models - Update documentation with gpt-5.2 reasoning_effort support - Update tests to reflect new behavior
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/test_litellm
This folder can only run mock tests.