From 3de039a46abe1f7008a45a5f6a3c35c2ce6f940d 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, 7 May 2026 11:13:12 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#37231) 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 | 66 ++++++++++++------- 1 file changed, 42 insertions(+), 24 deletions(-) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 964c8ceb064..696b1843d3e 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -2906,6 +2906,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "qwen/qwen-3.6-27b": { + "name": "Qwen3.6 27B", + "release_date": "2026-04-22", + "last_updated": "2026-04-22", + "open_weights": True, + "max_input_tokens": 262144, + "max_output_tokens": 81920, + "text_inputs": True, + "image_inputs": True, + "audio_inputs": False, + "video_inputs": True, + "text_outputs": True, + "image_outputs": False, + "audio_outputs": False, + "video_outputs": False, + "reasoning_output": False, + "tool_calling": True, + "structured_output": True, + "attachment": True, + "temperature": True, + }, "qwen/qwen2.5-vl-72b-instruct": { "name": "Qwen2.5 VL 72B Instruct", "release_date": "2025-02-01", @@ -3551,9 +3572,9 @@ _PROFILES: dict[str, dict[str, Any]] = { "temperature": True, }, "xiaomi/mimo-v2-flash": { - "name": "MiMo-V2-Flash", - "release_date": "2025-12-14", - "last_updated": "2025-12-14", + "name": "Xiaomi: MiMo-V2-Flash", + "release_date": "2025-12-16", + "last_updated": "2026-02-04", "open_weights": True, "max_input_tokens": 262144, "max_output_tokens": 65536, @@ -3567,20 +3588,20 @@ _PROFILES: dict[str, dict[str, Any]] = { "video_outputs": False, "reasoning_output": True, "tool_calling": True, - "structured_output": True, "attachment": False, "temperature": True, }, "xiaomi/mimo-v2-omni": { - "name": "MiMo-V2-Omni", + "name": "Xiaomi: MiMo-V2-Omni", "release_date": "2026-03-18", "last_updated": "2026-03-18", - "open_weights": True, + "open_weights": False, "max_input_tokens": 262144, - "max_output_tokens": 65536, + "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, @@ -3588,17 +3609,16 @@ _PROFILES: dict[str, dict[str, Any]] = { "video_outputs": False, "reasoning_output": True, "tool_calling": True, - "structured_output": True, "attachment": True, "temperature": True, }, "xiaomi/mimo-v2-pro": { - "name": "MiMo-V2-Pro", + "name": "Xiaomi: MiMo-V2-Pro", "release_date": "2026-03-18", "last_updated": "2026-03-18", - "open_weights": True, + "open_weights": False, "max_input_tokens": 1048576, - "max_output_tokens": 65536, + "max_output_tokens": 131072, "text_inputs": True, "image_inputs": False, "audio_inputs": False, @@ -3609,21 +3629,20 @@ _PROFILES: dict[str, dict[str, Any]] = { "video_outputs": False, "reasoning_output": True, "tool_calling": True, - "structured_output": True, - "attachment": False, + "attachment": True, "temperature": True, }, "xiaomi/mimo-v2.5": { - "name": "MiMo-V2.5", + "name": "Xiaomi: MiMo-V2.5", "release_date": "2026-04-22", "last_updated": "2026-04-22", - "open_weights": False, + "open_weights": True, "max_input_tokens": 1048576, "max_output_tokens": 131072, "text_inputs": True, - "image_inputs": False, - "audio_inputs": False, - "video_inputs": False, + "image_inputs": True, + "audio_inputs": True, + "video_inputs": True, "text_outputs": True, "image_outputs": False, "audio_outputs": False, @@ -3634,17 +3653,16 @@ _PROFILES: dict[str, dict[str, Any]] = { "temperature": True, }, "xiaomi/mimo-v2.5-pro": { - "name": "MiMo-V2.5-Pro", + "name": "Xiaomi: MiMo-V2.5-Pro", "release_date": "2026-04-22", "last_updated": "2026-04-22", - "open_weights": False, + "open_weights": True, "max_input_tokens": 1048576, "max_output_tokens": 131072, "text_inputs": True, - "image_inputs": True, - "audio_inputs": True, - "pdf_inputs": True, - "video_inputs": True, + "image_inputs": False, + "audio_inputs": False, + "video_inputs": False, "text_outputs": True, "image_outputs": False, "audio_outputs": False,