Saki Gateway
An OpenAI-compatible AI gateway with multi-provider routing, fallback, rate limiting and per-user credits, plus a dashboard built alongside the API.
- OpenAI-compatible `/v1/chat/completions` and `/v1/models` endpoints
- Multi-provider routing with fallback
- Rate limiting and per-user credits
- Next.js dashboard served next to the API
POST /v1/chat/completions
GET /v1/models
# OpenAI-compatible, routed across providers
$ curl $GATEWAY -H "Authorization: Bearer $KEY"
200 OK · compatible response