Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

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 from the Baichuan platform.

LLMs

See a usage example.
from langchain_community.llms import BaichuanLLM

Chat models

See a usage example.
from langchain_community.chat_models import ChatBaichuan

Embedding models

See a usage example.
from langchain_community.embeddings import BaichuanTextEmbeddings