@ultra-dex/sdk v1.0.0 is live

Route AI calls.
Cut costs 30-50%.

Ultra-Dex is an open-source AI router that sits between your app and AI providers. Automatic failover, cost tracking, and circuit breakers — with zero code changes.

npm install @ultra-dex/sdk
# 5-line setup
import { UltraDex } from "@ultra-dex/sdk"
const dex = new UltraDex()
dex.enableRouter( { strategy: 'cheapest' })
await dex.chat([{ role: 'user', content: 'Hello' }])
→ Routed to cheapest provider in 142ms
v1.0.0
Latest Release
4
Routing Strategies
13+
AI Providers
0
Cost to Start
Core Components

Everything you need to orchestrate AI workflows

Built from the ground up for deterministic, observable, scalable AI operations.

SmartRouter SDK

Open-source TypeScript SDK that routes AI calls across providers with automatic failover, cost tracking, and circuit breakers.

  • 4 routing strategies
  • p50/p95/p99 latency tracking
  • Automatic failover

Multi-Agent Control

Coordinate specialized agents with clear separation between orchestration and execution. Each agent knows its role.

  • 4 core agent types
  • Capability routing
  • Stateless workers

Intelligent Routing

Route tasks to optimal providers based on cost, latency, and quality. Built-in fallback chains ensure reliability.

  • 15+ AI providers
  • Cost optimization
  • Quality scoring
Philosophy

Build the brain. Delegate the hands.

Ultra-Dex is a control plane, not an agent framework. We orchestrate WHAT happens, not HOW it happens. Execution layers like Composio plug into Ultra-Dex — not the other way around.

Deterministic execution
Observable workflows

Ready to cut your AI bill?

Start routing AI calls intelligently with Ultra-Dex today.