Show HN: Wyolet Relay – high throughput, open source LLM router Wyolet released Wyolet Relay, an open-source, self-hosted LLM router that provides a single OpenAI- and Anthropic-compatible endpoint for multiple providers, enabling automatic failover, rate-limit pooling, and cost tracking. The tool, available under Apache-2.0, supports 400+ models and can be deployed via Docker with sub-2ms added latency. One endpoint in front of every LLM provider. Self-hosted, bring-your-own-keys, built for scale. Quickstart https://docs.wyolet.com/quickstart · Docs https://docs.wyolet.com · Discord https://discord.gg/KUhJ8X3w · X https://x.com/wyolethq · Bluesky https://bsky.app/profile/wyolet.bsky.social · Wyolet Relay puts a single OpenAI- and Anthropic-compatible endpoint in front of every provider you use. Pool your own API keys for automatic failover and higher effective rate limits, see exactly what every request costs, and run the whole thing on your own infrastructure — a drop-in for the SDK code you already have. Start a full relay — API, admin UI, database, and a pre-seeded model catalog — in one command: docker run -p 8080:8080 -p 8081:8081 wyolet/relay:standalone Open the admin UI at http://localhost:8081 , then let the setup wizard walk you through adding a provider key and minting a relay key. Now call it like the OpenAI API: curl http://localhost:8080/openai/v1/chat/completions \ -H "Authorization: Bearer