Skip to content

Google Gemini

Provider value: google

Setup

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

Environment variables

VariableRequiredDescription
RA_GOOGLE_API_KEYYesGoogle AI API key

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 levels: low, medium, high.

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

See also

Released under the MIT License.