Show HN: GoModel - Open-Source AI Gateway Built in Go, 44x Lighter Than LiteLLM
Key point
GoModel has been released as an OpenAI-compatible gateway that bundles multiple LLM providers together.
Details
GoModel is an open-source AI gateway written in Go that bundles multiple providers behind a single OpenAI-compatible API.
Supported providers include OpenAI, Anthropic, Gemini, xAI, Groq, OpenRouter, Z.ai, Azure OpenAI, Oracle, Ollama, and more, with endpoints such as /v1/chat/completions, /v1/responses, /v1/embeddings, /v1/files, and /v1/batches.
Deployment can start with a single docker run command, and configuration is done via environment variables or config.yaml. By default there is no auth key, so setting GOMODEL_MASTER_KEY is recommended for production environments.
It also supports an admin dashboard, usage aggregation, audit logs, Prometheus metrics, response caching, and provider-native passthrough paths in the form /p/{provider}/....
The author introduces this project as being 44x lighter than LiteLLM, and official documentation, Docker images, and Compose configuration are also provided.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.