> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LibreChat

> 在 LibreChat 中接入 AIHubMix：开源多模型对话客户端通过自定义端点统一接入多家厂商模型。

* LibreChat 官网地址：[https://www.librechat.ai/](https://www.librechat.ai/)
  ## 环境准备
  接入 AIHubMix 前，需满足以下条件：
  * 已通过 Docker、源码或社区构建包部署可运行的 LibreChat 实例（推荐版本 v0.7.5 或更高）
  * 已在 [aihubmix.com](http://aihubmix.com) 完成账号注册，并在控制台创建 API 凭据（以 `sk-` 开头）
  * 具备对 LibreChat 部署目录中 `librechat.yaml` 与 `.env` 文件的读写权限
  * 若采用 Docker 部署，需确认 `docker-compose.override.yml` 或 `docker-compose.yml` 已挂载 `librechat.yaml` 至容器内
* env文件中OPENAI\_REVERSE\_PROXY改为：OPENAI\_REVERSE\_PROXY=

```text theme={null}
https://aihubmix.com/v1
```

* API密钥从[本站的Key](https://aihubmix.com/token)中生成。

<img src="https://mintcdn.com/aihubmix/UgvkHPDoK6o04763/public/cn/LibreChat.jpg?fit=max&auto=format&n=UgvkHPDoK6o04763&q=85&s=f47b5b748e7b5f6ec0c83fa33a5dff5f" alt="图片" width="1762" height="1156" data-path="public/cn/LibreChat.jpg" />

## 参考资源

* AIHubMix 官网：[aihubmix.com](http://aihubmix.com)
* LibreChat 官网：[librechat.ai](http://librechat.ai)
* LibreChat 自定义端点文档：[librechat.ai/docs/quick\_start/custom\_endpoints](https://www.librechat.ai/docs/quick_start/custom_endpoints)
* LibreChat 自定义端点对象结构：[librechat.ai/docs/configu](https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint)

***

更新时间：2026-06-01
