New API - AI Developer Tools Tool
Overview
New API is an open-source, next-generation LLM gateway and AI-asset management platform that unifies many upstream model providers (OpenAI, Anthropic Claude, Google Gemini and 30+ others) behind a single, OpenAI-compatible interface. It provides a web UI and admin console for token grouping, per-token/model quotas, usage analytics, online recharge and model charging (Stripe / EPay integrations), configurable billing strategies, and model-level controls such as configurable "reasoning effort" and "thinking" modes — making it suitable for local developer gateways as well as enterprise internal distribution and reseller channels. ([raw.githubusercontent.com](https://raw.githubusercontent.com/QuantumNous/new-api/main/README.md)) Architecturally, New API is implemented in Go with a React/Vite frontend, supports multiple databases (SQLite/MySQL/Postgres), Redis caching, JWT/OAuth authentication, and provider-specific adapters that convert provider formats (OpenAI Responses/Realtime, Claude Messages, Gemini, rerank endpoints) to a unified request/response format. The project is released under the AGPL-3.0 license and is actively maintained with frequent releases and changelog entries. ([raw.githubusercontent.com](https://raw.githubusercontent.com/QuantumNous/new-api/main/AGENTS.md))
GitHub Statistics
- Stars: 18,845
- Forks: 3,668
- Contributors: 207
- License: AGPL-3.0
- Primary Language: Go
- Last Updated: 2026-03-02T14:01:53Z
- Latest Release: v0.11.2-alpha.1
The repository is highly active and widely adopted: ~18.6k stars and ~3.6k forks indicate strong community interest, and the project shows thousands of commits and ongoing releases. Recent changelogs and an active release cadence (alpha/beta releases in early 2026) demonstrate rapid feature iteration and frequent fixes. ([api.github.com](https://api.github.com/repos/QuantumNous/new-api)) From an activity/health perspective, New API maintains an open issues queue and an active PR stream, with ongoing contributor additions and many releases (the public changelog and GitHub releases show continuous updates). The codebase is organized for extensibility (provider channel adapters, layered Router->Controller->Service->Model structure) and documents supported deployment topologies (Docker-compose, standalone Docker, MySQL/Postgres+Redis for production). ([raw.githubusercontent.com](https://raw.githubusercontent.com/QuantumNous/new-api/main/AGENTS.md))
Installation
Install via docker:
git clone https://github.com/QuantumNous/new-api.git && cd new-apidocker-compose up -ddocker pull calciumion/new-api:latestdocker run --name new-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v ./data:/data calciumion/new-api:latestdocker run --name new-api -d --restart always -p 3000:3000 -e SQL_DSN="root:123456@tcp(localhost:3306)/oneapi" -e TZ=Asia/Shanghai -v ./data:/data calciumion/new-api:latest Key Features
- Unified OpenAI-compatible gateway for OpenAI, Claude, Gemini, Bedrock and 30+ providers.
- Supports OpenAI Responses, Realtime, Chat, Embeddings, Images/Audio/Video and Rerank endpoints.
- Provider adapters convert formats (OpenAI ⇄ Claude ⇄ Gemini) for single-client integration.
- Configurable reasoning effort and thinking modes per model (e.g., gpt-5-high, gemini-2.5-pro-thinking).
- Token grouping and per-token/model quotas with detailed usage and cost analytics.
- Online recharge and pay-per-use billing; Stripe and local payment integration options.
- Intelligent routing: weighted channel distribution, automatic retry and user-level rate limits.
- Deployment-ready: Docker-compose, single-container Docker images; supports SQLite/MySQL/Postgres + Redis.
Community
New API has strong community traction (≈18.6k stars, ≈3.6k forks) and frequent releases; the project shows thousands of commits, an active issues/PR backlog, and contributions from a broad set of contributors. Official documentation and a public changelog are maintained, and releases/alpha builds have been published in early 2026. The project is licensed under AGPL-3.0 and is widely discussed in third-party aggregators and docs. ([api.github.com](https://api.github.com/repos/QuantumNous/new-api))
Key Information
- Category: Developer Tools
- Type: AI Developer Tools Tool