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 gigachat

LLMsโ€‹

See a usage example.

from langchain_community.llms import GigaChat
API Reference:GigaChat

Chat modelsโ€‹

See a usage example.

from langchain_community.chat_models import GigaChat
API Reference:GigaChat

Embeddingsโ€‹

See a usage example.

from langchain_community.embeddings import GigaChatEmbeddings
API Reference:GigaChatEmbeddings

Was this page helpful?