partners: add xAI chat integration (#28032)

This commit is contained in:
Vadym Barda
2024-11-12 15:11:29 -05:00
committed by GitHub
parent 2898b95ca7
commit 48ee322a78
26 changed files with 3378 additions and 0 deletions

View File

@@ -227,6 +227,17 @@ const FEATURE_TABLES = {
"local": false,
"apiLink": "https://python.langchain.com/api_reference/ibm/chat_models/langchain_ibm.chat_models.ChatWatsonx.html"
},
{
"name": "ChatXAI",
"package": "langchain-xai",
"link": "xai",
"structured_output": true,
"tool_calling": true,
"json_mode": false,
"multimodal": false,
"local": false,
"apiLink": "https://python.langchain.com/api_reference/xai/chat_models/langchain_xai.chat_models.ChatXAI.html"
},
],
},
llms: {