01 · ACCESS
One gateway key
Call every connected model through one stable endpoint. Revoke and limit each consumer independently.
Connect authorized AI providers, route around failures, and control usage from one clean gateway.
curl https://murahrouter.pages.dev/api/v1/chat/completions \
-H "Authorization: Bearer rm_live_…" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.2",
"messages": [{"role":"user","content":"Hello"}]
}'BUILT FOR RELIABLE AI ACCESS
Everything needed to operate multiple model providers without exposing upstream credentials.
Call every connected model through one stable endpoint. Revoke and limit each consumer independently.
Requests move to the next healthy authorized upstream when a provider returns an error.
See usage, latency, status, and model cost. Enforce a clear USD quota for each API key.
Use stable public model IDs while upstream names and providers change behind the scenes.
Connect an authorized OpenAI-compatible provider.
Create a public model ID and route priority.
Set its quota, copy it once, then call the API.