<?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: Daniel Dong</title>
    <description>The latest articles on DEV Community by Daniel Dong (@daniel_dong_sdwgw041).</description>
    <link>https://dev.to/daniel_dong_sdwgw041</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3942570%2F5388d5e5-05b2-495b-9180-83a4ffa72138.jpg</url>
      <title>DEV Community: Daniel Dong</title>
      <link>https://dev.to/daniel_dong_sdwgw041</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/daniel_dong_sdwgw041"/>
    <language>en</language>
    <item>
      <title>Building an AI API Gateway to Access Multiple LLMs with One Key</title>
      <dc:creator>Daniel Dong</dc:creator>
      <pubDate>Wed, 20 May 2026 15:32:18 +0000</pubDate>
      <link>https://dev.to/daniel_dong_sdwgw041/building-an-ai-api-gateway-to-access-multiple-llms-with-one-key-2i1b</link>
      <guid>https://dev.to/daniel_dong_sdwgw041/building-an-ai-api-gateway-to-access-multiple-llms-with-one-key-2i1b</guid>
      <description>&lt;p&gt;Managing multiple LLM APIs is painful. Different SDKs, different error handling, different billing dashboards.&lt;/p&gt;

&lt;p&gt;So I built AIBridge - an AI API Gateway that gives you one endpoint for all major LLM providers.&lt;/p&gt;

&lt;p&gt;How it works:&lt;br&gt;
Same OpenAI-compatible format. Just change the base URL:&lt;/p&gt;

&lt;p&gt;from openai import OpenAI&lt;/p&gt;

&lt;p&gt;client = OpenAI(&lt;br&gt;
    base_url="&lt;a href="https://aibridge-api.com/v1" rel="noopener noreferrer"&gt;https://aibridge-api.com/v1&lt;/a&gt;",&lt;br&gt;
    api_key="your-aibridge-key"&lt;br&gt;
)&lt;/p&gt;

&lt;h2&gt;
  
  
  Works with GPT-4, Claude, Gemini - same code!
&lt;/h2&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One API key for all models&lt;/li&gt;
&lt;li&gt;Automatic fallback if a provider fails&lt;/li&gt;
&lt;li&gt;Cost tracking dashboard&lt;/li&gt;
&lt;li&gt;Team key management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Current status:&lt;br&gt;
Live now, supporting OpenAI, Anthropic, and Google models. More providers being added.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://aibridge-api.com" rel="noopener noreferrer"&gt;https://aibridge-api.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback - especially what features would make this most useful for your projects.&lt;/p&gt;

&lt;p&gt;Happy to answer any questions in the comments!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6p9r57e86t2y0c70g4b6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6p9r57e86t2y0c70g4b6.png" alt="home page" width="800" height="564"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqyeyf1p4u59khm8fe5hb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqyeyf1p4u59khm8fe5hb.png" alt="API documentation" width="799" height="374"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F99veqdgnbst4bqi3zeq5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F99veqdgnbst4bqi3zeq5.png" alt="ai modol" width="800" height="567"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3mei9wbu2x8jyrwz5mtq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3mei9wbu2x8jyrwz5mtq.png" alt="Chat playground " width="800" height="636"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc57z8m1ub9gt8y1yropl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc57z8m1ub9gt8y1yropl.png" alt="Transparent Pricing" width="800" height="652"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9guos16qmw8406hyoapm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9guos16qmw8406hyoapm.png" alt="Token Top-up Packs" width="800" height="435"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>developers</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
