Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Manifest

Affordable Personal AI

manifest-gh

beta   GitHub stars   Docker pulls   Docker image size   CI status   Codecov   license   Discord

mnfst%2Fmanifest | Trendshift

What is Manifest?

Manifest is a smart model router for Personal AI Agents like OpenClaw or Hermes. It sits between your agent and your LLM providers, scores each request, and routes it to the cheapest model that can handle it. Simple questions go to fast, cheap models. Hard problems go to expensive ones. You save money without thinking about it.

  • Route requests to the right model: Cut costs up to 70%
  • Automatic fallbacks: If a model fails, the next one picks up
  • Set limits: Don't exceed your budget

Quick start

Cloud version

Go to app.manifest.build and follow the guide.

Self-hosted (Docker)

Manifest ships as a Docker image. One command:

bash <(curl -sSL https://raw.githubusercontent.com/mnfst/manifest/main/docker/install.sh)

The installer downloads the compose file, generates a secret, and brings up the stack. Give it about 30 seconds to boot.

Open http://localhost:3001 and sign up. The first account you create becomes the admin. Full self-hosting guide: docker/DOCKER_README.md.

Docker is the only supported distribution. The legacy manifest npm package is deprecated and no longer published.

How it works

Every request to manifest/auto goes through a 23-dimension scoring algorithm (runs in under 2ms). The scorer picks a tier (simple, standard, complex, or reasoning) and routes to the best model in that tier from your connected providers.

All routing data (tokens, costs, model, duration) is recorded automatically. You see it in the dashboard. No extra setup.

Manifest vs OpenRouter

ManifestOpenRouter
Built forPersonal AI agents and consumer appsEnterprise API traffic
ArchitectureLocal. Your requests, your providersCloud proxy. All traffic goes through their servers
CostFree5% fee on every API call
Source codeMIT, fully openProprietary
Data privacyMetadata only (cloud) or fully localPrompts and responses pass through a third party
TransparencyOpen scoring. You see why a model was chosenNo visibility into routing decisions
ControlDefine your model per tier with up to 5 fallbacks each, from complexity tiers (Simple → Reasoning) to specialized ones (Coding, Vision).Flat fallback list per request, or opaque auto-routing. No user-defined tiers.
Custom providersAdd custom providers and modelsSupported providers only, no arbitrary endpoints
Subscription supportRoute through flat-rate subscriptions you already pay for (MiniMax $20/mo, etc.)Pay-per-use billing

Supported providers

Works with 300+ models across these providers. Connect with an API key, or reuse an existing paid subscription where supported:

ProviderAPI keySubscription
OpenAI✅ ChatGPT Plus / Pro / Team
Anthropic✅ Claude Max / Pro
Google Gemini
DeepSeek
xAI
Mistral AI
Qwen (Alibaba)
MiniMax✅ MiniMax Coding Plan
Kimi (Moonshot)
Z.ai (Zhipu)✅ GLM Coding Plan
GitHub Copilot✅ Copilot subscription
OpenRouter
Ollama✅ Local✅ Ollama Cloud
Custom providers (OpenAI-compatible)

Contributing

Manifest is open source under the MIT license. See CONTRIBUTING.md for dev setup, architecture, and workflow. Join the conversation on Discord.

Quick links

License

MIT

关于 About

Smart Model Routing for Personal AI Agents. Cut Costs up to 70% 🦞👧🦚
cheapcost-trackinghermes-agentllm-observabilityllm-routeropenopenclawopenclaw-extensionopenclaw-pluginpersonal-aitoken-tracking

语言 Languages

TypeScript95.6%
CSS4.2%
Shell0.1%
Dockerfile0.1%
JavaScript0.0%
HTML0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
2637
Total Commits
峰值: 379次/周
Less
More

核心贡献者 Contributors