A native Go LLM router built to replace Python proxy stacks. One compiled binary, goroutine multiplexing, and no runtime dependencies to install or break.
Compiled Go goroutines bypass Python's Global Interpreter Lock (GIL), routing hundreds of concurrent prompts with wire-speed throughput.
No virtual environments, no pip conflicts, no CUDA version hell. Copy one file to the machine and run it.
Drop-in replacement for standard /v1/chat/completions routes. Compatible with Ollama, Vulkan runners, OpenRouter, and Claude.
Hardware-agnostic Vulkan backend — runs models on AMD, Intel, or NVIDIA GPUs, or straight on CPU and system RAM.
What you actually ship, and what you have to keep working.
/v1/chat/completions — anything OpenAI-compatible just points at it