From 784225886601a896e17c2c6a7acdd3cb6fcae11f Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:14:32 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#37247) 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, 64 insertions(+), 2 deletions(-) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 696b1843d3e..03d1f897e27 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -2927,6 +2927,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": True, "temperature": True, }, + "qwen/qwen-plus": { + "name": "Qwen: Qwen-Plus", + "release_date": "2025-01-25", + "last_updated": "2025-01-25", + "open_weights": False, + "max_input_tokens": 1000000, + "max_output_tokens": 32768, + "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, + "structured_output": False, + "attachment": False, + "temperature": True, + }, "qwen/qwen2.5-vl-72b-instruct": { "name": "Qwen2.5 VL 72B Instruct", "release_date": "2025-02-01", @@ -3095,6 +3116,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "qwen/qwen3-coder-plus": { + "name": "Qwen3 Coder Plus", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "open_weights": True, + "max_input_tokens": 1000000, + "max_output_tokens": 65536, + "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, + "structured_output": True, + "attachment": False, + "temperature": True, + }, "qwen/qwen3-coder:exacto": { "name": "Qwen3 Coder (exacto)", "release_date": "2025-07-23", @@ -3342,6 +3384,26 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "tencent/hy3-preview": { + "name": "Hy3 preview", + "release_date": "2026-04-20", + "last_updated": "2026-04-20", + "open_weights": True, + "max_input_tokens": 256000, + "max_output_tokens": 64000, + "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, + }, "x-ai/grok-3": { "name": "Grok 3", "release_date": "2025-02-17", @@ -3629,7 +3691,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "video_outputs": False, "reasoning_output": True, "tool_calling": True, - "attachment": True, + "attachment": False, "temperature": True, }, "xiaomi/mimo-v2.5": { @@ -3669,7 +3731,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "video_outputs": False, "reasoning_output": True, "tool_calling": True, - "attachment": True, + "attachment": False, "temperature": True, }, "z-ai/glm-4.5": {