Run This Ai
EN DE

Manifest

The open source LLM router that connects your AI agents and harnesses to any provider in seconds. Subscriptions, pay-per-token, local models, and custom providers.

★ 7,243 GitHub MIT llm-routergatewayopenai-compatiblecost-trackingmodel-routingself-hostingai-agents LLM & Chat

Overview

Manifest is an open-source model router for AI agents and apps. It provides a single OpenAI-compatible endpoint that connects to multiple LLM providers, including API keys, subscriptions, local models, and custom providers. Each query is automatically routed to the best model based on complexity, specificity, and custom HTTP headers. Key features include intelligent routing based on request complexity and model capability, cost tracking across all providers with notifications and spending limits, automatic fallback to alternative models when a query fails, and support for mixing API keys, subscriptions, and local models through one unified interface. Manifest ships as a Docker image for easy self-hosting with a single command. With 7,200+ GitHub stars and an MIT license, Manifest is ideal for AI developers and teams looking to reduce provider lock-in, optimize LLM costs, and add resilience to their AI agent pipelines. The web UI provides full visibility into routing decisions, usage patterns, and spending across all connected providers.

Requirements

Min vCPU
1
Min RAM
1024 MB
Min Disk
10 GB
Rec vCPU
2
Rec RAM
2048 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  manifest:
    image: manifestdotbuild/manifest:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/manifest:/data

Best VPS for Manifest →

Related tools

Guides & articles