Skip to main content

Salute Devices

Salute Devices provides GigaChat LLM's models.

For more info how to get access to GigaChat follow here.

Installation and Setup

GigaChat package can be installed via pip from PyPI:

pip install langchain-gigachat

LLMs

See a usage example.

from langchain_community.llms import GigaChat
API Reference:GigaChat

Chat models

See a usage example.

from langchain_gigachat.chat_models import GigaChat

Embeddings

See a usage example.

from langchain_gigachat.embeddings import GigaChatEmbeddings

Was this page helpful?