#79 · Primary category: AI Gateway & API Infrastructure

GoModel

ai ai-gateway ai-proxy anthropic go golang groq litellm-alternative llm llm-gateway observability ollama openai openai-compatible openai-compatible-api openai-compatible-proxy-server proxy

GoModel is a production-ready AI gateway in Go, offering OpenAI- and Anthropic-compatible APIs with intelligent routing, cost tracking, and observability as a LiteLLM alternative.

Project last updated:08/29/26

GitHub Stars

1.1K

Forks

89

Contributors

20

License

MIT

Why we included this project

GoModel acts as a single front door for model calls, exposing one OpenAI- and Anthropic-compatible API so your application only ever talks to that endpoint. It can map a stable model name across several upstreams, fail over to a backup provider when one goes down, and reroute to a cheaper option when spending matters. The bundled dashboard turns raw usage into per-request cost estimates, budgets, and rate limits per key or team, which most teams end up building by hand. It ships as a single Go binary or Docker container and works with the official OpenAI and Anthropic SDKs as-is, since you just point the base URL at it. Teams used to LiteLLM-style gateways who want something lighter and self-hosted will find the workflow familiar.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category