From 06ab861ace88325966fda14ec9a4f1600f441cbb Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:41:16 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#37870) 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_mistralai/data/_profiles.py | 48 +++++++++++++++++++ .../langchain_openrouter/data/_profiles.py | 28 ++--------- .../xai/langchain_xai/data/_profiles.py | 2 +- 3 files changed, 53 insertions(+), 25 deletions(-) diff --git a/libs/partners/mistralai/langchain_mistralai/data/_profiles.py b/libs/partners/mistralai/langchain_mistralai/data/_profiles.py index 192aacb0f38..e5c275fa136 100644 --- a/libs/partners/mistralai/langchain_mistralai/data/_profiles.py +++ b/libs/partners/mistralai/langchain_mistralai/data/_profiles.py @@ -38,6 +38,28 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "devstral-2512": { "name": "Devstral 2", + "status": "deprecated", + "release_date": "2025-12-09", + "last_updated": "2025-12-09", + "open_weights": True, + "max_input_tokens": 262144, + "max_output_tokens": 262144, + "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, + "attachment": False, + "temperature": True, + }, + "devstral-latest": { + "name": "Devstral 2", + "status": "deprecated", "release_date": "2025-12-09", "last_updated": "2025-12-09", "open_weights": True, @@ -58,6 +80,7 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "devstral-medium-2507": { "name": "Devstral Medium", + "status": "deprecated", "release_date": "2025-07-10", "last_updated": "2025-07-10", "open_weights": True, @@ -78,6 +101,7 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "devstral-medium-latest": { "name": "Devstral 2 (latest)", + "status": "deprecated", "release_date": "2025-12-02", "last_updated": "2025-12-02", "open_weights": True, @@ -98,6 +122,7 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "devstral-small-2505": { "name": "Devstral Small 2505", + "status": "deprecated", "release_date": "2025-05-07", "last_updated": "2025-05-07", "open_weights": True, @@ -118,6 +143,7 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "devstral-small-2507": { "name": "Devstral Small", + "status": "deprecated", "release_date": "2025-07-10", "last_updated": "2025-07-10", "open_weights": True, @@ -138,6 +164,7 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "labs-devstral-small-2512": { "name": "Devstral Small 2", + "status": "deprecated", "release_date": "2025-12-09", "last_updated": "2025-12-09", "open_weights": True, @@ -498,6 +525,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "open-mistral-nemo": { + "name": "Open Mistral Nemo", + "status": "deprecated", + "release_date": "2024-07-01", + "last_updated": "2024-07-01", + "open_weights": True, + "max_input_tokens": 128000, + "max_output_tokens": 128000, + "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, + "attachment": False, + "temperature": True, + }, "open-mixtral-8x22b": { "name": "Mixtral 8x22B", "release_date": "2024-04-17", diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index eef42a802a9..b75f25cbc77 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -723,27 +723,6 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, - "baidu/ernie-4.5-300b-a47b": { - "name": "ERNIE 4.5 300B A47B ", - "release_date": "2025-06-30", - "last_updated": "2025-06-30", - "open_weights": True, - "max_input_tokens": 123000, - "max_output_tokens": 12000, - "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": False, - "structured_output": False, - "attachment": False, - "temperature": True, - }, "baidu/ernie-4.5-vl-28b-a3b": { "name": "ERNIE 4.5 VL 28B A3B", "release_date": "2025-08-12", @@ -2647,9 +2626,9 @@ _PROFILES: dict[str, dict[str, Any]] = { "temperature": True, }, "minimax/minimax-m3": { - "name": "MiniMax M3", - "release_date": "2026-05-31", - "last_updated": "2026-05-31", + "name": "MiniMax-M3", + "release_date": "2026-06-01", + "last_updated": "2026-06-01", "open_weights": True, "max_input_tokens": 524288, "max_output_tokens": 512000, @@ -2691,6 +2670,7 @@ _PROFILES: dict[str, dict[str, Any]] = { }, "mistralai/devstral-2512": { "name": "Devstral 2", + "status": "deprecated", "release_date": "2025-12-09", "last_updated": "2025-12-09", "open_weights": True, diff --git a/libs/partners/xai/langchain_xai/data/_profiles.py b/libs/partners/xai/langchain_xai/data/_profiles.py index 851693c648e..c19d578c6ac 100644 --- a/libs/partners/xai/langchain_xai/data/_profiles.py +++ b/libs/partners/xai/langchain_xai/data/_profiles.py @@ -175,7 +175,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "image_inputs": True, "audio_inputs": False, "pdf_inputs": True, - "video_inputs": False, + "video_inputs": True, "text_outputs": False, "image_outputs": False, "audio_outputs": False,