# ChatGLM3

> **Class** in `langchain_community`

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

ChatGLM3 LLM service.

## Signature

```python
ChatGLM3()
```

## Extends

- `LLM`

## Properties

- `model_name`
- `endpoint_url`
- `model_kwargs`
- `max_tokens`
- `temperature`
- `top_p`
- `prefix_messages`
- `streaming`
- `http_client`
- `timeout`
- `client`

---

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