From e015fb2267760076d3939c9fb31508debf949239 Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 15:24:29 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#35646) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated refresh of model profile data for all in-monorepo partner integrations via `langchain-profiles refresh`. 🤖 Generated by the `refresh_model_profiles` workflow. Co-authored-by: mdrxy <61371264+mdrxy@users.noreply.github.com> --- .../langchain_deepseek/data/_profiles.py | 2 +- .../langchain_openrouter/data/_profiles.py | 60 +++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/libs/partners/deepseek/langchain_deepseek/data/_profiles.py b/libs/partners/deepseek/langchain_deepseek/data/_profiles.py index f24a7b99074..2da3ac16d1c 100644 --- a/libs/partners/deepseek/langchain_deepseek/data/_profiles.py +++ b/libs/partners/deepseek/langchain_deepseek/data/_profiles.py @@ -32,7 +32,7 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "deepseek-reasoner": { "max_input_tokens": 128000, - "max_output_tokens": 128000, + "max_output_tokens": 64000, "text_inputs": True, "image_inputs": False, "audio_inputs": False, diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 92ac5832284..8a6647ee7b7 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -866,6 +866,51 @@ _PROFILES: dict[str, dict[str, Any]] = { "reasoning_output": False, "tool_calling": False, }, + "inception/mercury": { + "max_input_tokens": 128000, + "max_output_tokens": 32000, + "text_inputs": True, + "image_inputs": False, + "audio_inputs": False, + "video_inputs": False, + "text_outputs": True, + "image_outputs": False, + "audio_outputs": False, + "video_outputs": False, + "reasoning_output": False, + "tool_calling": True, + "structured_output": True, + }, + "inception/mercury-2": { + "max_input_tokens": 128000, + "max_output_tokens": 50000, + "text_inputs": True, + "image_inputs": False, + "audio_inputs": False, + "video_inputs": False, + "text_outputs": True, + "image_outputs": False, + "audio_outputs": False, + "video_outputs": False, + "reasoning_output": True, + "tool_calling": True, + "structured_output": True, + }, + "inception/mercury-coder": { + "max_input_tokens": 128000, + "max_output_tokens": 32000, + "text_inputs": True, + "image_inputs": False, + "audio_inputs": False, + "video_inputs": False, + "text_outputs": True, + "image_outputs": False, + "audio_outputs": False, + "video_outputs": False, + "reasoning_output": False, + "tool_calling": True, + "structured_output": True, + }, "kwaipilot/kat-coder-pro:free": { "max_input_tokens": 256000, "max_output_tokens": 65536, @@ -1943,6 +1988,21 @@ _PROFILES: dict[str, dict[str, Any]] = { "tool_calling": True, "structured_output": True, }, + "openrouter/free": { + "max_input_tokens": 200000, + "max_output_tokens": 8000, + "text_inputs": True, + "image_inputs": True, + "audio_inputs": False, + "video_inputs": False, + "text_outputs": True, + "image_outputs": False, + "audio_outputs": False, + "video_outputs": False, + "reasoning_output": True, + "tool_calling": True, + "structured_output": True, + }, "openrouter/sherlock-dash-alpha": { "max_input_tokens": 1840000, "max_output_tokens": 0,