Google Gemini — BYOK provider
Gemini brings large context windows and competitive pricing. Add your Google AI Studio key in Settings and Decoder routes AI features through Gemini.
What it is
BYOK adapter for the Google Generative Language / Gemini API.
Why it's useful
Very large context windows, useful for full-repo chat.
How Decoder implements it
Key encrypted AES-256-GCM, decrypted only server-side, streaming supported.
When to use it
Repo chat over large codebases, AI explain.
When NOT to use it
Strict offline / on-prem requirements — use local inference.
Practical example
Settings → add Gemini key → Chat asks questions across a 500-file repo with no chunking pain.
FAQ
Glossary
- AI Studio
- Google's developer console for Gemini API keys.
Related
BYOK means you bring your own AI provider key. Decoder never proxies AI calls through a shared account: your key, your billing, your privacy boundary.
OpenAI's GPT family powers many code-review workflows. Add your key in Settings and Decoder routes AI features directly through OpenAI.
Anthropic's Claude family is a popular choice for code reasoning. Paste your Anthropic key in Settings and Decoder routes AI features through Claude.
OpenRouter is a unified API in front of many model providers. With BYOK you get access to dozens of models in Decoder from a single key.