Skip to main content
Dari Router exposes an OpenAI-compatible chat completions endpoint for model traffic. Create and edit routers from the Dari dashboard, then send traffic to the router endpoint with a routing-scoped API key.

Traffic Endpoint

Chat Completions

POST https://routing.dari.dev/{router_id}/chat/completions

Authentication

Send a Dari API key with the routing scope as a bearer token:
Authorization: Bearer $DARI_ROUTING_API_KEY
See API Keys for scope setup.