From 38420ee76e44d1b1b01f6d0d5781ffb148efca2c Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 10 Mar 2025 15:17:20 -0400 Subject: [PATCH] docs: add note on Deepseek R1 (#30201) --- docs/docs/integrations/chat/deepseek.ipynb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/integrations/chat/deepseek.ipynb b/docs/docs/integrations/chat/deepseek.ipynb index b00408c1afe..5004dc85212 100644 --- a/docs/docs/integrations/chat/deepseek.ipynb +++ b/docs/docs/integrations/chat/deepseek.ipynb @@ -38,6 +38,12 @@ "| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |\n", "| ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | \n", "\n", + ":::note\n", + "\n", + "DeepSeek-R1, specified via `model=\"deepseek-reasoner\"`, does not support tool calling or structured output. Those features [are supported](https://api-docs.deepseek.com/guides/function_calling) by DeepSeek-V3 (specified via `model=\"deepseek-chat\"`).\n", + "\n", + ":::\n", + "\n", "## Setup\n", "\n", "To access DeepSeek models you'll need to create a/an DeepSeek account, get an API key, and install the `langchain-deepseek` integration package.\n",