# IpexLLM

> **Class** in `langchain_community`

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

IpexLLM model.

## Signature

```python
IpexLLM()
```

## Description

**Example:**

.. code-block:: python

from langchain_community.llms import IpexLLM
llm = IpexLLM.from_model_id(model_id="THUDM/chatglm-6b")

## Extends

- `LLM`

## Properties

- `model_id`
- `model_kwargs`
- `model`
- `tokenizer`
- `streaming`
- `model_config`

## Methods

- [`from_model_id()`](https://reference.langchain.com/python/langchain-community/llms/ipex_llm/IpexLLM/from_model_id)
- [`from_model_id_low_bit()`](https://reference.langchain.com/python/langchain-community/llms/ipex_llm/IpexLLM/from_model_id_low_bit)

---

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