syso.codes / projects / AI tools / AI Gateway

AI tools

AI Gateway

Self-hosted, multi-provider LLM gateway.

A lightweight Go gateway that sits between your apps and any LLM provider. Each client gets its own API key with independent backend, model whitelist, rate limits and quotas — all OpenAI-compatible.

GoLanguage
★ 5GitHub stars
2026-03-04Last pushed
AI toolsCategory
View on GitHub → More ai tools
AI Gateway screenshot

Background

Routing different teams or scripts at different LLM providers (and policing costs along the way) usually means juggling reverse proxies and bespoke quota services. AI Gateway collapses that into a single binary with a real-time WebSocket dashboard, per-client provider routing, and translation between native APIs (Gemini, Anthropic, Mistral, xAI, Cohere, Azure, Ollama, LM Studio) and the OpenAI Chat Completions schema your apps already speak.

Specifications

#ai #llm #api-gateway #openai #anthropic #ollama