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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.