File size: 733 Bytes
2e44b1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Baichuan

>[Baichuan Inc.](https://www.baichuan-ai.com/) is a Chinese startup in the era of AGI, 
> dedicated to addressing fundamental human needs: Efficiency, Health, and Happiness.


## Installation and Setup

Register and get an API key [here](https://platform.baichuan-ai.com/).

## LLMs

See a [usage example](/docs/integrations/llms/baichuan).

```python
from langchain_community.llms import BaichuanLLM
```

## Chat models

See a [usage example](/docs/integrations/chat/baichuan).

```python
from langchain_community.chat_models import ChatBaichuan
```

## Embedding models

See a [usage example](/docs/integrations/text_embedding/baichuan).

```python
from langchain_community.embeddings import BaichuanTextEmbeddings
```