Open-source Gemini gateway
Pool keys, fail over, log requests. Same OpenAI and Google clients you already use.
import { GoogleGenAI } from '@google/genai';
const ai = new GoogleGenAI({
apiKey: 'YOUR_PROXY_API_KEY',
httpOptions: {
baseUrl: 'https://gemini.rollan.email/v1',
},
});
const response = await ai.models.generateContent({
model: 'gemini-3.7-flash',
contents: 'Hello',
});
console.log(response.text);Rotate credentials across projects and rate limits.
Retry failed requests on the next healthy key.
Inspect latency, usage, errors, and payloads.
Run full-stack, standalone API, or at the edge.
Deploy
dashboard + API
Node.js
Vercel, Cloudflare