<?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: ToRun AI</title>
    <description>The latest articles on DEV Community by ToRun AI (@torun_ai).</description>
    <link>https://dev.to/torun_ai</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%2F3877517%2F0c848a37-eef2-4134-8849-a25cc0d18c68.png</url>
      <title>DEV Community: ToRun AI</title>
      <link>https://dev.to/torun_ai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/torun_ai"/>
    <language>en</language>
    <item>
      <title>Building an AI Orchestration Platform: How We Unified 10+ AI Providers</title>
      <dc:creator>ToRun AI</dc:creator>
      <pubDate>Wed, 15 Apr 2026 12:03:08 +0000</pubDate>
      <link>https://dev.to/torun_ai/building-an-ai-orchestration-platform-how-we-unified-10-ai-providers-j5a</link>
      <guid>https://dev.to/torun_ai/building-an-ai-orchestration-platform-how-we-unified-10-ai-providers-j5a</guid>
      <description>&lt;p&gt;At &lt;a href="https://torun.ai" rel="noopener noreferrer"&gt;ToRun AI&lt;/a&gt;, we're building an AI Orchestration Platform that lets teams access 100+ AI models from 10+ providers through a single interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every major AI provider has its own API, auth, pricing, and rate limits. For teams using multiple providers, this means multiple integrations, separate billing, and no unified routing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Our Solution: A 9-Step Execution Pipeline
&lt;/h2&gt;

&lt;p&gt;Every AI request in ToRun goes through:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Request Validation&lt;/strong&gt; - Input sanitization&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tenant Isolation&lt;/strong&gt; - Multi-tenant security&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Subscription Verification&lt;/strong&gt; - Plan checks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Budget Checking&lt;/strong&gt; - Dual-source billing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rule Engine&lt;/strong&gt; - Pre-prompt rules, PII detection&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model Routing&lt;/strong&gt; - Dynamic access control&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Provider Execution&lt;/strong&gt; - Adapter pattern&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Response Streaming&lt;/strong&gt; - Real-time via SignalR&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost Calculation&lt;/strong&gt; - Token-level tracking&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;.NET 10.0 on ABP.IO Framework&lt;/li&gt;
&lt;li&gt;MongoDB + Redis&lt;/li&gt;
&lt;li&gt;Angular frontend&lt;/li&gt;
&lt;li&gt;Domain-Driven Design (23 entities, 6 bounded contexts)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why It Matters
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;No vendor lock-in.&lt;/strong&gt; Switch providers seamlessly.&lt;br&gt;
&lt;strong&gt;Dynamic access.&lt;/strong&gt; Model access calculated in real-time, not hardcoded.&lt;br&gt;
&lt;strong&gt;Smart budgets.&lt;/strong&gt; Subscription allowance + wallet system.&lt;/p&gt;

&lt;p&gt;We're building in public. Follow us for more technical deep-dives!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://torun.ai" rel="noopener noreferrer"&gt;torun.ai&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
