Skip to content

Commit 38afedd

Browse files
authored
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.
1 parent fca1aaa commit 38afedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/partners/groq/langchain_groq/chat_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def with_structured_output(
895895
- ``'json_schema'``:
896896
Uses Groq's `Structured Output API <https://console.groq.com/docs/structured-outputs>`__.
897897
Supported for a subset of models, including ``openai/gpt-oss``,
898-
``moonshotai/kimi-k2-instruct``, and some ``meta-llama/llama-4``
898+
``moonshotai/kimi-k2-instruct-0905``, and some ``meta-llama/llama-4``
899899
models. See `docs <https://console.groq.com/docs/structured-outputs>`__
900900
for details.
901901
- ``'json_mode'``:

0 commit comments

Comments
 (0)