Sign inSign up

jerryin/new-api

By jerryin

Updated 5 months ago

Image
0

4.0K

jerryin/new-api repository overview

New-API

New-API is an innovative AI gateway interface that provides a unified API for accessing multiple AI models.

Key Features

  • 🚀 Unified Interface: Single API endpoint for multiple AI providers
  • 💪 Multi-Provider Support: OpenAI, Anthropic, Google, and more
  • 🔐 Secure: Built-in authentication and rate limiting
  • 🎨 Modern UI: Beautiful web interface for easy management
  • 📦 Easy Deployment: Docker support for quick setup

Docker

# 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

License

MIT

Tag summary

Content type

Image

Digest

sha256:9b943275f

Size

55.4 MB

Last updated

5 months ago

docker pull jerryin/new-api