"use client"; export default function HowItWorks() { return (

How 9Router Works

Data flows seamlessly from your application through our intelligent routing layer to the best provider for the job.

{/* Connection line */}
{/* Step 1: CLI & SDKs */}
terminal

1. CLI & SDKs

Your requests start from your favorite tools or our unified SDK. Just change the base URL.

{/* Step 2: 9Router Hub */}
hub

2. 9Router Hub

Our engine analyzes the prompt, checks provider health, and routes for lowest latency or cost.

{/* Step 3: AI Providers */}

3. AI Providers

The request is fulfilled by OpenAI, Anthropic, Gemini, or others instantly.

); }