Skip to main content

Baichuan

Baichuan Inc. 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.

LLMs​

See a usage example.

from langchain_community.llms import BaichuanLLM

API Reference:

Chat models​

See a usage example.

from langchain_community.chat_models import ChatBaichuan

API Reference:

Embedding models​

See a usage example.

from langchain_community.embeddings import BaichuanTextEmbeddings

Help us out by providing feedback on this documentation page: