From 53a5ac335228869a9b398191778b660a910fda8b Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:35:08 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#37694) 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 | 25 ++----------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index e3474b04f91..e663e69b122 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -142,27 +142,6 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, - "alibaba/tongyi-deepresearch-30b-a3b": { - "name": "Tongyi DeepResearch 30B A3B", - "release_date": "2025-09-18", - "last_updated": "2025-09-18", - "open_weights": True, - "max_input_tokens": 131072, - "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, - }, "allenai/olmo-3-32b-think": { "name": "Olmo 3 32B Think", "release_date": "2025-11-21", @@ -1125,8 +1104,8 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2025-12-01", "last_updated": "2026-02-28", "open_weights": True, - "max_input_tokens": 163840, - "max_output_tokens": 16384, + "max_input_tokens": 128000, + "max_output_tokens": 16000, "text_inputs": True, "image_inputs": False, "audio_inputs": False,