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.
This commit is contained in:
Mason Daugherty
2025-09-11 15:00:24 -04:00
committed by GitHub
parent fca1aaa9b5
commit 38afeddcb6

View File

@@ -895,7 +895,7 @@ class ChatGroq(BaseChatModel):
- ``'json_schema'``:
Uses Groq's `Structured Output API <https://console.groq.com/docs/structured-outputs>`__.
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 <https://console.groq.com/docs/structured-outputs>`__
for details.
- ``'json_mode'``: