From 0212eb6f042c4bb40cc439dae20eeb476d44c18f Mon Sep 17 00:00:00 2001 From: Felipe Gare Date: Tue, 14 Oct 2025 13:37:56 -0300 Subject: [PATCH] change gpt-5-codex support in model_price json --- litellm/model_prices_and_context_window_backup.json | 4 ++-- 1 file 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 91a23b7f00..c965fa2092 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -13197,11 +13197,11 @@ "text" ], "supports_function_calling": true, - "supports_native_streaming": false, + "supports_native_streaming": true, "supports_parallel_function_calling": true, "supports_pdf_input": true, "supports_prompt_caching": true, - "supports_reasoning": false, + "supports_reasoning": true, "supports_response_schema": true, "supports_system_messages": false, "supports_tool_choice": true,