#8 · Primary category: LLM Application Frameworks
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.
Project last updated:08/29/26
GitHub Stars
46.7K
Forks
11.1K
Contributors
305
License
AGPL-3.0
Why we included this project
Anyone who has wired up more than one LLM provider knows the pain of rewriting client code every time a vendor changes its API. This project is a single gateway that accepts requests in one format and translates them to whichever upstream provider you point it at, so your application code stays stable while the models behind it rotate. It also covers the operational side that often gets neglected: per-user API keys, token grouping, usage tracking, and cost accounting across all your providers. That makes it a practical fit for small teams or individuals who want one dashboard and one billing view instead of logging into five separate consoles. If you self-host your own model endpoints, the gateway can sit in front of those too, giving you a consistent interface for both external and internal models.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform