gpt-load
ActiveDescription
gpt-load is a self-hosted AI gateway with multi-channel, multi-credential setup and centralized API key management.
Key Features
- Multi-channel — many LLM providers at once
- Multi-credential — multiple keys per provider
- Smart routing — failover on errors
- Rate-limit — centralized quotas and throttling
- Observability — full call logs
- Self-hostable — one Docker command
Use Cases
💡 Centralized LLM credential management
💡 Central rate-limit and quota for AI traffic
💡 Unified enterprise AI entry
💡 Docker-one-liner gateway
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (6.5k stars)
- • Permissive open-source license (MIT)
- • Responsive to issues, low backlog
Categories
Quick Start
# 多通道 LLM 凭证管理
docker run -d --name gpt-load \
-p 8080:8080 \
-v /etc/gpt-load:/app/config \
tbphp/gpt-load:latest