Skip to content

Instantly share code, notes, and snippets.

@KevM
Created April 30, 2026 17:08
Show Gist options
  • Select an option

  • Save KevM/09c3ea4be835981f74f9b512b386da79 to your computer and use it in GitHub Desktop.

Select an option

Save KevM/09c3ea4be835981f74f9b512b386da79 to your computer and use it in GitHub Desktop.
Setup for open code with Google AI Access and the noise removed from the model list
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"opencode-gemini-auth@latest",
"superpowers@git+https://github.com/obra/superpowers.git"
],
"provider": {
"google": {
"whitelist": [
"gemini-2.5-flash",
"gemini-2.5-pro",
"gemini-3-flash-preview",
"gemini-3-pro-preview"
],
"models": {
"gemini-3-pro-preview": {
"options": {
"thinkingConfig": {
"thinkingLevel": "high",
"includeThoughts": true
}
}
},
"gemini-2.5-flash": {
"options": {
"thinkingConfig": {
"thinkingBudget": 8192,
"includeThoughts": true
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment