Loading the Connect dashboard…
Jump to a page, provider, model or action
Every keyboard shortcut available on Uprouter
uprouter connect
Connect your provider keys once, route with failover aliases, and meter every request in compute — with a fully auditable usage log. Sign in to generate keys and make your first request in under a minute.
New accounts start with 10.00 compute, ready to spend on the gateway; the free sandbox-echo model is included for testing.
curl https://uprouter.online/api/connect/v1/chat/completions \
-H "Authorization: Bearer upr_live_…" \
-H "Content-Type: application/json" \
-d '{"model": "sandbox-echo", "messages": [{"role": "user", "content": "hello"}]}'On the Claude (Anthropic) wire format? Same key, different URL: POST https://uprouter.online/api/connect/v1/messages with x-api-key: upr_live_… — the Anthropic SDK works unmodified with baseURL …/api/connect.