From 4176a8cfbe2f12f8b4c2f3042d7363b7cd8d5e29 Mon Sep 17 00:00:00 2001 From: "langchain-model-profile-bot[bot]" <262694797+langchain-model-profile-bot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:00:21 -0400 Subject: [PATCH] chore(model-profiles): refresh model profile data (#36941) 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_fireworks/data/_profiles.py | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/libs/partners/fireworks/langchain_fireworks/data/_profiles.py b/libs/partners/fireworks/langchain_fireworks/data/_profiles.py index ec5e3f04335..4aa2b13f7bb 100644 --- a/libs/partners/fireworks/langchain_fireworks/data/_profiles.py +++ b/libs/partners/fireworks/langchain_fireworks/data/_profiles.py @@ -256,6 +256,26 @@ _PROFILES: dict[str, dict[str, Any]] = { "attachment": False, "temperature": True, }, + "accounts/fireworks/models/kimi-k2p6": { + "name": "Kimi K2.6", + "release_date": "2026-04-17", + "last_updated": "2026-04-17", + "open_weights": True, + "max_input_tokens": 262000, + "max_output_tokens": 262000, + "text_inputs": True, + "image_inputs": True, + "audio_inputs": False, + "video_inputs": False, + "text_outputs": True, + "image_outputs": False, + "audio_outputs": False, + "video_outputs": False, + "reasoning_output": True, + "tool_calling": True, + "attachment": False, + "temperature": True, + }, "accounts/fireworks/models/minimax-m2p1": { "name": "MiniMax-M2.1", "release_date": "2025-12-23",