From a87a3d0f95bc005b3b78cf1a835af072cb8140d1 Mon Sep 17 00:00:00 2001 From: Felipe Gare Date: Wed, 15 Oct 2025 16:06:44 -0300 Subject: [PATCH] adding support parameters to model_prices json --- model_prices_and_context_window.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 91a23b7f00..c965fa2092 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.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,