enterpilot/gomodel

By enterpilot

Updated 1 day ago

GoModel - AI gateway with OpenAI-compatible API layer written in Go.

Image
1

2.3K

enterpilot/gomodel repository overview

GoModel - lightweight AI proxy with observability written in Go. LiteLLM alternative

Quick Start
docker run --rm -p 8080:8080 \
  -e LOGGING_ENABLED=true \
  -e LOGGING_LOG_BODIES=true \
  -e LOG_FORMAT=text \
  -e LOGGING_LOG_HEADERS=true \
  -e OPENAI_API_KEY="your-openai-key" \
  enterpilot/gomodel
More information

GitHub: https://github.com/ENTERPILOT/GOModel/

Environmental variables you can use are detailed here: https://github.com/ENTERPILOT/GoModel/blob/main/.env.template

Tag summary

Content type

Image

Digest

sha256:eec207a6c

Size

16.3 MB

Last updated

1 day ago

Requires Docker Desktop 4.37.1 or later.