Last active
July 29, 2025 15:16
-
-
Save godrix/e24ea30f846e0013b76596a6a0632b1d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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