From 8a8d6082eeb4143252ca7b5483acb0487ffc3d72 Mon Sep 17 00:00:00 2001 From: Tobias Wasner Date: Thu, 20 Aug 2026 08:56:26 +0200 Subject: [PATCH] fix: set supports_vision to false for novita/openai/gpt-oss-120b gpt-oss-120b is a text-only model and does not support vision, but the entry had supports_vision: true. Fixes #37584. Co-Authored-By: Claude --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index d0eca17272d6..9398632d8a0c 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -45324,7 +45324,7 @@ "supports_function_calling": true, "supports_parallel_function_calling": true, "supports_tool_choice": true, - "supports_vision": true, + "supports_vision": false, "supports_system_messages": true, "supports_response_schema": true, "supports_reasoning": true diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index d0eca17272d6..9398632d8a0c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -45324,7 +45324,7 @@ "supports_function_calling": true, "supports_parallel_function_calling": true, "supports_tool_choice": true, - "supports_vision": true, + "supports_vision": false, "supports_system_messages": true, "supports_response_schema": true, "supports_reasoning": true