Skip to content

Instantly share code, notes, and snippets.

@godrix
Last active July 29, 2025 15:16
Show Gist options
  • Select an option

  • Save godrix/e24ea30f846e0013b76596a6a0632b1d to your computer and use it in GitHub Desktop.

Select an option

Save godrix/e24ea30f846e0013b76596a6a0632b1d to your computer and use it in GitHub Desktop.
{
"providers": [
{
"name": "Gemini",
"displayName": "Google Gemini",
"models": [
{
"id": "gemini-1.5-flash",
"name": "gemini-1.5-flash",
"displayName": "Gemini 1.5 Flash",
"maxTokens": 8192
},
{
"id": "gemini-1.5-pro",
"name": "gemini-1.5-pro",
"displayName": "Gemini 1.5 Pro",
"maxTokens": 8192
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment