AIToday
Large Language ModelsOpen-Source AIAI Coding AssistantsHacker NewsPublished: Aug 5, 2026, 13:01 JST2 min read

RouterFuel open-sources AI gateway with 330+ models, sub-20ms latency

RouterFuel open-sources AI gateway with 330+ models, sub-20ms latency

Key takeaway

  • RouterFuel is an open-source AI gateway that launched in open beta, letting developers access 330+ language models through a single API endpoint with sub-20ms response times.

  • It includes semantic caching to reduce API costs by up to 40% and automatic failover if a provider fails, addressing common pain points for teams using multiple AI model providers.

  • All features are free during the beta preview.

3 Key Points

  1. What happened

    RouterFuel, an open-source AI gateway, entered open beta offering access to 330+ language models through a single async proxy layer. The tool is built on Tokio and Axum, supports OpenRouter integration, and achieves sub-20ms p99 latency. All features are free during the preview period.

  2. Why it matters

    Developers can now route inference requests across multiple model providers (OpenAI, Anthropic, Google, Meta, Mistral, and OpenRouter's catalog) through one API without vendor lock-in. Built-in semantic caching cuts repetitive API spend by up to 40%, and automatic circuit-breaking reroutes requests to healthy providers if one fails — reducing operational overhead for teams managing multiple model integrations.

  3. What to watch

    Pricing launches soon—Hobby tier free with 35,000 requests/month (overages $20 per 100k requests), Developer tier $15/month with 150,000 requests/month included, and Enterprise custom pricing. The core is AGPL-3.0 licensed; commercial licenses are available for closed-source embedding.

Ask the AI about this article →

Context & Analysis

RouterFuel addresses a fragmentation problem for AI application developers: accessing models from different providers (OpenAI, Anthropic, Google, Mistral, and others) typically requires separate API integrations and error-handling logic. By providing a single proxy layer that supports 330+ models and automatically syncs new models from OpenRouter, RouterFuel reduces integration work and simplifies failover logic.

The semantic caching engine is a practical cost-reduction tool—by vector-matching incoming prompts against cached completions, the system can serve near-duplicate requests from cache rather than sending redundant API calls, cutting repetitive spend by up to 40%. The circuit-breaking resiliency layer handles provider outages or latency spikes in microseconds, rerouting requests to healthy alternatives without dropping calls—a critical feature for production inference workloads.

The project's open-source licensing (AGPL-3.0 core) and free beta access lower the barrier for teams to experiment, while the upcoming tiered pricing model charges for throughput rather than seats, aligning costs with actual usage. Commercial licensing is available for teams embedding RouterFuel in closed-source products, broadening its addressable market.

FAQ

What models does RouterFuel support?
RouterFuel supports 330+ models via direct integration plus OpenRouter, including models from OpenAI, Anthropic, Google, Meta, and Mistral. New models from OpenRouter appear automatically without code changes.
How much does RouterFuel cost?
All features are free during the open beta. When pricing launches, the Hobby tier will be free with 35,000 requests/month (overages $20 per 100k requests), the Developer tier will be $15/month with 150,000 requests/month included, and Enterprise will be custom-priced.
What is the latency?
RouterFuel achieves sub-20ms p99 latency in v0.6.0 with its Tokio async runtime.

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • DataAgent launches with $10M to auto-fix Kubernetes faultsSiliconANGLE AI · 1h ago
  • SK Hynix custom HBM boosts inference up to 5.15xDIGITIMES Asia · 1h ago
  • Nvidia Earnings: Boring by Design, Avoiding a Consolidated WorldStratechery (Ben Thompson) · 1h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleSamsung: AI memory demand spreads beyond GPUs through 2028