From 65bbd47cb2721c51ef8638f9e7da35247c4bfdde Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:48:36 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#36596) 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_fireworks/data/_profiles.py | 2 +- .../langchain_huggingface/data/_profiles.py | 20 ++++++++++++++++ .../langchain_openrouter/data/_profiles.py | 23 ++++++++++++++++++- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/libs/partners/fireworks/langchain_fireworks/data/_profiles.py b/libs/partners/fireworks/langchain_fireworks/data/_profiles.py index 8a910ae1247..0f1334c40ee 100644 --- a/libs/partners/fireworks/langchain_fireworks/data/_profiles.py +++ b/libs/partners/fireworks/langchain_fireworks/data/_profiles.py @@ -277,7 +277,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "temperature": True, }, "accounts/fireworks/routers/kimi-k2p5-turbo": { - "name": "Kimi K2.5 Turbo", + "name": "Kimi K2.5 Turbo (firepass)", "release_date": "2026-01-27", "last_updated": "2026-01-27", "open_weights": True, diff --git a/libs/partners/huggingface/langchain_huggingface/data/_profiles.py b/libs/partners/huggingface/langchain_huggingface/data/_profiles.py index ab04aa6801b..00cfafd3f57 100644 --- a/libs/partners/huggingface/langchain_huggingface/data/_profiles.py +++ b/libs/partners/huggingface/langchain_huggingface/data/_profiles.py @@ -416,4 +416,24 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "zai-org/GLM-5.1": { + "name": "GLM-5.1", + "release_date": "2026-04-03", + "last_updated": "2026-04-03", + "open_weights": True, + "max_input_tokens": 202752, + "max_output_tokens": 131072, + "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, + "attachment": False, + "temperature": True, + }, } diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 498def99611..6c450850277 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -3550,7 +3550,28 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2026-03-16", "last_updated": "2026-03-16", "open_weights": False, - "max_input_tokens": 200000, + "max_input_tokens": 202752, + "max_output_tokens": 131072, + "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, + "attachment": False, + "temperature": True, + }, + "z-ai/glm-5.1": { + "name": "GLM-5.1", + "release_date": "2026-04-07", + "last_updated": "2026-04-07", + "open_weights": True, + "max_input_tokens": 202752, "max_output_tokens": 131072, "text_inputs": True, "image_inputs": False,