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-12-06 14:43:55 -08:00
2025-12-11 15:31:47 -08:00
2025-12-11 12:50:03 -08:00
2025-12-11 08:09:13 -08:00
2025-08-21 11:25:26 -07:00
2025-12-12 22:25:57 +05:30
2025-07-12 10:50:39 -07:00
2025-12-04 22:06:13 -08:00
2025-08-11 18:06:37 -07:00
2025-09-15 22:03:42 +02:00
2025-12-02 14:37:45 -08:00
2025-11-03 20:27:25 -08:00
2025-12-01 20:06:47 -08:00
2025-08-21 19:42:46 -06:00
2025-11-02 09:45:18 -08:00
2025-09-10 19:39:23 -07:00
2025-11-22 11:07:56 -08:00
2025-12-08 20:29:50 +05:30
2025-12-12 03:56:44 -08:00
2025-12-05 12:42:25 -08:00
2025-08-06 14:23:55 -06:00
2025-09-27 10:01:48 -07:00
2025-08-05 19:21:56 -07:00
2025-09-30 12:12:24 -06:00
2025-08-12 22:03:39 -07:00
2025-07-03 22:35:22 -07:00
2025-09-12 22:41:30 +02:00
2025-06-30 16:52:42 -07:00
2025-11-10 18:41:45 -08:00
2025-07-14 15:23:34 -07:00
2025-11-23 22:03:44 -08:00
2025-12-05 15:52:54 -08:00
2025-12-12 11:40:35 -08:00
2025-12-05 10:22:07 -08:00
2025-12-02 22:00:19 -08:00
2025-12-01 18:26:39 -08:00
2025-11-06 19:00:45 -08:00
2025-07-18 08:41:18 -07:00
2025-12-05 09:43:52 -08:00
2025-12-06 00:04:04 +05:30
2025-07-22 15:03:08 -07:00
2025-11-13 14:32:09 -08:00
2025-10-17 17:52:25 -07:00
2025-08-12 17:15:26 -07:00
2025-12-08 12:31:06 -08:00
2025-11-17 20:27:46 -08:00
2025-10-30 19:40:35 -07:00
2025-12-10 10:34:08 +05:30
2025-09-16 12:11:10 +08:00
2025-12-11 12:50:03 -08:00
2025-09-11 00:07:30 +05:30
2025-12-11 15:21:09 -08:00
2025-11-24 11:44:20 -08:00
2025-12-01 19:56:47 -08:00