Skip to main content
📖 The AI Tool Bible
Manifest logo

Manifest

Open-source LLM router that fans your agent traffic across providers and your existing AI subscriptions.

Freemium· Free: $0 /month · Pro: $19 /month · Enterprise: Let's TalkAgentsMulti-model7.1 / 10
Visit website →

In short

Manifest is an open-source routing layer that sits between agents and LLM providers to manage traffic, costs, and reliability. It is best for teams running agent workloads who need a single endpoint with fallbacks and budget controls without rewriting their application code.

Best for

Pick Manifest if you run agent workloads across multiple LLM providers and want a single OpenAI-shaped endpoint with budgets, fallbacks and auto-fix in front of them.

Skip if

Skip it if you're calling one provider from one app and don't need routing, budget caps or fallback chains.

Manifest is an OpenAI-compatible routing layer that sits between your agents and the LLM providers behind them. You point your agent or SDK at Manifest's endpoint, connect provider keys or paid subscriptions (OpenAI, Anthropic, Gemini, plus local runtimes like Ollama, Llama.cpp and LM Studio), and define rules that decide which model handles which call. Up to five fallback models per tier keep requests alive when a provider rate-limits or 5xxs, and an auto-fix layer rewrites deprecated model IDs and malformed parameters before they hit the upstream API.

It's aimed at teams running real agent workloads (Claude Code, Hermes, OpenClaw and similar harnesses are called out by name) who want budget caps, spend visibility, and the ability to route cheap calls to a cheap model without rewriting their app. The project is fully open source with a self-hosted Docker path (48k+ pulls, 7k+ GitHub stars at time of writing) plus a managed cloud offering in early access. BYOK keeps you in control of vendor billing while Manifest handles the orchestration.

Think of it as a more agent-focused alternative to LiteLLM or OpenRouter: less of a marketplace, more of a policy engine for inference you're already paying for.

Editor's take

Manifest is the kind of glue layer agent builders eventually write themselves, except it's already open source and battle-tested by thousands of self-hosters. The auto-fix and subscription-routing angles are genuinely novel; most competitors stop at simple proxying. We'd self-host it before trusting the early-access cloud.

— The AI Tool Bible editorial team

Pros

  • OpenAI-compatible endpoint, so most SDKs and agent harnesses drop in unchanged
  • Per-tier fallbacks keep agents running through provider outages and rate limits
  • Auto-fix silently corrects deprecated model IDs and bad parameters
  • Self-hostable via Docker with support for local runtimes (Ollama, LM Studio, Llama.cpp)
  • BYOK plus subscription routing lets you actually use the ChatGPT/Claude plans you already pay for

Cons

  • ⚠️ Adds a network hop and another moving piece to debug when calls fail
  • ⚠️ Managed cloud is still early access; production users are mostly on self-host
  • ⚠️ Routing rules and budgets only help if you actually configure them thoughtfully

Use cases

llm-routingcost-controlagent-infrastructurefallback-handlingmulti-provider

Frequently asked

How does Manifest handle provider outages or rate limits?
It supports up to five fallback models per tier to keep requests alive when a provider rate-limits or returns a 5xx error. An auto-fix layer also rewrites deprecated model IDs and malformed parameters before they hit the upstream API.
Can I use my existing AI subscriptions with Manifest?
Yes, Manifest allows you to connect paid subscriptions from providers like OpenAI, Anthropic, and Gemini, as well as local runtimes like Ollama and LM Studio. This enables routing calls to models you are already paying for.
Is Manifest compatible with existing agent SDKs?
Manifest provides an OpenAI-compatible endpoint, meaning most SDKs and agent harnesses can drop in unchanged. You simply point your agent or SDK at Manifest's endpoint to start routing traffic.
What are the deployment options for Manifest?
The project is fully open source with a self-hosted Docker path available. There is also a managed cloud offering currently in early access, though production users are mostly on self-hosted instances.
Who is Manifest designed for?
It is aimed at teams running real agent workloads who want budget caps, spend visibility, and the ability to route cheap calls to cheaper models. It is not recommended for single-provider applications that do not need routing or fallback chains.

Explore related

Compare with similar tools

All in Agents
LangGraph preview image
LangGraph logo

LangGraph

Featured
Agents · BYO (Claude / GPT / open)
8.8

Stateful, graph-based agent orchestration from LangChain.

Freemium· Developer: $0 / seat · Plus: $39 / seat · Enterprise: Custom pricingstateful agentshuman-in-loop
CrewAI preview image
CrewAI logo

CrewAI

Featured
Agents · BYO (Claude / GPT / open)
8.4

Python framework for multi-agent orchestration.

Freemium· Basic: Free · Enterprise: Custommulti-agentorchestration
Ernie Bot preview image
Ernie Bot logo

Ernie Bot

Agents · Baidu ERNIE 4.0 / ERNIE X1 / ERNIE Turbo (in-house)
8.7

Baidu's Mandarin-first ChatGPT rival, powered by the ERNIE model family

Freemium· Free tier for Ernie 3.5 access; Ernie 4.0 and premium features require a paid subscription (approximately CNY 59.9/month for individual plans); enterprise API pricing via Baidu AI Cloud Qianfan platform is metered per 1K tokens.Mandarin content writing and marketing copyChinese-language document Q&A and summarisation
Moveworks preview image
Moveworks logo

Moveworks

Agents · Orchestrates multiple enterprise-ready LLMs (undisclosed mix, historically including OpenAI GPT and in-house models via its Reasoning Engine)
8.7

The enterprise AI assistant that searches, answers, and takes action across your business systems

Enterprise· Enterprise-only pricing; no public tiers. Quoted per organization based on employee count, integrations, and agent scope. Contact sales for a quote.IT service desk ticket deflectionHR policy Q&A and self-service
AWS Bedrock preview image
AWS Bedrock logo

AWS Bedrock

Agents · Multi-model: Anthropic Claude, Meta Llama, Mistral, Cohere, AI21, Amazon Nova/Titan, DeepSeek, Stability, OpenAI GPT
8.6

Build and scale generative AI applications with foundation models

Paid· Standard: Contact sales · Flex: Contact sales · Priority: Contact sales · Reserved: Contact salesEnterprise RAG chatbot over private documentsMulti-step tool-using agents via AgentCore
Claude Agent SDK preview image
Claude Agent SDK logo

Claude Agent SDK

Agents · Claude Opus / Sonnet
8.6

Anthropic's official SDK for building autonomous Claude agents.

Free· Free SDK; API usage billed at Claude ratesClaude agentstool use