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:0a4d62b1b…
Size
73.2 MB
Last updated
about 4 hours ago
docker pull calciumion/new-api