mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-21 16:00:49 +00:00
Gemini's OpenAI-compatible endpoint (/openai) supports the same Chat Completions format as the OpenAI backend, making the native Gemini translation path redundant. This removes ~3400 lines of Gemini-specific types, mapping, streaming, and client code, routing Gemini through the existing OpenAI translation pipeline instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>