Go Feather Route.
A small OpenAI-compatible model gateway
why it matters
Go Feather Route gives applications one focused boundary for OpenAI-compatible chat and embeddings providers. It keeps credentials server-side while handling bearer authentication, model aliases, provider routing, request limits, retries, timeouts, bounded concurrency, JSON and Server-Sent Events responses, liveness and readiness endpoints, model status, and Prometheus-style metrics. It runs as a small Go service or non-root multi-architecture Docker image. Thingd connectivity is a separate future MCP capability, not a gateway dependency.
what shipped
- ◆OpenAI-compatible chat and embeddings with provider base URLs and aliases
- ◆Bearer auth, request limits, retries, timeouts, and bounded concurrent work
- ◆JSON and Server-Sent Events responses with client cancellation
- ◆Liveness, readiness, model status, metrics, and static non-root Docker images