Skip to main content
Open on GitHub

01.AI

01.AI, founded by Dr. Kai-Fu Lee, is a global company at the forefront of AI 2.0. They offer cutting-edge large language models, including the Yi series, which range from 6B to hundreds of billions of parameters. 01.AI also provides multimodal models, an open API platform, and open-source options like Yi-34B/9B/6B and Yi-VL.

安装与设置

从中国站点这里或全球站点这里注册并获取API密钥。

LLMs

查看一个 使用示例

from langchain_community.llms import YiLLM
API 参考:YiLLM

聊天模型

查看一个 使用示例

from langchain_community.chat_models import ChatYi
API 参考:ChatYi