Plug your AI agents into any provider
Manifest is an open-source model router for AI agents and apps. Connect your API keys, subscriptions, and local models to one OpenAI-compatible endpoint, and each query goes to the right model. No single-provider lock-in.
- π Routing based on complexity, specificity and custom HTTP headers
- ποΈ Mix your providers: API keys, Subscriptions, Local models, Custom providers
- π Track every single dollar, setup notifications and limits
- π Fallback on different models when queries fails
Go to app.manifest.build and follow the guide.
Manifest ships as a Docker image. One command:
bash <(curl -sSL https://raw.githubusercontent.com/mnfst/manifest/main/docker/install.sh)Open http://localhost:2099 and sign up β the first account you create becomes the admin. Full self-hosting guide: docker/DOCKER_README.md.
| Platform | Notes |
|---|---|
| Railway | Best path. Template includes Manifest and PostgreSQL. |
| Render | Blueprint includes Manifest and Render PostgreSQL. |
| DigitalOcean | App Platform button includes Manifest and a Dev PostgreSQL database. |
| AWS | CloudFormation quick-create for ECS, RDS, and Secrets Manager. |
| GCP | Cloud Shell guided deploy for Cloud Run, Cloud SQL, and Secret Manager. |
Full deployment guides: Railway, Render, DigitalOcean, AWS, GCP, Fly.io, Coolify, Easypanel, Heroku, and Koyeb.
The old npm-based self-hosting path is no longer supported. Use the Docker image or one of the deployment guides above.
Manifest connects to 300+ models through 31 built-in provider connections plus any custom OpenAI/Anthropic-compatible endpoint. Bring your own API key, reuse one of 18 subscription flows, or run models locally. Everything is routed through the same /auto endpoint.
Provider catalogs are discovered dynamically when credentials are connected. The examples below are representative, not exhaustive.
| Provider | API key / local | Subscription | Model catalog |
|---|---|---|---|
| OpenAI | β | β ChatGPT Plus / Pro / Team | GPT-5 family, o-series, Codex / Responses models |
| Anthropic | β | β Claude Max / Pro | Claude Opus, Sonnet, Haiku, Fable |
| β | β Sign in with Google | Gemini 3.1, Gemini 3, Gemini 2.5 | |
| xAI | β | β Grok subscription | Grok, Grok Code Fast |
| AWS Bedrock | β | β | Claude, Llama, Mistral, Nova via Bedrock |
| Alibaba Cloud / Qwen | β | β Qwen Token Plan | Qwen, DeepSeek, Kimi, GLM via Alibaba Cloud |
| DeepSeek | β | β | DeepSeek V3, DeepSeek R1 |
| Mistral | β | β Mistral Vibe | Mistral Large, Codestral, Pixtral |
| Moonshot (Kimi) | β | β Kimi Coding Plan | Kimi K2, Kimi for Coding, Moonshot v1 |
| MiniMax | β | β MiniMax Coding Plan | MiniMax M3, M2.7, M2.5 |
| Xiaomi MiMo | β | β MiMo Token Plan | MiMo V2.5 Pro, V2.5, Flash |
| Z.ai | β | β GLM Coding Plan | GLM 5.2, GLM 5.1, GLM 5 Turbo |
| BytePlus | β | β ModelArk Coding Plan | Ark Code, Seed Code, GLM, Kimi, DeepSeek |
| GitHub Copilot | β | β Copilot subscription | Claude, GPT, Gemini, Grok via Copilot |
| Kiro | β | β Kiro subscription | kiro/auto, Claude, DeepSeek, MiniMax, GLM, Qwen |
| Command Code | β | β Command Code subscription | Claude, GPT, Kimi, DeepSeek, Qwen |
| ClinePass | β | β ClinePass subscription | cline-pass/glm-5.2, Kimi, DeepSeek, MiMo, MiniMax, Qwen |
| NousResearch | β | β NousResearch subscription | NousResearch Portal model catalog |
| OpenCode Go | β | β OpenCode Go | GLM, Kimi, MiMo, MiniMax |
| Ollama / Ollama Cloud | π₯οΈ Local | β Ollama Cloud | Local or cloud tags: Llama, Qwen, DeepSeek, Gemma |
| LM Studio | π₯οΈ Local | β | Local GGUF models, port 1234 |
| llama.cpp | π₯οΈ Local | β | Local GGUF models, port 8080 |
| OpenRouter | β | β | 300+ models across labs |
| OpenCode Zen | β | β | Claude, GPT, Gemini, Qwen, GLM, MiniMax |
| Kilo | β | β | Kilo Gateway catalog |
| Cerebras | β | β | GPT OSS, GLM on Cerebras inference |
| Fireworks AI | β | β | GLM 5.2, DeepSeek, Kimi, Qwen, Llama |
| Groq | β | β | Llama, Gemma, Mixtral |
| NVIDIA NIM | β | β | Nemotron, Llama, Mistral |
| Pioneer | β | β | OpenAI-compatible and fine-tuned Pioneer models |
| Custom | β | β | Any /v1/chat/completions or /v1/messages endpoint |
