langchain/libs/partners/xai
Chester Curme be587d1640 update xai
2025-02-21 21:13:30 -05:00
..
langchain_xai update xai 2025-02-21 21:13:30 -05:00
scripts
tests infra: add xai to scheduled testing (#29852) 2025-02-17 18:59:45 +00:00
LICENSE
Makefile infra: add UV_FROZEN to makefiles (#29642) 2025-02-06 14:36:54 -05:00
pyproject.toml xai[patch]: release 0.2.1 (#29854) 2025-02-17 14:30:41 -05:00
README.md
uv.lock xai[patch]: release 0.2.1 (#29854) 2025-02-17 14:30:41 -05:00

langchain-xai

This package contains the LangChain integrations for xAI through their APIs.

Installation and Setup

  • Install the LangChain partner package
pip install -U langchain-xai
  • Get your xAI api key from the xAI Dashboard and set it as an environment variable (XAI_API_KEY)

Chat Completions

This package contains the ChatXAI class, which is the recommended way to interface with xAI chat models.