From cebf5a8b7226c4766612bbec58fffd26a23ad2eb Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:48:28 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#38331) 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 | 88 ++++++++++++------- 1 file changed, 55 insertions(+), 33 deletions(-) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 8360cd55c3c..91e4c595b65 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -2198,28 +2198,6 @@ _PROFILES: dict[str, dict[str, Any]] = { "temperature": True, "tool_call_streaming": True, }, - "meta-llama/llama-3-70b-instruct": { - "name": "Llama 3 70B Instruct", - "release_date": "2024-04-18", - "last_updated": "2024-04-18", - "open_weights": True, - "max_input_tokens": 8192, - "max_output_tokens": 8000, - "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": True, - "attachment": False, - "temperature": True, - "tool_call_streaming": True, - }, "meta-llama/llama-3-8b-instruct": { "name": "Llama 3 8B Instruct", "release_date": "2024-04-18", @@ -3249,8 +3227,8 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2026-04-21", "last_updated": "2026-04-21", "open_weights": True, - "max_input_tokens": 262142, - "max_output_tokens": 262142, + "max_input_tokens": 262144, + "max_output_tokens": 262144, "text_inputs": True, "image_inputs": True, "audio_inputs": False, @@ -3272,7 +3250,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "last_updated": "2026-06-12", "open_weights": True, "max_input_tokens": 262144, - "max_output_tokens": 16384, + "max_output_tokens": 262144, "text_inputs": True, "image_inputs": True, "audio_inputs": False, @@ -5377,11 +5355,55 @@ _PROFILES: dict[str, dict[str, Any]] = { "temperature": True, "tool_call_streaming": True, }, + "poolside/laguna-m.1": { + "name": "Laguna M.1", + "release_date": "2026-04-28", + "last_updated": "2026-04-28", + "open_weights": True, + "max_input_tokens": 262144, + "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": True, + "tool_calling": True, + "structured_output": True, + "attachment": False, + "temperature": True, + "tool_call_streaming": True, + }, "poolside/laguna-m.1:free": { "name": "Laguna M.1 (free)", "release_date": "2026-04-28", "last_updated": "2026-04-28", - "open_weights": False, + "open_weights": True, + "max_input_tokens": 262144, + "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": True, + "tool_calling": True, + "structured_output": False, + "attachment": False, + "temperature": True, + "tool_call_streaming": True, + }, + "poolside/laguna-xs.2": { + "name": "Laguna XS.2", + "release_date": "2026-04-28", + "last_updated": "2026-04-28", + "open_weights": True, "max_input_tokens": 262144, "max_output_tokens": 32768, "text_inputs": True, @@ -5416,7 +5438,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "video_outputs": False, "reasoning_output": True, "tool_calling": True, - "structured_output": True, + "structured_output": False, "attachment": False, "temperature": True, "tool_call_streaming": True, @@ -6241,7 +6263,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "last_updated": "2026-02-23", "open_weights": True, "max_input_tokens": 262144, - "max_output_tokens": 81920, + "max_output_tokens": 262144, "text_inputs": True, "image_inputs": True, "audio_inputs": False, @@ -7319,9 +7341,9 @@ _PROFILES: dict[str, dict[str, Any]] = { "name": "GLM-5.2", "release_date": "2026-06-13", "last_updated": "2026-06-13", - "open_weights": False, - "max_input_tokens": 262144, - "max_output_tokens": 262144, + "open_weights": True, + "max_input_tokens": 1048576, + "max_output_tokens": 131072, "text_inputs": True, "image_inputs": False, "audio_inputs": False, @@ -7480,8 +7502,8 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2026-04-27", "last_updated": "2026-04-27", "open_weights": False, - "max_input_tokens": 262142, - "max_output_tokens": 262142, + "max_input_tokens": 262144, + "max_output_tokens": 262144, "text_inputs": True, "image_inputs": True, "audio_inputs": False,