From 791c6126a451075c87cf3e8edf5f36a4dce73147 Mon Sep 17 00:00:00 2001 From: Timothy Lowrimore Date: Wed, 6 Aug 2025 15:14:36 -0600 Subject: [PATCH] updates price and context window for heroku models --- ...odel_prices_and_context_window_backup.json | 20 +++++++++++++++---- model_prices_and_context_window.json | 20 +++++++++++++++---- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 0de4a0f1182..786fd578ce8 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -17639,21 +17639,33 @@ "heroku/claude-4-sonnet": { "max_tokens": 8192, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true }, "heroku/claude-3-7-sonnet": { "max_tokens": 8192, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true }, "heroku/claude-3-5-sonnet-latest": { "max_tokens": 8192, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true }, "heroku/claude-3-5-haiku": { "max_tokens": 4096, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true } } diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 0de4a0f1182..786fd578ce8 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -17639,21 +17639,33 @@ "heroku/claude-4-sonnet": { "max_tokens": 8192, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true }, "heroku/claude-3-7-sonnet": { "max_tokens": 8192, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true }, "heroku/claude-3-5-sonnet-latest": { "max_tokens": 8192, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true }, "heroku/claude-3-5-haiku": { "max_tokens": 4096, "litellm_provider": "heroku", - "mode": "chat" + "mode": "chat", + "supports_function_calling": true, + "supports_system_messages": true, + "supports_tool_choice": true } }