langchain-gigachat

March 13, 2026 · View on GitHub

PyPI Python CI License Downloads

langchain-gigachat

LangChain integration for GigaChat — a large language model.

This library is part of GigaChain and wraps the GigaChat Python SDK with LangChain-compatible interfaces.

Quick Start

pip install -U langchain-gigachat
from langchain_gigachat import GigaChat

llm = GigaChat(credentials="your-authorization-key")
msg = llm.invoke("Hello, GigaChat!")
print(msg.content)

Documentation

Full documentation, usage examples, and configuration reference are in libs/gigachat/README.md.

Contributing

See CONTRIBUTING.md.

License

This project is licensed under the MIT License.

Copyright © 2026 GigaChain