AIAny
AI Infra2022
Icon for item

Manifest

Smart model router for personal AI agents that sends each request to the cheapest model capable of handling it — cutting API costs by up to ~70%. Uses a fast 23-dimension scorer, automatic fallbacks, per-tier controls, and supports local Docker self-hosting or a cloud app; ideal for cost-sensitive personal agents.

Introduction

Most personal AI agents waste money by sending every request to a single expensive model or proxy. Manifest flips that assumption: it scores each request (a 23-dimension heuristic that runs in under 2ms) and routes it to the cheapest model tier that meets the request's needs, recording tokens, latency and cost to let you enforce budgets without manual per-call decisions.

What Sets It Apart
  • Cost-first routing with measurable savings — routes simple/chatty requests to fast, inexpensive models and escalates harder tasks to reasoning models, reporting per-request cost so you can track savings (project claims up to ~70% cost reduction). This shifts optimization from manual model selection to automated routing.
  • Local-first architecture and clear privacy trade-offs — primarily designed for local/self-hosted use (Docker compose installer) so prompts can remain local; also offers a hosted app for users who prefer cloud convenience. You choose whether metadata-only or fully local operation is required.
  • Transparent scoring and tiering — routing is based on an explicit tier system (simple → standard → complex → reasoning) and a documented scoring function, so teams can inspect why a request was routed a certain way and configure up to five fallbacks per tier.
  • Provider-agnostic with subscription routing — integrates many LLM providers and can route through paid subscriptions (flat-rate) where supported, letting you reuse subscription plans rather than paying per-call fees through a proxy.
Who It's For and Trade-offs

Great fit if you run personal or small-scale AI agents (chatbots, assistant agents, research bots) and want predictable API spend without rewriting prompts or per-call model logic. It’s especially useful for hobbyist/self-hosters and small teams that already use multiple provider keys or subscriptions. Look elsewhere if you need an enterprise-grade cloud proxy for high-throughput traffic, zero-ops managed scaling, or a provider that requires proprietary gateway features — Manifest’s primary distribution is a Docker-based stack (cloud alternative exists), and the project focuses on cost routing rather than providing a full-featured enterprise billing gateway.

Where It Fits

Positioned as AI infra for agent developers: not a user-facing chat client, but middleware between agents and LLM providers. Compared with cloud-first proxies, Manifest emphasizes local control, transparent routing decisions, and cost efficiency over opaque cloud middlemen with per-call fees.

More Items

GitHub
AI Agent2024

Generates Wikipedia-style articles from web search using LLMs: it researches topics, produces multi-perspective outlines via perspective-guided question asking and simulated conversations, then drafts full articles with citations. Supports human-AI collaboration (Co-STORM) and grounding with multiple retrievers.

GitHub
AI Agent2025

Open-source companion to a technical book that teaches how to design, evaluate and ship LLM-based AI agents — includes the full Chinese manuscript, community translations, chapter-aligned runnable example projects, and reproducible evaluation harnesses.

GitHub
AI Image2026

Node-based infinite-canvas web workstation for iterative visual creation — integrates image/video generation, reference editing, prompt library, multi-agent assistants, and asset management. Runs in-browser with configurable OpenAI-compatible endpoints; suited for local/personal deployment (AGPL-3.0).