Streaming
Use server-sent events for responsive chat and generation interfaces.
RelayRouter exposes a familiar OpenAI-compatible API while routing requests across supported model providers and configured failover paths.
curl https://relayrouter.org/v1/chat/completions \
-H "Authorization: Bearer rr_live_••••" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-fable-5",
"messages": [{"role": "user", "content": "Hello"}],
"stream": true
}'Use server-sent events for responsive chat and generation interfaces.
Route models across multiple configured hosts without changing client code.
Track model, token, request, and cost data from the same operational workspace.
Compare models, create a scoped key, and move your first request.
Open RelayRouter