Turn your Google accounts into a free, load-balanced LLM API gateway
OpenGem is a tool that transforms Google accounts into a local, load-balanced Gemini API gateway. It supports various API requests, including those from OpenAI and Anthropic, making it versatile for personal and educational use. Users can manage their accounts and monitor usage through an admin console with a range of features.
- ▪OpenGem allows users to connect multiple Google accounts and create their own API keys.
- ▪It features a Next.js admin console that includes a setup wizard, dashboard, and request logs.
- ▪The tool supports streaming across different API surfaces and offers a secure API key storage system.
Opening excerpt (first ~120 words) tap to expand
Quick Start · API Usage · Admin Console · Configuration What Is OpenGem? OpenGem turns one or more Google accounts into a local, load-balanced Gemini gateway. It exposes the native Gemini API shape and also accepts OpenAI Chat Completions and Anthropic Messages requests, so most SDKs can point at your OpenGem server with only a base URL change. It is designed for personal, educational and research usage. You run the gateway, connect your own Google accounts, create your own API keys, and monitor usage from the admin console. Highlights Next.js admin console with a rebuilt setup wizard, dashboard, logs, API keys, docs, settings and chat playground. Native Gemini endpoint: POST /v1beta/models/{model}:generateContent. OpenAI-compatible endpoint: POST /v1/chat/completions and GET /v1/models.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.