Skip to content

mnfst/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5,587 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Manifest

Plug your AI agents into any provider

manifest-gh

Deploy on Render Deploy on Railway Deploy on AWS Deploy on GCP

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 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

Quick start

Cloud version

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

Self-hosted

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.

Managed deployment options:

Platform What it provisions
Railway Manifest plus PostgreSQL from the public Railway template.
Render Manifest web service plus Render PostgreSQL from render.yaml.
AWS ECS Fargate, Application Load Balancer, RDS PostgreSQL, and Secrets Manager via CloudFormation.
GCP Cloud Run, Cloud SQL for PostgreSQL, and Secret Manager via the Cloud Shell tutorial.

The legacy manifest npm package is deprecated and no longer published.

Providers

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
Google βœ… β€” 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

Quick links

License

MIT