Rioku is an open-source API gateway with no feature paywalls.
Route, protect, and observe your AI & agentic workloads at any scale.
# Route an OpenAI-compatible request through Rioku
curl -X POST https://api.yourgateway.io/v1/chat/completions \
-H "Authorization: Bearer $RIOKU_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}],
"stream": true
}'Every feature in Rioku is available to every user, forever. No enterprise tiers, no upgrade prompts.
Every capability is available to every user. No enterprise tiers, no locked features — just the full API gateway, open and free.
Native support for streaming, long-lived connections, and token-based rate limiting designed for LLM APIs and agentic pipelines.
Blazing-fast request routing with sub-millisecond overhead. Handle thousands of concurrent AI agent calls without breaking a sweat.
Extend Rioku with a rich plugin API. Auth, rate limiting, caching, observability — compose exactly what your stack needs.
Built-in metrics, distributed tracing, and structured logging. See every request flowing through your gateway in real time.
mTLS, JWT validation, API key management, and fine-grained access control out of the box — no security theatre.
Rioku sits in front of your AI providers and services, giving you a single control plane for all your AI traffic.
Run Rioku on your own infrastructure with a single Docker command or Kubernetes Helm chart.
Update your AI client base URL to route through Rioku. It's OpenAI-API compatible — no code changes needed.
Set rate limits, add authentication, inspect logs, and gain full visibility into every token that flows through your system.
Rioku is free, open-source, and ready to deploy. No sign-up required.