This repository is a community-maintained simplified edition based on the upstream project:
- Upstream: QuantumNous/new-api
- This repository is NOT the official upstream repository.
- It is a simplified branch for personal/engineering usage and focused scenarios.
- For official releases, full features, and upstream roadmap, please follow the upstream project.
- Keep a smaller and easier-to-maintain code surface.
- Retain core gateway capabilities needed by this deployment.
- Remove or trim non-essential modules for this branch.
git clone https://github.com/Xuuuuu04/new-api.git
cd new-api
cp .env.example .env
# edit .env
docker compose up -d --buildThen open: http://localhost:3000
- Please comply with your model providers' Terms of Service.
- Please comply with local laws and regulations before any production usage.
- You are responsible for your own deployment, security hardening, and data governance.
This repository follows the license declared in LICENSE.
Thanks to the upstream maintainers and contributors of QuantumNous/new-api.
- 中文:
README.md - English:
README_EN.md
- 源码入口:
src/
- 核心目录已迁移到
src/下。 - 根目录保留兼容软链接,历史命令与路径可继续使用。