EveryDev.ai
Subscribe
Home
Tools

3,947+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Uprouter Online
    Uprouter Online icon

    Uprouter Online

    LLM Orchestration

    An OpenAI- and Claude-compatible AI API gateway and directory that lets you bring your own keys from 388+ routers and route every request through a single endpoint with failover, daily caps, and per-request metering.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Full access to the AI API provider directory — browse, filter, compare, and submit providers. No account required.

    Engagement

    Available On

    Windows
    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    LLM OrchestrationAPI Integration PlatformsAI Infrastructure

    Alternatives

    New APICCXSub2API
    Developer
    Uprouter OnlineUprouter Online builds an independent AI API provider direct…

    Listed Sep 2026

    About Uprouter Online

    Uprouter Online is an independent, developer-facing directory of AI API providers combined with a self-hostable gateway called Uprouter Connect. It tracks 388 routers — including OpenRouter, AWS Bedrock, and Alibaba Cloud — with normalized pricing, free-tier values, live uptime probes, and community-verified data. The self-hosted Connect gateway is open-source under the MIT license and available on GitHub.

    What It Is

    Uprouter Online has two distinct components: a directory and a gateway. The directory catalogs AI API providers with normalized USD-per-1M-token pricing, free-tier credit values, risk ratings, editorial confidence scores, and live status probes. The gateway, Uprouter Connect, is an OpenAI- and Claude-compatible unified endpoint that accepts BYOK (bring your own keys) credentials from any of the tracked providers, routes requests with configurable strategies, and returns per-request audit logs covering tokens, latency, and cost.

    How the Gateway Works

    Uprouter Connect exposes a single API endpoint (/api/connect/v1/chat/completions) that is compatible with both the OpenAI and Anthropic message formats, including SSE streaming. Key capabilities include:

    • 19 routing strategies — first, cheapest, most-accurate, most-reliable, failover, round-robin, latency-based, cost-aware, and more
    • BYOK credentials stored with AES-256-GCM encryption at rest
    • Failover aliases — ordered provider lists with per-alias daily spend caps and soft-limit headers
    • 3-layer resilience — per-provider circuit breaker, error cooldown, and model lockout
    • Per-request metering — audit log of tokens in/out, latency, and cost for every call
    • MCP server at /api/mcp (JSON-RPC 2.0) and an A2A agent protocol interface
    • RTK-style compression — structured extraction and context-budget truncation

    The self-hosted version ships with a pre-seeded snapshot of 104 providers and ~300 models, uses SQLite by default (zero-config), and supports optional Postgres (e.g., Neon). A built-in sandbox-echo provider lets the gateway work before any real keys are added.

    The Directory and Community Layer

    The directory side of Uprouter tracks free-tier allowances across four access shapes: official free tiers, signup free credits, free-only routers, and no-auth endpoints. Every entry carries a verification timestamp, a normalized USD free-credit value (with an est. flag when assumptions were required), a risk tier (low/medium/high), and a source URL. The site states that rankings are never sponsored — sort keys are neutral data signals and affiliate or commercial participation is explicitly excluded as a sort input.

    Community members can vote on providers, submit evidence-based reviews with verification tags, and propose corrections to descriptions, prices, and free-tier values. Accepted corrections earn compute (the platform's internal usage currency for pooled gateway requests).

    Deployment Model

    Uprouter Connect is self-hostable via Node 20+ (or Bun) or Docker Compose. The managed cloud version at uprouter.online operates the same gateway with a compute-based usage model: new accounts receive a welcome compute grant, and additional compute is earned through daily check-ins, streak bonuses, validated referrals, and bounties. BYOK routing through the managed gateway carries no subscription fee — compute is only spent on pooled (Uprouter-hosted) capacity requests.

    The public directory API (/api/providers, /api/models, /api/dataset, /api/status) is open with no authentication required, CORS-enabled, and licensed CC BY 4.0.

    Update: Repository Created September 2026

    The Uprouter Connect GitHub repository (uprouter-online/uprouter-connect) was created on September 15, 2026, under the MIT license, written primarily in TypeScript. The managed site references a last entry update of September 16, 2026, and blog posts from September 2026 cover methodology, provider reliability checking, and third-party router risks. The project is in active early development with the self-hosted gateway and managed directory running concurrently.

    Uprouter Online - 1

    Community Discussions

    Be the first to start a conversation about Uprouter Online

    Share your experience with Uprouter Online, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Directory

    Full access to the AI API provider directory — browse, filter, compare, and submit providers. No account required.

    • Browse and filter the full provider index
    • Source URL and verification date on every price
    • Compare providers side by side
    • Submit missing providers
    • Public dataset API (CC BY 4.0)
    OPEN SOURCE

    Connect BYOK

    Route your own provider API keys through the Uprouter Connect gateway with no subscription fee.

    • Self-hosted or managed Connect gateway
    • BYOK keys encrypted AES-256-GCM at rest
    • Failover aliases across providers
    • Daily caps with soft-limit headers
    • Per-request audit log (tokens, latency, cost)
    OPEN SOURCE

    Pooled Compute

    Route through Uprouter-hosted capacity using compute earned via check-ins, reviews, referrals, and bounties. New accounts receive a welcome compute grant.

    • Welcome compute grant at signup
    • Fair use: 200 pooled requests/day
    • Compute balance never expires
    • Earn compute via daily check-ins, streak bonuses, referrals, and bounties
    • Per-request metering with audit log

    Capabilities

    Key Features

    • OpenAI- and Claude-compatible unified API endpoint
    • BYOK provider credentials with AES-256-GCM encryption
    • 19 routing strategies including cheapest-first, failover, and latency-based
    • Failover aliases with per-alias daily spend caps
    • Per-request audit log (tokens, latency, cost)
    • 3-layer resilience: circuit breaker, error cooldown, model lockout
    • MCP server (JSON-RPC 2.0)
    • A2A agent protocol interface
    • RTK-style request compression and context-budget truncation
    • Self-hosted via Node/Bun or Docker Compose
    • SQLite default with optional Postgres support
    • Pre-seeded 104-provider snapshot with ~300 models
    • Community voting, reviews, and verified corrections
    • Live uptime probes with 7-day uptime history
    • Normalized USD-per-1M-token pricing across all entries
    • Free-tier credit value tracking with est. flags
    • Public directory API with no authentication required (CC BY 4.0)
    • RSS journal feed of price changes and status events
    • PWA with offline shell and en/es locales
    • In-dashboard playground for testing requests

    Integrations

    OpenRouter
    AWS Bedrock
    Alibaba Cloud
    Groq
    Google Vertex AI
    Mistral AI
    Deepgram
    Nscale
    OpenAI
    Anthropic Claude
    Neon (Postgres)
    SQLite
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Uprouter Online and help others make informed decisions.

    Developer

    Uprouter Online Team

    Uprouter Online builds an independent AI API provider directory and a self-hostable gateway called Uprouter Connect. The directory tracks 388+ routers with normalized pricing, free-tier values, live uptime probes, and community-verified data. Uprouter Connect provides a single OpenAI- and Claude-compatible endpoint with BYOK credentials, 19 routing strategies, and per-request audit logging. The self-hosted gateway is open-source under the MIT license and written in TypeScript.

    Read more about Uprouter Online Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    New API icon

    New API

    An open-source next-generation LLM gateway and AI asset management system that unifies multiple AI providers under OpenAI-compatible, Claude-compatible, or Gemini-compatible interfaces.

    CCX icon

    CCX

    A high-performance AI API proxy and protocol translation gateway supporting Claude, OpenAI, Codex, and Gemini with unified channel orchestration and web admin UI.

    Sub2API icon

    Sub2API

    An open-source AI API gateway platform that unifies Claude, OpenAI, Gemini, and other AI subscriptions into a single endpoint with quota distribution, billing, and multi-account management.

    Browse all tools

    Related Topics

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    226 tools

    API Integration Platforms

    AI-powered platforms for building, testing, and managing APIs with intelligent documentation generation, automated testing, and performance optimization capabilities.

    155 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    390 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions