# YiLLM

> **Class** in `langchain_community`

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

Yi large language models.

## Signature

```python
YiLLM(
    self,
    **kwargs: Any = {},
)
```

## Extends

- `LLM`

## Constructors

```python
__init__(
    self,
    **kwargs: Any = {},
)
```


## Properties

- `model`
- `temperature`
- `top_p`
- `timeout`
- `model_kwargs`
- `yi_api_key`
- `region`
- `yi_api_url_domestic`
- `yi_api_url_international`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/llms/yi.py#L18)