From 38afeddcb660a5b4323503448127cda505bc125d Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 11 Sep 2025 15:00:24 -0400 Subject: [PATCH] fix(groq): update docs due to model deprecation (#32899) On Friday, October 10th, the moonshotai/kimi-k2-instruct model will be decommissioned in favor of the latest version, moonshotai/kimi-k2-instruct-0905. Until then, requests to moonshotai/kimi-k2-instruct will automatically be routed to moonshotai/kimi-k2-instruct-0905. --- libs/partners/groq/langchain_groq/chat_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/groq/langchain_groq/chat_models.py b/libs/partners/groq/langchain_groq/chat_models.py index ac23d93ae5c..69923261697 100644 --- a/libs/partners/groq/langchain_groq/chat_models.py +++ b/libs/partners/groq/langchain_groq/chat_models.py @@ -895,7 +895,7 @@ class ChatGroq(BaseChatModel): - ``'json_schema'``: Uses Groq's `Structured Output API `__. Supported for a subset of models, including ``openai/gpt-oss``, - ``moonshotai/kimi-k2-instruct``, and some ``meta-llama/llama-4`` + ``moonshotai/kimi-k2-instruct-0905``, and some ``meta-llama/llama-4`` models. See `docs `__ for details. - ``'json_mode'``: