From 7a74eeb33c9de17964bd29a84164e9836b0c9222 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, 2 Jun 2026 11:21:05 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#37852) 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 | 77 +++++++------------ 1 file changed, 27 insertions(+), 50 deletions(-) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index f4655af8403..eef42a802a9 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -1190,8 +1190,8 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2025-12-01", "last_updated": "2025-12-01", "open_weights": True, - "max_input_tokens": 131072, - "max_output_tokens": 65536, + "max_input_tokens": 128000, + "max_output_tokens": 64000, "text_inputs": True, "image_inputs": False, "audio_inputs": False, @@ -1290,50 +1290,6 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, - "google/gemini-2.0-flash-001": { - "name": "Gemini 2.0 Flash", - "release_date": "2025-02-05", - "last_updated": "2025-02-05", - "open_weights": False, - "max_input_tokens": 1048576, - "max_output_tokens": 8192, - "text_inputs": True, - "image_inputs": True, - "audio_inputs": True, - "pdf_inputs": True, - "video_inputs": True, - "text_outputs": True, - "image_outputs": False, - "audio_outputs": False, - "video_outputs": False, - "reasoning_output": False, - "tool_calling": True, - "structured_output": True, - "attachment": True, - "temperature": True, - }, - "google/gemini-2.0-flash-lite-001": { - "name": "Gemini 2.0 Flash Lite", - "release_date": "2025-02-25", - "last_updated": "2025-02-25", - "open_weights": False, - "max_input_tokens": 1048576, - "max_output_tokens": 8192, - "text_inputs": True, - "image_inputs": True, - "audio_inputs": True, - "pdf_inputs": True, - "video_inputs": True, - "text_outputs": True, - "image_outputs": False, - "audio_outputs": False, - "video_outputs": False, - "reasoning_output": False, - "tool_calling": True, - "structured_output": True, - "attachment": True, - "temperature": True, - }, "google/gemini-2.5-flash": { "name": "Gemini 2.5 Flash", "release_date": "2025-03-20", @@ -2690,6 +2646,27 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "minimax/minimax-m3": { + "name": "MiniMax M3", + "release_date": "2026-05-31", + "last_updated": "2026-05-31", + "open_weights": True, + "max_input_tokens": 524288, + "max_output_tokens": 512000, + "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": False, + "attachment": True, + "temperature": True, + }, "mistralai/codestral-2508": { "name": "Codestral 2508", "release_date": "2025-08-01", @@ -5542,8 +5519,8 @@ _PROFILES: dict[str, dict[str, Any]] = { "release_date": "2025-07-29", "last_updated": "2025-07-29", "open_weights": True, - "max_input_tokens": 262144, - "max_output_tokens": 262144, + "max_input_tokens": 128000, + "max_output_tokens": 32000, "text_inputs": True, "image_inputs": False, "audio_inputs": False, @@ -7078,7 +7055,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "last_updated": "2026-02-11", "open_weights": True, "max_input_tokens": 202752, - "max_output_tokens": 131000, + "max_output_tokens": 16384, "text_inputs": True, "image_inputs": False, "audio_inputs": False, @@ -7120,7 +7097,7 @@ _PROFILES: dict[str, dict[str, Any]] = { "last_updated": "2026-03-27", "open_weights": False, "max_input_tokens": 202752, - "max_output_tokens": 202800, + "max_output_tokens": 131072, "text_inputs": True, "image_inputs": False, "audio_inputs": False,