new-api
New API官方镜像,AI模型接口管理与分发系统
1M+
🍥 Next-generation LLM gateway and AI asset management system
New API is an advanced API gateway and management system for large language models (LLMs) and AI services. Built on One API, it provides enhanced features for managing multiple AI model providers through a unified interface.
Using SQLite (Default):
docker run -d --name new-api \
-p 3000:3000 \
-e TZ=Asia/Shanghai \
-v /path/to/data:/data \
--restart always \
calciumion/new-api:latest
Using MySQL:
docker run -d --name new-api \
-p 3000:3000 \
-e TZ=Asia/Shanghai \
-e SQL_DSN="root:password@tcp(localhost:3306)/oneapi" \
-v /path/to/data:/data \
--restart always \
calciumion/new-api:latest
Access the dashboard at http://localhost:3000
/data directory for persistent storageSESSION_SECRET environment variableCRYPTO_SECRET for data encryptionhttps://github.com/QuantumNous/new-api?tab=License-1-ov-file#readme
Content type
Image
Digest
sha256:22247eb06…
Size
500 Bytes
Last updated
11 days ago
docker pull calciumion/new-api:sha256-428018a37c0b26c163a3367c18401161707cd0e08d0f26a3dde9ff0caa05e34c.sig