chore(groq): remove Kimi K2 from docstring (#36773)

No longer available
This commit is contained in:
Mason Daugherty
2026-04-15 17:49:48 -06:00
committed by GitHub
parent f2d3a2f6e2
commit 24f922bb19

View File

@@ -942,9 +942,7 @@ class ChatGroq(BaseChatModel):
Uses Groq's tool-calling [API](https://console.groq.com/docs/tool-use)
- `'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-0905`, and some `meta-llama/llama-4`
models. See [docs](https://console.groq.com/docs/structured-outputs)
Supported for a subset of models. See [docs](https://console.groq.com/docs/structured-outputs)
for details.
- `'json_mode'`:
Uses Groq's [JSON mode](https://console.groq.com/docs/structured-outputs#json-object-mode).