From 22f78afb0a57a6793f263644d3ccb91a13dbc9ad Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 11:31:13 -0500 Subject: [PATCH] chore(model-profiles): refresh model profile data (#36668) 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 | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index ce5c407a3bc..5463ceaff18 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -456,6 +456,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "deepseek/deepseek-r1": { + "name": "DeepSeek: R1", + "release_date": "2025-01-20", + "last_updated": "2025-01-20", + "open_weights": True, + "max_input_tokens": 64000, + "max_output_tokens": 16000, + "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": False, + "attachment": False, + "temperature": True, + }, "deepseek/deepseek-r1-distill-llama-70b": { "name": "DeepSeek R1 Distill Llama 70B", "release_date": "2025-01-23", @@ -1400,6 +1421,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "minimax/minimax-m2.5:free": { + "name": "MiniMax M2.5 (free)", + "release_date": "2026-02-12", + "last_updated": "2026-02-12", + "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, + "structured_output": True, + "attachment": False, + "temperature": True, + }, "minimax/minimax-m2.7": { "name": "MiniMax M2.7", "release_date": "2026-03-18", @@ -2986,6 +3028,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": True, "temperature": True, }, + "qwen/qwen3.5-flash-02-23": { + "name": "Qwen: Qwen3.5-Flash", + "release_date": "2026-02-25", + "last_updated": "2026-02-25", + "open_weights": False, + "max_input_tokens": 1000000, + "max_output_tokens": 65536, + "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": True, + "tool_calling": True, + "structured_output": True, + "attachment": True, + "temperature": True, + }, "qwen/qwen3.5-plus-02-15": { "name": "Qwen3.5 Plus 2026-02-15", "release_date": "2026-02-16",