Files
litellm/tests/test_litellm/llms
Cesar Garcia 1531b58493 feat(openai): add reasoning_effort='xhigh' support for gpt-5.2 models (#17875)
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
2025-12-12 11:40:35 -08:00
..
2025-09-10 19:39:23 -07:00
2025-12-08 20:29:50 +05:30
2025-08-06 14:23:55 -06:00
2025-09-27 10:01:48 -07:00
2025-07-03 22:35:22 -07:00
2025-12-06 00:04:04 +05:30
2025-10-17 17:52:25 -07:00
2025-09-16 12:11:10 +08:00
2025-11-24 11:44:20 -08:00