From eb30aa34cf09384f8c040f8bcd362ffd7db555cf Mon Sep 17 00:00:00 2001 From: Chesars Date: Wed, 11 Mar 2026 12:31:41 -0300 Subject: [PATCH] chore: restore gpt-4-0613 (still functional despite deprecation date) Verified via curl that gpt-4-0613 still responds successfully. gpt-4-0314 confirmed dead (model_not_found), stays removed. --- model_prices_and_context_window.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 121bb4dd70..5b171f65d5 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -19179,6 +19179,20 @@ "supports_system_messages": true, "supports_tool_choice": true }, + "gpt-4-0613": { + "deprecation_date": "2025-06-06", + "input_cost_per_token": 3e-05, + "litellm_provider": "openai", + "max_input_tokens": 8192, + "max_output_tokens": 4096, + "max_tokens": 4096, + "mode": "chat", + "output_cost_per_token": 6e-05, + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_system_messages": true, + "supports_tool_choice": true + }, "gpt-4-1106-preview": { "deprecation_date": "2026-03-26", "input_cost_per_token": 1e-05,