What problem does it solve?
Route prompts to multiple providers from a single interface, enabling cross-model comparisons and guardrail enforcement. The system supports CLI-first routing for Claude Code, Codex, and Kimi, and API-based routing for Google, OpenRouter, and Anthropic models, with auto-discovery of new models. It relies on a local registry, per-model prompting overrides, and routing rules to deterministically select providers and gracefully fall back when needed.
Core Features & Use Cases
- Unified LLM routing: send prompts to Claude, OpenAI, Google, Moonshot, and other APIs from a single interface, with CLI-first routing for certain models and API routing for others.
- Auto-discovery & routing: automatically discover new models and route them using configurable routing rules, with per-model prompting overrides.
- Deterministic execution & guardrails: deterministic task execution via scripts and structured routing that supports fallback when needed.
Quick Start
Prompt the router to send a query to a chosen model (e.g., gpt-5.3-codex) and return its response.