# GigaChat

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/gigachat/GigaChat)

`GigaChat` large language models API.

To use, you should pass login and password to access GigaChat API or use token.

## Signature

```python
GigaChat()
```

## Description

**Example:**

.. code-block:: python

from langchain_community.llms import GigaChat
giga = GigaChat(credentials=..., scope=..., verify_ssl_certs=False)

## Extends

- `_BaseGigaChat`
- `BaseLLM`

## Properties

- `payload_role`
- `model_config`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/llms/gigachat.py#L189)