From 74ade80d2f3f351a2cddea92fd10103dcd292a1e Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:50:07 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#36123) 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 | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py index 71190a43a24..e49ef5ac6b0 100644 --- a/libs/partners/openrouter/langchain_openrouter/data/_profiles.py +++ b/libs/partners/openrouter/langchain_openrouter/data/_profiles.py @@ -2641,6 +2641,50 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": True, "temperature": False, }, + "openai/gpt-5.4-mini": { + "name": "GPT-5.4 Mini", + "release_date": "2026-03-17", + "last_updated": "2026-03-17", + "open_weights": False, + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "text_inputs": True, + "image_inputs": True, + "audio_inputs": False, + "pdf_inputs": True, + "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": True, + "temperature": True, + }, + "openai/gpt-5.4-nano": { + "name": "GPT-5.4 Nano", + "release_date": "2026-03-17", + "last_updated": "2026-03-17", + "open_weights": False, + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "text_inputs": True, + "image_inputs": True, + "audio_inputs": False, + "pdf_inputs": True, + "video_inputs": False, + "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, + }, "openai/gpt-5.4-pro": { "name": "GPT-5.4 Pro", "release_date": "2026-03-05", @@ -3968,6 +4012,48 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "xiaomi/mimo-v2-omni": { + "name": "MiMo-V2-Omni", + "release_date": "2026-03-18", + "last_updated": "2026-03-18", + "open_weights": True, + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "text_inputs": True, + "image_inputs": True, + "audio_inputs": True, + "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, + }, + "xiaomi/mimo-v2-pro": { + "name": "MiMo-V2-Pro", + "release_date": "2026-03-18", + "last_updated": "2026-03-18", + "open_weights": True, + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "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, + }, "z-ai/glm-4.5": { "name": "GLM 4.5", "release_date": "2025-07-28",