diff --git a/litellm/utils.py b/litellm/utils.py index 055f4afdb20..ac00a457b4f 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -5711,6 +5711,7 @@ def get_supported_openai_params(model: str, custom_llm_provider: str): "frequency_penalty", "logit_bias", "user", + "response_format", ] elif custom_llm_provider == "perplexity": return [