Skip to content

feat: add Manifest provider#1686

Open
SebConejo wants to merge 2 commits intoanomalyco:devfrom
SebConejo:feat/add-manifest
Open

feat: add Manifest provider#1686
SebConejo wants to merge 2 commits intoanomalyco:devfrom
SebConejo:feat/add-manifest

Conversation

@SebConejo
Copy link
Copy Markdown

What changed

Add Manifest as a provider:

  • providers/manifest/provider.toml: provider definition with OpenAI-compatible endpoint
  • providers/manifest/models/auto.toml: default model (Manifest handles routing)

Provider details

Manifest is an open-source LLM router that cuts inference costs through smart routing across 16+ providers. You get full control over which model handles each request. Route by complexity tier, task-specificity (coding, web browsing, etc.) and custom tiers.

Field Value
Name Manifest
API https://app.manifest.build/v1
SDK @ai-sdk/openai-compatible
Env MANIFEST_API_KEY
Model auto
Docs https://manifest.build

Manifest is open-source (GitHub) and can be self-hosted with Docker for fully private inference.

Manifest is an open-source LLM router that cuts inference costs through
smart routing across 16+ providers. OpenAI-compatible endpoint at
https://app.manifest.build/v1. Can also be self-hosted.
Manifest is an open-source LLM router that cuts inference costs through
smart routing across 16+ providers. OpenAI-compatible endpoint at
https://app.manifest.build/v1. Can also be self-hosted.

Models include Anthropic (Claude Opus/Sonnet/Haiku 4), OpenAI (GPT-5.x,
Codex), MiniMax (M2.1-M2.7), Z.ai (GLM 5-5.1), plus the default
`auto` model for smart routing.
@SebConejo SebConejo force-pushed the feat/add-manifest branch from c019170 to 4ec81a9 Compare May 2, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant