Back to browse
GitHub Repository

localaik is a local compatibility server for a subset of the Gemini and OpenAI APIs. Run one container locally, point your SDK to it, and the proxy serves both protocol shapes on the same port for tests and development.

13 starsGo

Localaik – Run OpenAI and Gemini APIs Locally for CI and Tests

by gokhalh·May 19, 2026·1 point·2 comments

AI Analysis

●●SolidSolve My ProblemCozy

Single container handling both OpenAI and Gemini wire formats for deterministic CI tests.

Strengths
  • Translates two distinct API protocols to one local backend without code changes.
  • Bundles pdftoppm for handling vision model image inputs automatically.
  • Eliminates network flakiness and API costs during unit test execution.
Weaknesses
  • Limited to Gemma 3 via llama.cpp; cannot swap underlying models easily.
  • Likely lacks full parity with rapidly changing official API edge cases.
Target Audience

Backend developers and QA engineers writing tests for LLM integrations

Similar To

LocalAI · Ollama · LM Studio

Similar Projects

AI/ML●●Solid

Translate LLM API Calls Across OpenAI, Anthropic, and Gemini

Hub-and-spoke IR translates LLM APIs without N^2 adapter hell.

Big BrainNiche Gem
Oaklight
201mo ago
Developer Tools●●Solid

Proxima – local open-source multi-model MCP server (no API keys)

Turns your browser-signed sessions with ChatGPT, Claude, Gemini and Perplexity into one localhost endpoint (localhost:3210) with Python/JS SDKs, a smart router and 45+ MCP tools like file analysis and math search. It's a clever pragmatic play — useful tooling (REST shim, tool palette, retry logic) — but the no-API-key angle is inherently brittle and raises reliability/observability and privacy tradeoffs, so expect engineering work to keep it stable.

Niche GemShip It
Zen4bit
203mo ago