Provider: Google Gemini
Provider: Google Gemini
Use Respan Gateway to call Google Gemini models (gemini-3.5-flash, gemini-3-pro, gemini-2.5-flash, and the rest) while keeping unified observability (logs, cost, latency, reliability) in Respan.
Quick setup
Add credits (recommended)
Top up credits to pay through Respan. No Google key required, Respan handles provider auth and billing.
Prefer to route through your own Google AI Studio account? See Use your own Google Gemini key.
Send your first request
Pick the integration that matches your stack. The base URL is https://api.respan.ai/api and the only key needed is your RESPAN_API_KEY.
Google GenAI SDK
Vercel AI SDK
Respan API
Point the official Google GenAI SDK at the Respan gateway. Install with pip install google-genai or npm install @google/genai.
More integrations
Google Gemini models work with every Respan gateway integration:
Switch models
Change the model parameter to call any supported model through the same client. Use the gemini/ prefix to disambiguate when routing across providers. Browse the full list on the Models page.
Use your own Google Gemini key (BYOK)
Credits are the default path. If you’d rather bill Google directly, attach your own provider key.
Global (UI)
Per-request (Code)
Override credentials per model (Optional)
Use credential_override when one model on a request should use a different Gemini key than the default.
Log without proxying (Optional)
Already calling Gemini directly? Send logs to Respan asynchronously to track cost, latency, and performance for those external calls.
See the logging guide for the full setup.