integration
Integrations
#google
#gemini
#ai
#provider

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