Skip to main content
Send your first routed request with a Routing API key. You do not need to create or configure a router first.

1. Create A Routing Key

Open API Keys in the Dari dashboard and create a Routing key.

2. Use The Default Endpoint

The default router is available at /v1 and uses Dari-managed provider credentials. Its current model set is:
  • Claude Fable 5
  • GPT-5.6 Sol
  • GLM-5.2
  • DeepSeek V4 Flash

3. Send A Request

The response appears in your terminal. Its dari_routing.selected_model field shows which model handled the request.

Use Different Or Custom Models

The default router’s model set can be edited in the dashboard. You can also create another router with different models and set it as the new default for /v1, or use its rtr_... endpoint directly. Add custom models or custom provider keys to any router.

If The Request Fails

A 401 usually means the Routing key is invalid. For a specific router, it can also mean the key and router belong to different organizations. For other router errors, verify the copied endpoint and provider key setup.

Next Steps