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 官网地址:https://www.librechat.ai/
环境准备
接入 AIHubMix 前,需满足以下条件:- 已通过 Docker、源码或社区构建包部署可运行的 LibreChat 实例(推荐版本 v0.7.5 或更高)
- 已在 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=
- API密钥从本站的Key中生成。

参考资源
- AIHubMix 官网:aihubmix.com
- LibreChat 官网:librechat.ai
- LibreChat 自定义端点文档:librechat.ai/docs/quick_start/custom_endpoints
- LibreChat 自定义端点对象结构:librechat.ai/docs/configu