Are you the author? Sign in to claim
Connect Your Agents And Harnesses With Any Provider ๐ฆ
Reduce your AI costs
Manifest is a smart model router for agents and AI applications that redirects each query to the right model, saving up to 70% in AI costs.
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.
The legacy
manifestnpm package is deprecated and no longer published.
Manifest connects to 300+ models across 18 providers plus any custom provider (OpenAI/Anthropic compatible). Bring your own API key, reuse a paid subscription you already have, or run models locally โ all routed through
the same /auto endpoint.
| Provider | API key | Subscription | Featured models |
|---|---|---|---|
| OpenAI | โ | โ ChatGPT Plus / Pro / Team | gpt-5, gpt-5-mini, o4, o4-mini |
| Anthropic | โ | โ Claude Max / Pro | claude-opus-4-7, claude-sonnet-4-6, claude-haiku-4-5 |
| โ | โ | gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash | |
| xAI | โ | โ | grok-4, grok-3, grok-code-fast |
| DeepSeek | โ | โ | deepseek-v3.2, deepseek-r1 |
| Mistral | โ | โ | mistral-large, codestral, magistral |
| Qwen (Alibaba Cloud) | โ | โ | qwen3-max, qwen3-coder, qwq-32b |
| Moonshot (Kimi) | โ | โ Kimi Coding Plan | kimi-k2, kimi-for-coding, moonshot-v1-128k |
| MiniMax | โ | โ MiniMax Coding Plan | minimax-m2, abab7-chat-preview |
| Xiaomi MiMo | โ | โ MiMo Token Plan | mimo-v2.5-pro, mimo-v2.5, mimo-v2-flash |
| Z.ai (Zhipu) | โ | โ GLM Coding Plan | glm-4.6, glm-4.5-air |
| BytePlus | โ | โ ModelArk Coding Plan | ark-code-latest, bytedance-seed-code, deepseek-v4-flash |
| OpenCode | โ | โ Go subscription | Routes via OpenCode Go catalog |
| Ollama | ๐ฅ๏ธ Local | โ Ollama Cloud | Any GGUF model, port 11434 |
| LM Studio | ๐ฅ๏ธ Local | โ | Any GGUF model, port 1234 |
| llama.cpp | ๐ฅ๏ธ Local | โ | Any GGUF model, port 8080 |
| OpenRouter | โ | โ | Routes to 300+ models across labs |
| GitHub Copilot | โ | โ Copilot subscription | OAuth, no API key needed |
| Custom (OpenAI/Anthropic-compatible) | โ | โ | Any /v1/chat/completions or /v1/messages endpoint |
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming
Coding agent session manager supporting Claude Code, Gemini CLI, Codex, and more
191 agents, 155 skills, and 82 plugins cross-compatible with Claude Code, Cursor, and Codex