> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dari.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Route model calls in production.

Dari Router gives your application one OpenAI-compatible endpoint that chooses between the models you enable for each request. Create a router from the dashboard, configure provider key sources, and send chat completion traffic with a routing-scoped API key.

## Start Here

<CardGroup cols={2}>
  <Card title="Dari Router" icon="route" href="/router/overview">
    Route OpenAI-compatible chat completion requests across OpenAI, Anthropic, and Baseten models from one endpoint.
  </Card>

  <Card title="Router Quickstart" icon="bolt" href="/router/quickstart">
    Create a router and send your first routed chat completion.
  </Card>

  <Card title="Authentication" icon="user-lock" href="/authentication">
    Understand dashboard login, platform API keys, routing keys, and provider keys.
  </Card>

  <Card title="API Keys" icon="key" href="/api-keys">
    Create scoped keys for router traffic and platform management.
  </Card>
</CardGroup>

## Base URLs

| Surface           | Base URL                   | Used For                                                              |
| ----------------- | -------------------------- | --------------------------------------------------------------------- |
| Dari Router       | `https://routing.dari.dev` | OpenAI-compatible chat completions through a router endpoint.         |
| Dari Platform API | `https://api.dari.dev/v1`  | Router management, API keys, credentials, organizations, and billing. |
