New-API is an innovative AI gateway interface that provides a unified API for accessing multiple AI models.
# Run with default configuration
docker run -d --name new-api -p 3000:3000 jerryin/new-api
# With custom configuration
docker run -d --name new-api -p 3000:3000 -v ${PWD}/config.json:/data/config.json jerryin/new-api
MIT
Content type
Image
Digest
sha256:9b943275f…
Size
55.4 MB
Last updated
5 months ago
docker pull jerryin/new-api