From 233e02a8223234de731dda8f47152fa6c6a40535 Mon Sep 17 00:00:00 2001 From: "langchain-oss-model-profiles[bot]" <262694797+langchain-oss-model-profiles[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:59:19 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#38810) 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](https://github.com/langchain-ai/langchain/blob/master/.github/workflows/refresh_model_profiles.yml). ## Summary of changes **0 added · 1 removed · 1 changed** across 1 provider(s). ### openrouter **➖ 1 removed** - `meta-llama/llama-3-8b-instruct` **✏️ 1 changed** - `z-ai/glm-5.2`: max output tokens 131,072 → 128,000 Co-authored-by: mdrxy <61371264+mdrxy@users.noreply.github.com> --- .../langchain_openrouter/data/_profiles.py | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index ae9bb9f62b4..cbca19957e0 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -2154,28 +2154,6 @@ _PROFILES: dict[str, dict[str, Any]] = { "temperature": True, "tool_call_streaming": True, }, - "meta-llama/llama-3-8b-instruct": { - "name": "Llama 3 8B Instruct", - "release_date": "2024-04-18", - "last_updated": "2024-04-18", - "open_weights": True, - "max_input_tokens": 8192, - "max_output_tokens": 8192, - "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.1-70b-instruct": { "name": "Llama 3.1 70B Instruct", "release_date": "2024-07-23", @@ -7461,7 +7439,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "last_updated": "2026-06-13", "open_weights": True, "max_input_tokens": 1048576, - "max_output_tokens": 131072, + "max_output_tokens": 128000, "text_inputs": True, "image_inputs": False, "audio_inputs": False,