Skip to content

Google Gemini

Provider value: google

Setup

bash
export GOOGLE_API_KEY=AIza...
ra --provider google "Hello"

Environment variables

VariableRequiredDescription
GOOGLE_API_KEYYesGoogle AI API key (standard Google env var)

Models

ModelNotes
gemini-2.5-proMost capable
gemini-2.0-flashFast and efficient. Used as default compaction model for Google
bash
ra --provider google --model gemini-2.5-pro "Design a system"
ra --provider google --model gemini-2.0-flash "Quick question"

Extended thinking

Supported modes: off, low, medium, high, adaptive.

bash
ra --provider google --model gemini-2.5-pro --thinking high "Reason through this carefully"

See also

Released under the MIT License.