QuantumNous/new-api
A unified AI model hub for aggregation & distribution. It supports cross-converting various LLMs into OpenAI-compatible, Claude-compatible, or Gemini-compatible formats. A centralized gateway for personal and enterprise model management.
About the project
Self-hosted AI gateway that aggregates multiple LLM providers behind a unified OpenAI-, Claude-, or Gemini-compatible API with routing, access, and cost management.
Useful for
- Deploy a private gateway to OpenAI, Anthropic, and Gemini with one API key for a team
- Switch clients to another provider without reconfiguring each client
- Set quotas, groups, and per-model cost accounting via the web console
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 45 stars so far today, about 87 expected by the end of the day.
- GitHub Trending Go today: #10, +103 stars.
- About 61 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 48,599
- Stars in a day
- 87
- Forks
- 11,655
- Issues and pull requests
- 6,824
- Watchers
- 166
- Language
- Go
- License
- AGPL-3.0
- Latest release
- v1.0.0-rc.39 · September 20, 2026
- Created
- November 10, 2023
- Last push
- September 21, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 21, 2026GitHub Trending Go today: #10, +103 stars
Similar projects
-
9.1
mizorewww/laya-mlx
Native MLX runtime for Laya typed decision models: returns probabilities for choices, scores or truth values without text generation, running locally on Apple Silicon.
-
8.3
jaredpalmer/kev
kev is a LoRA adapter with a small readout head on top of Qwen2.5-0.5B that answers many typed questions about a document in a single forward pass, returning calibrated probabilities instead of text.
-
7.2
mizorewww/laya-coreml
Local port of the Laya model to Apple Core ML and Neural Engine: returns typed decisions (choice, score, yes/no) without token generation, with speed and energy benchmarks.
-
7.2
bespokelabsai/nimble
Nimble is a model and training recipe for fast typed decisions over text: given a flat schema of enum and boolean fields, it picks an answer and returns probabilities for each option. It targets routing, condition…
-
7.1
TheoLeeCJ/SemIf
An open reproduction of the Jev-style semantic decision interface: reads typed option probabilities directly from a 4B model's logits without generating text. Runs on a single RTX 3090.
-
7.0
FareedKhan-dev/train-llm-from-scratch
Educational project: a from-scratch PyTorch Transformer plus a full LLM training pipeline — from raw text through SFT, reward modeling, PPO/DPO/GRPO to chat, without transformers, trl or peft.