From 063739b8e7641faa1d10b87fe41bfbca61327bcb Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 04:18:49 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#36099) 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_openrouter/data/_profiles.py | 20 +++++++++++++++++++ .../xai/langchain_xai/data/_profiles.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 02e05d14578..71190a43a24 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -1580,6 +1580,26 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "minimax/minimax-m2.7": { + "name": "MiniMax M2.7", + "release_date": "2026-03-18", + "last_updated": "2026-03-18", + "open_weights": True, + "max_input_tokens": 204800, + "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, + }, "mistralai/codestral-2508": { "name": "Codestral 2508", "release_date": "2025-08-01", diff --git a/libs/partners/xai/langchain_xai/data/_profiles.py b/libs/partners/xai/langchain_xai/data/_profiles.py index f05b847d214..6424582add8 100644 --- a/libs/partners/xai/langchain_xai/data/_profiles.py +++ b/libs/partners/xai/langchain_xai/data/_profiles.py @@ -455,7 +455,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "audio_outputs": False, "video_outputs": False, "reasoning_output": True, - "tool_calling": True, + "tool_calling": False, "attachment": True, "temperature": True, },