📖 The AI Tool Bible

Manifest

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

Freemium· Open-source self-host is free; managed cloud in early accessAgentsMulti-model7.1 / 10
Visit website →
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

Explore related

Compare with similar tools

All in Agents

LangGraph

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

Stateful, graph-based agent orchestration from LangChain.

Freemium· Free open-source; LangGraph Platform paidstateful agentshuman-in-loop

CrewAI

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

Python framework for multi-agent orchestration.

Freemium· Free open-source core; cloud platform paidmulti-agentorchestration

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

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

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· Pay-as-you-go per 1K input/output tokens per model; on-demand, batch, and provisioned throughput tiers. New AWS accounts get up to $200 in credits. Enterprise agreements via AWS.Enterprise RAG chatbot over private documentsMulti-step tool-using agents via AgentCore

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