<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: entitybtw</title>
    <description>The latest articles on DEV Community by entitybtw (@entitybtw).</description>
    <link>https://dev.to/entitybtw</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4115892%2Fe199b809-a9eb-4b72-a9ed-a09930ff3c01.jpg</url>
      <title>DEV Community: entitybtw</title>
      <link>https://dev.to/entitybtw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/entitybtw"/>
    <language>en</language>
    <item>
      <title>Aurora: AI gateway fork for multi-IP setups, 55x faster than LiteLLM</title>
      <dc:creator>entitybtw</dc:creator>
      <pubDate>Tue, 08 Sep 2026 14:03:12 +0000</pubDate>
      <link>https://dev.to/entitybtw/aurora-ai-gateway-fork-for-multi-ip-setups-55x-faster-than-litellm-68e</link>
      <guid>https://dev.to/entitybtw/aurora-ai-gateway-fork-for-multi-ip-setups-55x-faster-than-litellm-68e</guid>
      <description>&lt;p&gt;Hey,&lt;/p&gt;

&lt;p&gt;I recently found Aurora (a Go-based LLM gateway) on the internet. I liked the lightweight concept but found it lacked essential production features, advanced routing, and a flexible management interface. I deeply upgraded it into a stable, feature-rich fork for my own infrastructure.&lt;/p&gt;

&lt;p&gt;Most importantly, it completely fixes the recent early-September OpenCode API updates that enforced strict session headers and broke local coding tools (Goose, Pi, Claude Code) with HTTP 400 errors. I built a Session Hub engine inside the gateway that automates header transformation, keeps connections flawless, and preserves upstream Prompt Cache.&lt;/p&gt;

&lt;p&gt;The project is fully functional, documented, and available on Docker Hub (&lt;code&gt;entbtw/aurora:latest&lt;/code&gt;).&lt;/p&gt;

&lt;p&gt;Github - &lt;a href="https://github.com/entitybtw/aurora" rel="noopener noreferrer"&gt;https://github.com/entitybtw/aurora&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Core Features: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fixed OpenCode API: Automatically maps local client traffic into stable, valid session IDs via Session Hub (&lt;code&gt;map&lt;/code&gt; mode) to prevent HTTP 400 drops and keep upstream Prompt Cache warm. &lt;/li&gt;
&lt;li&gt;Multi-IP Host Networking: Supports advanced per-provider &lt;code&gt;bind_ip&lt;/code&gt; configurations and load-balanced pools, making it perfect for strict network routing and multi-account setups. &lt;/li&gt;
&lt;li&gt;Web UI Administrative Dashboard: Full runtime management for 14+ providers and routing strategies with instant persistence to disk config files. Eliminates the need for .env editing or container restarts. &lt;/li&gt;
&lt;li&gt;Visual Fallback Chains: Configure, edit, and prioritize backup models and fallback rules dynamically. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the repository for detailed orchestration guides, full environment tables, and exact API curl examples. Feedback on the Go architecture and session handling layer is highly welcome!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>go</category>
    </item>
  </channel>
</rss>
