From 83718b112981b1567a4a6d01e9669003a612ce34 Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:48:09 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#37015) 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 | 8 +-- .../openai/langchain_openai/data/_profiles.py | 2 +- .../langchain_openrouter/data/_profiles.py | 64 ++++++++++++++++++- 3 files changed, 68 insertions(+), 6 deletions(-) diff --git a/libs/partners/deepseek/langchain_deepseek/data/_profiles.py b/libs/partners/deepseek/langchain_deepseek/data/_profiles.py index 87ec00487e0..f3f4aefe36d 100644 --- a/libs/partners/deepseek/langchain_deepseek/data/_profiles.py +++ b/libs/partners/deepseek/langchain_deepseek/data/_profiles.py @@ -21,8 +21,8 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2025-12-01", "last_updated": "2026-02-28", "open_weights": True, - "max_input_tokens": 131072, - "max_output_tokens": 8192, + "max_input_tokens": 1000000, + "max_output_tokens": 384000, "text_inputs": True, "image_inputs": False, "audio_inputs": False, @@ -41,8 +41,8 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2025-12-01", "last_updated": "2026-02-28", "open_weights": True, - "max_input_tokens": 128000, - "max_output_tokens": 64000, + "max_input_tokens": 1000000, + "max_output_tokens": 384000, "text_inputs": True, "image_inputs": False, "audio_inputs": False, diff --git a/libs/partners/openai/langchain_openai/data/_profiles.py b/libs/partners/openai/langchain_openai/data/_profiles.py index d321bc9a14a..193ed804e59 100644 --- a/libs/partners/openai/langchain_openai/data/_profiles.py +++ b/libs/partners/openai/langchain_openai/data/_profiles.py @@ -905,7 +905,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "last_updated": "2026-04-23", "open_weights": False, "max_input_tokens": 1050000, - "max_output_tokens": 130000, + "max_output_tokens": 128000, "text_inputs": True, "image_inputs": True, "audio_inputs": False, diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 638e3f7b22e..092be02f28e 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -2515,7 +2515,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "last_updated": "2026-04-23", "open_weights": False, "max_input_tokens": 1050000, - "max_output_tokens": 130000, + "max_output_tokens": 128000, "text_inputs": True, "image_inputs": True, "audio_inputs": False, @@ -2717,6 +2717,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": True, "temperature": True, }, + "openrouter/pareto-code": { + "name": "Pareto Code Router", + "release_date": "2026-04-21", + "last_updated": "2026-04-21", + "open_weights": False, + "max_input_tokens": 200000, + "max_output_tokens": 200000, + "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": True, + "temperature": True, + }, "prime-intellect/intellect-3": { "name": "Intellect 3", "release_date": "2025-01-15", @@ -3445,6 +3466,47 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "xiaomi/mimo-v2.5": { + "name": "MiMo-V2.5", + "release_date": "2026-04-22", + "last_updated": "2026-04-22", + "open_weights": False, + "max_input_tokens": 1048576, + "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": True, + "temperature": True, + }, + "xiaomi/mimo-v2.5-pro": { + "name": "MiMo-V2.5-Pro", + "release_date": "2026-04-22", + "last_updated": "2026-04-22", + "open_weights": False, + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "text_inputs": True, + "image_inputs": True, + "audio_inputs": True, + "pdf_inputs": True, + "video_inputs": True, + "text_outputs": True, + "image_outputs": False, + "audio_outputs": False, + "video_outputs": False, + "reasoning_output": True, + "tool_calling": True, + "attachment": True, + "temperature": True, + }, "z-ai/glm-4.5": { "name": "GLM 4.5", "release_date": "2025-07-28",