Files
litellm/tests/test_litellm/llms
Cesar Garcia 0295f912be fix(openai): include 'user' param for responses API models (#17648)
The 'user' parameter was being ignored when using responses API models
(e.g., model="openai/responses/gpt-4.1") because the model name check
in get_supported_openai_params() didn't account for the "responses/" prefix.

Fix: Normalize the model name by stripping "responses/" prefix before
checking if the model is in the list of supported OpenAI models.

This is a minimal, non-breaking change that:
- Adds 2 lines of code in gpt_transformation.py
- Only affects the parameter support check, not the model variable itself
- Includes unit and integration tests
2025-12-08 18:52:47 -08:00
..
2025-09-10 19:39:23 -07:00
2025-05-31 12:42:56 -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-05-31 12:42:56 -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