9router

9Router is a local/hosted “AI code router” that exposes an OpenAI-compatible endpoint (default http://localhost:20128/v1) and automatically routes requests across multiple AI providers/models with a tiered fallback (subscription → cheap → free), including quota tracking and OAuth token refresh via a dashboard UI.

Evaluated Mar 30, 2026 (0d ago)
Homepage ↗ Repo ↗ DevTools ai-ml api-gateway routing oauth quota-management cost-optimization devtools openai-compatible proxy dashboard
⚙ Agent Friendliness
48
/ 100
Can an agent use this?
🔒 Security
33
/ 100
Is it safe for agents?
⚡ Reliability
28
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
45
Error Messages
0
Auth Simplicity
70
Rate Limits
20

🔒 Security

TLS Enforcement
20
Auth Strength
60
Scope Granularity
10
Dep. Hygiene
35
Secret Handling
35

Security posture is not fully verifiable from the provided README excerpt. The router mediates requests to multiple providers and requires an API key plus provider OAuth via a dashboard. README mentions debug/request logging and encrypted cloud sync storage, but does not specify whether sensitive data (tokens/headers) is redacted from logs, how CSRF/session security is handled in the dashboard, or what TLS guarantees exist for localhost/VPS deployments.

⚡ Reliability

Uptime/SLA
0
Version Stability
45
Breaking Changes
20
Error Recovery
45
AF Security Reliability

Best When

You want a drop-in OpenAI-compatible endpoint for multiple AI coding tools and are willing to rely on a proxy/router layer for quota-aware fallback and cost optimization.

Avoid When

You need strong guarantees around data handling, logging controls, and error transparency, or you cannot run/secure a local web proxy (on localhost/VPS) that mediates third-party requests.

Use Cases

  • Route an AI coding CLI to multiple providers automatically to reduce cost and avoid provider/rate-limit failures
  • Maintain access to free/cheap model providers with automatic fallback during quota exhaustion
  • Balance load across multiple accounts per provider (round-robin/priority)
  • Use OpenAI-compatible endpoints from tools (Claude Code/Cursor/Cline/etc.) while leveraging non-OpenAI provider formats through translation

Not For

  • Security-sensitive environments that cannot tolerate a local proxy handling API requests/tokens
  • Use cases requiring strict, deterministic routing rules without provider-to-provider format translation
  • Production deployments where an unverified/undocumented security posture for OAuth + request logging is unacceptable without further audit

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: OAuth via dashboard for supported providers API key usage for the local/router endpoint
OAuth: Yes Scopes: No

README indicates a dashboard-based OAuth login to connect providers, and an API key used by CLI tools against the router endpoint. No explicit scope model or scope granularity is documented in the provided content.

Pricing

Free tier: Yes
Requires CC: No

The README frames 9Router as free to use and states it does not charge you; you pay upstream providers directly. Specific pricing tiers for 9Router itself are not included in the provided excerpt.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • No explicit API contract (OpenAPI spec) provided; agent must rely on OpenAI-compatible behavior inferred from usage examples.
  • Request/response logging and debug mode are mentioned, but the reliability of error semantics and whether logs include sensitive headers/payloads is not specified.
  • Routing behavior depends on quota tracking and provider-specific failure modes; without clear error codes/retry guidance, automated clients may need conservative retry/timeout strategies.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for 9router.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

6407
Packages Evaluated
19996
Need Evaluation
586
Need Re-evaluation
Community Powered